Jeffery Williams (10/22/2010)
Need to import a flat file that has a field count that exceeds allowable field count.Is there a way to import this with breaks creating multiple tables, AND generating a primary key to link them, all at the same time.
What do you mean by "exceeds allowable field count"?
SQL Server 2008 limits are:
1,024 columns per nonwide table
30,000 columns per wide table