Bulk insert rowterminator issue?

I think problem is that your csv file uses n as EOL (unix way). BULK INSERT in SQL Server is "smart" and even if you specify ROWTERMINATOR as n which in theory should resolve your problem, it prepends it with r so you end up with r\n as row terminator.

You probably need CHAR(13) and CHAR(10) as Row Terminator.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send