Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

In-Database datatype change

Kieran
7 - Meteor

Hello,

 

I've run into an issue where the in-database tools are converting my "date" datatype fields to V_WStrings.

Attached is a screen shot example.Alteryx.png

2 REPLIES 2
ChristianR
Alteryx
Alteryx

Hi @Kieran

 

From previous experiences this is normally an issue caused when using the Microsoft OLE DB Provider for SQL Server drivers.

Instead use the SQL Server Native Client 11.0 driver:

OLEDB Driver.jpg

 

Using the Microsoft OLE DB Provider for SQL Server drivers:

OLE DB1.jpg

 

Instead use the SQL Server Native Client 11.0 driver:

SQL Native.jpgDateField.jpg

Christian Rincon
Manager, Customer Support
Alteryx, Inc.
Kieran
7 - Meteor

Thank you sir...

Labels