Do you know how to separate to detect the end of line otherwise? What' s in a line, a single-column record or multiple-column one? If there there is more than one column then how are the columns delimited, is this a fixed or variable size record?
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)
Are there the same number of fields in each record? If so, you could try importing the data in to a table with a single column and then pivoting the data once it's in SQL Server, and then finally inserting to your real table.
If the number of fields is the same in each record your problem can be solved easily, otherwise it' s going to be difficult to tell where one record ends and the other one starts.
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.