Viewing 15 posts - 1 through 15 (of 248 total)
March 22, 2019 at 7:29 am
March 12, 2019 at 11:53 am
Can you please help me here.
bcp.exe [dbo].Tablename in "D:\ABC\Extract.dat" -c -t\| -r\n -d DSP -T -S Instancename
When I am executing this bcp command I am receiving...
March 12, 2019 at 6:33 am
March 4, 2019 at 2:11 pm
I have one more issue with BCP again.
Trying to execute below bcp command. Column delimiter is |. When I am trying below command getting the error.
bcp [dbo].CDBI...
March 4, 2019 at 12:50 pm
Thank You Every One for your help.
After changing the value of datatype in the SQL Server table bcp worked very well with .txt and also with csv.
Previous...
February 20, 2019 at 1:26 am
Even I have tried with .txt file also. Still below error:
Starting copy...
SQLState = 22001, NativeError = 0
Error = [Microsoft][ODBC Driver 13 for SQL Server]String data,...
February 19, 2019 at 8:34 am
February 19, 2019 at 8:16 am
February 14, 2019 at 6:44 am
February 11, 2019 at 11:15 am
February 11, 2019 at 10:49 am
July 9, 2018 at 11:52 am
When I executed this code in SQL Server 2016, below is the error:
Procedure expects parameter 'separator' of type 'nchar(1)/nvarchar(1)'
July 9, 2018 at 8:26 am
Viewing 15 posts - 1 through 15 (of 248 total)