How can we move active company ids from source server to target server database table in sql server at every sunday?

NN 0 Reputation points
2023-09-05T12:36:25.0333333+00:00

How can we move active company ids from source server to target server database table in sql server at every sunday?

SQL Server Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-09-06T06:10:53.8833333+00:00

    Hi,

    You may use tsql and run the task in agent job if you have set up linked servers.

    https://stackoverflow.com/questions/189422/how-do-i-create-and-query-linked-database-servers-in-sql-server/189431#189431

    Best regards,

    Percy Tang

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.