wlahue-773092
SSC Enthusiast
Points: 145
More actions
June 9, 2008 at 9:48 am
#129393
How do I create a job script to import excel table into sql server as a sql table
MANU-J.
SSC-Dedicated
Points: 31126
June 9, 2008 at 10:44 am
#826203
You can make use of OPENROWSET functionality available in SQL Server 2000
http://msdn.microsoft.com/en-us/library/aa276850(SQL.80).aspx
Also, you can do it by creating a dts package that does the importing stuff and schedule that dts package as a agent job on sql server.
Manu
June 9, 2008 at 10:48 am
#826205
I actually did use the DTS but haven't try to save it as a job. Thanks for the help.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply