SSIS Import/Export Wizard
-
Saturday, September 15, 2012 8:31 PMAnswererIs there a difference between "Import Data" and "Export Data" in SSMS Object Explorer? Thanks.
Kalman Toth SQL SERVER 2012 & BI TRAINING
New Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012
All Replies
-
Saturday, September 15, 2012 10:48 PM
IMHO,
Terminology can get confusing if both your source and target (destination) is SQL Server in that can both "Import" and "Export" can be used interchangeably to load in your appropriate source or destination.
Howerver, if you want to load data from a flat file into a target SQL Server database you would use "Import" data and if you want to extract data into a flat file from your SQL database table you choose "Export" data.
- Marked As Answer by Kalman TothMicrosoft Community Contributor, Editor Sunday, September 16, 2012 12:38 AM
-
Saturday, September 15, 2012 11:20 PM
It's the same. If you start "Import" then the target is predefined, with "Export" the source. Otherwise there are no differences.Olaf Helper
Blog Xing- Marked As Answer by Kalman TothMicrosoft Community Contributor, Editor Sunday, September 16, 2012 12:38 AM

