Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sql_2k
Starting Member
26 Posts |
Posted - 2008-05-25 : 10:24:39
|
| Please let me know how do I create a new DTS package in SQL 2005. |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-05-25 : 10:26:32
|
| You can't create new DTS package in SQL 2005 . They Call SSIS package in SQL 2005. |
 |
|
|
sql_2k
Starting Member
26 Posts |
Posted - 2008-05-25 : 10:33:04
|
Please tell me how to create the Integration package in 2005. quote: Originally posted by sodeep You can't create new DTS package in SQL 2005 . They Call SSIS package in SQL 2005.
|
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-05-25 : 10:33:50
|
| And for creating SSIS you need to have installed Integration services on your server for running packages and also Business Intelligence Studio or Visual Studio for creating and modifying the SSIS packages. |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-05-25 : 10:56:47
|
| Google it and you will find lots of articles and videos for integration services. |
 |
|
|
|
|
|