Viewing 15 posts - 16 through 30 (of 101 total)
October 30, 2018 at 9:07 pm
Thank you for your response; I'm not sure. My purpose for wanting to do this conversion is to automate data load from a .csv file into a SQL server database table Using Bulk Insert....
October 30, 2018 at 3:38 pm
True! Not all web recommendations for solutions are safest.
October 30, 2018 at 2:51 pm
Jeff, thank you for your questions - helpful
I was able to load my data successfully using Bulk Insert.
What I did:
1. I saved my file...
August 13, 2018 at 9:40 am
So, I saved my data file in notepad in ANSI format and was able to load the data using Bulk Insert - however, when I load the data, only one...
August 10, 2018 at 10:04 am
One thing i did find in my data was that the bcp was reading a comma in my data as a terminator, although I had it in a double quote....
August 8, 2018 at 4:23 pm
Thank you for the information - I'm still having trouble loading the data into this table. I am soooo frustrated.
So, what I've done is begin with a fresh start:
August 8, 2018 at 9:36 am
At this point when I run my bcp script, I get the following in my error log file:
Invalid character value for cast specification @#
ÿþI
#@ Row 3,...
August 7, 2018 at 12:20 pm
11.0
69
1 SQLCHAR 0 12 "\t" 1 ID ""
2 SQLCHAR 0 0 "\t" 2 Submit_Date SQL_Latin1_General_CP1_CI_AS
3 SQLCHAR 0 0 "\t" 3 Email_Password SQL_Latin1_General_CP1_CI_AS
4 SQLCHAR ...
August 7, 2018 at 11:52 am
wrong file content....
August 7, 2018 at 10:03 am
I agree....
Below are the following - create table script to show my table structure, script I used to create my format file, and my bcp script to input the...
August 7, 2018 at 9:57 am
So I tried using BCP again with an error log added this is what I get:
#@ Row 1, Column 4: Invalid character value for cast specification @#
ÿþS
August 7, 2018 at 8:40 am
I shouldn't because the format file contains that information... Thanks.
What I have now done is to run the bulk insert script using a format file and with the...
August 7, 2018 at 8:12 am
So far it appears that the user has permissions on the files in the directory.
I am unfortunately still trying to load data in this table. This the current...
August 6, 2018 at 5:03 pm
Viewing 15 posts - 16 through 30 (of 101 total)