SQL Server Integration Services (SSIS) Basics - MSSQL 2008
Loading...
103,730
Loading...
Uploader Comments (baghul)
Video Responses
This video is a response to **Must See - How to Work with SQL Server Agent!!
see all
All Comments (52)
-
@Nirmals44 Glad u liked. Thanks Man!
-
Very informative and is easily understandable... Good work dude...
-
@digi3e Awesome! Thx buddy. ;-)
Loading...
Hi. I really like your presentation. Very good speaker and trainer. I am trying to get a handle of SSRS. How can get a hold of your series of similar videos such as these?
MsUpandready 1 month ago
@MsUpandready Thank you for the nice comments. We have two sites with FREE samples. Also plz Subscribe
sqlserver2008tutorial dot
learningsqlserver2008 dot
baghul 3 weeks ago
How do you transfer at the same time transform data between tables where datatypes are also different?
rezaurkhan 5 months ago
@rezaurkhan Typically not a good idea to transform between data types. However sql will do implicit conversions like number to text etc.
baghul 5 months ago
Can I use SSIS to synchronize data bases in two different servers? that means once a table update in a database, other server same table should be updated at the same time. just like triggers
nanjayarathne 5 months ago
@nanjayarathne You could create a SSIS package and then run it in a job. For syncing, its better to use either Replication or DB Mirroring. We have a video on the second topic on Youtube. Kash
baghul 5 months ago