This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
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.
Solved! Go to Solution.
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:
Using the Microsoft OLE DB Provider for SQL Server drivers:
Instead use the SQL Server Native Client 11.0 driver:
Thank you sir...