Can't load data to SQL Server
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
TeamTJ
8 - Asteroid
‎06-17-2022
01:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to load a .csv file to SQL Server (Microsoft SQL Server 2019 on my local machine).
I'm using SQL Server Bulk Loader (as I have on other machines in the past for other processes) but when I run it I am getting an Output Data error along the lines of "Error opening "select <field1>, <field2> from table" No Columns Returned
Suggestions?
Thanks!
Labels:
- Labels:
- Database Connection
1 REPLY 1
17 - Castor
‎06-17-2022
02:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @TeamTJ,
Does it work with the output data tool set to a normal ODBC connection? All that I can tell from that error is the column/table names may be wrong. If it works with ODBC it could rule out any syntax issues.
