msgbartop
Gossimer’s Premier Web Hosting and Domain Registration Knowledgebase.
msgbarbottom

28 Aug 10 MS SQL DTS (Data Transformation Service)

DTS (Data Transformation Service) or the Import / Export utility as it is widely known as, is used to transfer objects and data between 2 SQL Server databases residing on 2 different Servers. DTS is a set of graphical tools and programmable objects that let you extract, transform, and consolidate data from disparate sources into single or multiple destinations that can be bundled and saved as a package and executed.

How to use DTS?

You can use the DTS utility by referring to the process mentioned below -

  1. Open MS SQL Enterprise Manager.
     

  2. Right click the database whose contents you wish to transfer to a different database on another MS SQL server or onto which you wish import external data.
     

  3. Click All Tasks.
     

  4. Click Import or Export depending upon the type of activity you are performing (If you are trying to update the database on our Server with the copy on your local machine, then you would need to export the data from your local machine).
     

  5. Select the Data Source as Microsoft OLEDB Provider For SQL Server.
     

  6. Enter the IP Address / Name of the Server from where you are exporting the data.
     

  7. Select SQL Authentication as the Auth Mode.
     

  8. Enter the Username and Password to login to the database.
     

  9. Select the database from the drop-down list.
     

  10. Click Next & enter the destination Server IP Address.
     

  11. Enter the Username and Password for the database on the Remote Server.
     

  12. Select the database from the drop-down list and click Next.
     

  13. Select the radio button Copy Objects & Data between SQL Server Databases and click Next.
     

  14. Uncheck Copy all objects & Use default options checkboxes. You would be selecting the options & objects to be copied.
     

  15. Click Select Objects & uncheck the check box for Stored Procedures & User defined Functions.
     

  16. Click Check all and then click OK.
     

  17. Click Options and uncheck  the check box for Copy Database Users & Database Roles & Copy Object Level permissions.
     

  18. Click Next and run the package immediately or schedule it for a later run.
     

  19. Click Finish to complete the process.

  20.  

 

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,


SEO Powered By SEOPressor