php Programming Glossary: rowterminator
Bulk insert rowterminator issue http://stackoverflow.com/questions/7403560/bulk-insert-rowterminator-issue CSVTemp FROM 'c test test.csv' WITH FIELDTERMINATOR ' ' ROWTERMINATOR ''' CHAR 124 '' CHAR 10 ''' GO Check the content of the table... is watching u some location I assume the problem is the ROWTERMINATOR but i tried all these ROWTERMINATOR ' n' ROWTERMINATOR ' r n'.. the problem is the ROWTERMINATOR but i tried all these ROWTERMINATOR ' n' ROWTERMINATOR ' r n' ROWTERMINATOR ' r' and all the same..
|