Hi,
I have the following problem. I need to import an ascii file
containing 1000 records and 1500(!) columnns into sql server. 1500 clearly exceeds SQLS's limit.
Therefore it was my idea to split the file into 2 files of about 750 columns. My unique identifier (how I can recognize a record) lies in the first 8 columns.
Is there anyone who knows how to do this? I'm almost to the point of manually changing each record, which is of course a very stoopid plan ;-)
I have the following problem. I need to import an ascii file
containing 1000 records and 1500(!) columnns into sql server. 1500 clearly exceeds SQLS's limit.
Therefore it was my idea to split the file into 2 files of about 750 columns. My unique identifier (how I can recognize a record) lies in the first 8 columns.
Is there anyone who knows how to do this? I'm almost to the point of manually changing each record, which is of course a very stoopid plan ;-)