Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Bulk Insert £ issue

Author  Topic 

Looper
Yak Posting Veteran

68 Posts

Posted - 2009-12-15 : 10:30:41
Hi

When I bulk insert a file into a sql table with varchar fields via .net which calls the below code, i get £ instead of £


BULK INSERT t_BulkIt FROM ''' + @FileLocation + ''' WITH (CODEPAGE = ''Raw'',FIELDTERMINATOR = '','', ROWTERMINATOR = ''\n'')'


Can anyone help
   

- Advertisement -