Insert data into two table into diferent server at the same time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • komol sarker
    New Member
    • Oct 2011
    • 1

    #1

    Insert data into two table into diferent server at the same time

    Suppose i have two database in the different server but one table name is same in both database.
    How can i insert data both table at the same time
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You can't. Unless you've linked the server and set up a trigger to do so. But what's wrong with just running two queries?

    Comment

    Working...