I have an Excel sheet. The top row corresponds to column names while successive rows each represent an entry.
How can I convert this Excel sheet into a SQL Table?
I am using SQL Server 2005.
I have an Excel sheet. The top row corresponds to column names while successive rows each represent an entry.
How can I convert this Excel sheet into a SQL Table?
I am using SQL Server 2005.
That depends on which program you use for SQL . If you have SQL-Server installed. SSIS Import and Export Wizard SSIS Import and Export Wizard would be a good choice.