In SQL Server bulk insert, how do I use higher ASCII characters for Field and Row terminators
问题 I have a bulk insert that works on SQL Server 2000 that I'm trying to run on SQL Server 2008 R2, but it's not working as I had hoped. I've been successfully running these bulk inserts into SQL 2000 with the following: Format file: 8.0 9 1 SQLCHAR 0 0 "ù" 1 Col1 "" 2 SQLCHAR 0 0 "ù" 2 Col2 "" 3 SQLCHAR 0 0 "ù" 3 Col3 "" 4 SQLCHAR 0 0 "ù" 4 Col4 "" 5 SQLCHAR 0 0 "ù" 5 Col5 "" 6 SQLCHAR 0 0 "ú" 6 Col6 "" 7 SQLCHAR 0 0 "" 0 Col7 "" 8 SQLCHAR 0 0 "" 0 Col8 "" 9 SQLCHAR 0 0 "" 0 Col9 "" Data file: