March 15, 2012 at 9:16 am
My company recently upgraded to Sequel Server 2008 from 2005. I am used to saving my work as a DTS package and then scheduling the package to be updated nightly. I can't seem to find that on our new server. What is the comparable option in 2008 R2? Thanks.
March 15, 2012 at 9:24 am
DTS was a SQL 2000 and earlier feature, it was deprecated in SQL 2005. The replacement from SQL 2005 onwards is SSIS (SQL Server Integration Services)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 15, 2012 at 9:27 am
I tried using the SSIS function, but then can't figure out how to schedule it or how to go in and change it.
March 15, 2012 at 9:31 am
goofy_1969 (3/15/2012)
I tried using the SSIS function, but then can't figure out how to schedule it or how to go in and change it.
To create OR modify SSIS package you need to use Business Intelligence Development Studio (BIDS). You can scheduled the SSIS package in a SQL Server agent job by choosing the step type "Integration Services Package".
March 15, 2012 at 9:34 am
Do I save it as a SQL Server or File System?
March 15, 2012 at 9:36 am
Either. Saving them in SQL Server's a little easier.
SSIS isn't something you master in 10 minutes. Take some time, read the sections in Books Online.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 15, 2012 at 9:38 am
Is there a book you recommend?
March 15, 2012 at 9:41 am
Not offhand. Start with the SQL books online (product documentation)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 22, 2012 at 6:48 am
Assuming you have a test database, I would suggest doing a little research online, and then jumping in and poking around under the hood of SSIS. Although SSIS is a bit more involved that DTS, it also provides a very robust framework, that I am finding to be flexible and even a bit fun at times. 🙂
March 22, 2012 at 7:25 am
Thanks for you help. I have found a couple books online that I am reading and playing with.
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply