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.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-09-25 : 07:21:50
|
jun writes "BULK INSERT table FROM 'C:\csvfile.csv' WITH ( FIELDTERMINATOR = ',', ROWTERMINATOR = '\n' )give me error Server: Msg 4861, Level 16, State 1, Line 1Could not bulk insert because file 'C:\csvfile.csv' could not be opened. Operating system error code 3(error not found)." |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-09-25 : 09:08:08
|
The c drive will be on the server not your local machine - is that the problem?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
|
|
|