March 14, 2007 at 10:36 am
Hi All,
i am new to sql server 2005.i want to import an excel WORKBOOK which has multiple sheets into sql server database.so for that i want to use SSIS and create a package and schedule the job.can somebody guide me the steps to accomplish it.
Thanks
Asim
March 14, 2007 at 11:17 am
The article at http://www.databasejournal.com/features/mssql/article.php/3580216 should help you get started with the import and export wizard.
To schedule it as a job, you will probably do best by changing the package's security. See my post at this location: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=148&messageid=349385
Hope that helps.
March 14, 2007 at 11:29 am
My question is like what are the other options beside using import-export wizard-what are the steps needed to create a package.
March 14, 2007 at 11:35 am
If you're going to just do an import or export, it's easier to use the wizard and let it build the package. The wizard builds you an SSIS package, but you have to then run it. After you build it, you can analyze what it does and it will then help you get started with understanding how to build similar packages. I tried to build an excel import/export from scratch and there were issues with the way the data was being transformed and I was able to see the difference after running the wizard.
To get started, you want to open the business intelligence studio, go to file, new, project and select integration services project. That will get you up and running with a blank package.
March 14, 2007 at 12:07 pm
Just a quick question aftere the wizard biulds the package how can i analyze it what it does so i can biuld a similar package as per my requirements
March 14, 2007 at 1:08 pm
You can look at how the package is made- what components it contains and what transformations are being performed.
March 14, 2007 at 1:18 pm
can you modify the package ? and change the transformations
March 14, 2007 at 1:23 pm
Yes, you'd be able to do that.
March 14, 2007 at 1:55 pm
thanks for the help
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply