best practice for automatically "copying" a table to another server

  • Hi,

    I have an EntMan job that runs on server X at 2:00am, and creates table Z.

    I want to add a new job step that will take that table Z and "move/copy/dump/whatever" it to Server Y (db same name as on server X).

    Is that doable?

    Any help will be greatly appreciated.

    Thanks in advance.

    Burt

  • If you have a linked server, then it's pretty simple. Same process, just include the server and database name wiht the owner and table name.

    Otherwise, DTS might be the best solution beyond that.

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

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