Excel to database table
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
hi everybody i want to know how to convert excel sheet to database table (sqlserver database) Thanks
For SQL-Server 2000 I normally use a DTS package. For 2005 you can use SSIS. Alternatively, you should be able to use the OpenRowSet function. Details of each can be found in Books-Online.
-
hi everybody i want to know how to convert excel sheet to database table (sqlserver database) Thanks
-
hi everybody i want to know how to convert excel sheet to database table (sqlserver database) Thanks
Youn can use DTS control ( Import and Export data ) ... Goodluck...
NIIT