kev510
Programmer
- Jul 12, 2006
- 61
Hello.
I have an excel file which contains all the column names, type and length of a table that I need to create.
FieldName Type Length
A Int 8
B Varchar 10
C Varchar 8
I can modify the excel file in any way. How can I automatically create the table using SQL Server 2000?
Thanks in advance!
Kev
I have an excel file which contains all the column names, type and length of a table that I need to create.
FieldName Type Length
A Int 8
B Varchar 10
C Varchar 8
I can modify the excel file in any way. How can I automatically create the table using SQL Server 2000?
Thanks in advance!
Kev