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 |
prodigy2006
Yak Posting Veteran
66 Posts |
Posted - 2009-01-26 : 15:46:18
|
Just wanna let everyone know that I'm a rookie , so please pardon my question if it sounds really stupid.If I wanna learn making DTS or SSIS packages, would 90% of the stuff include learning about transformations and connection managers or should I even learn .NET.I would really appreciate if anyone can tell me from where exactly I shoud start off. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-27 : 00:44:41
|
you can do most tasks using the connection manager and transformation. however, if you want something out of box functionality, you require to use script task which involves .NET coding. |
 |
|
|
|
|