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 |
meanuj
Starting Member
1 Post |
Posted - 2011-12-27 : 08:59:42
|
Hi All, I am new to the forum as well as to the SSIS. I have a requirement where i have an Enterprise Server where i would deploy my Sql Server Standard edition and there is another machine on the same LAN where my Sql Express resides. I want to transfer data from both the Sql Server to Sql Express And vic-e-versa. Is it possible through SSIS?Thanks |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2011-12-27 : 10:12:57
|
It is very much possible through SSIS. Even Import/Export Wizard may be sufficient, depending on how much or how little data transformation you need to do. (To use import/export wizard, right-click on the database in SSMS object explorer Tasks->import Data) |
|
|
|
|
|