How to copy a selection of data accross servers?

  • Hi all,

    I am quite new to SQL databases.

    I need some guidance as to what are the ways to move a selection of data from server A to server B, if the servers are able to see each other and communcate.

    The selection of data will have to be written in a table in server B.

    Thanks in advance.

  • You can use linked server. Read BOL for further information

  • Hi,

    The simple way will be to use SQL server import export wizard.

    Right click on your database select TASKS then IMPORT DATA or EXPORT DATA which ever is suitable

    and you can transfer the required data easily.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply