kiranmca24 (11/6/2009)
What is the use of Import and Export?
It allows you to import data to, and export data from, SQL Server databases.
It is pretty configurable (you can import and export based on a script, for example), generally performs pretty well, and is re-usable (it generates SSIS packages which you can save).
Paul