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 |
cshah1
Constraint Violating Yak Guru
347 Posts |
Posted - 2006-03-25 : 07:23:13
|
I see a new option of saving SSIS packages on file systems vs sql server. (When it syas SQL server, I believe it saves in the msdb database). How to decide where to save the packages? which the best option? thanks in advance. |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-03-25 : 08:55:11
|
I would consider this as no different to the old dts and saving as a file makes things a lot easier. Means you can just backup the files, run them from other servers without needing to connect to a remote sql server, copy to another location, keep in sourcesafe (not sure how much value you get from that but it might fit in with release control).==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|