please help me
I wrote the followin query in query analyzer (bulk insert)
bulk insert table1 from 'E:\bcp-5000.txt' with(rowterminator=',',fieldterminator='\n')
my table,s name is table1 with (barcode varchar,bardate datetime) and ihave text file with name bcp-5000.text when iam trying to execute the bulk insert the following error arose
Server: Msg 2775, Level 16, State 1, Line 1
Code page 720 is not supported by the operating system.
The statement has been terminated.
please help me solve this problem
thanks
|