I need to create an automated process in SQL Server 2005 which will export about 18 files every night (via a SQL job). I have not worked a lot with DTS not to mention SQL 2005. Any help will be greatly appreciated. I don't even know where to start.
simply right click on the database in management studio and then go to export data, run through the steps near the end you have the option to save the package as well as execute it. save it some where that the server can always access it (I made a folder under C:\ called SSIS for these packages) and then make a job for it, the jobs menu can also be found in the management studio, schedule the job as often as you like and there you go.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.