We have a file that was generated from Unix.
Windows standard row terminator is char(13) + char(10)
Unix, however, is just char(10)
Bulk insert accepts Windows defaults, of course. What should I specify for Rowterminator option in Bulk Insert command for a file generated in Unix ? B.O.L. does not give any idea for it.
Thanks.