Home Forums Programming General Updating 2 SQL Server databases at the same time RE: Updating 2 SQL Server databases at the same time

  • You will have to build a distributed transaction. See Books Online for "BEGIN DISTRIBUTED TRANSACTION".