Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在表级别复制 2 个 SQL Server?(我只想复制几个表,而不是所有数据库)。两个 SQL Server 都在不同的物理服务器上工作,并且应该同步一些表。
如果可能,如何避免冲突?
谢谢!
是的,您可以使用 MERGE 复制,前提是源表名和目标表名应该相同。我猜如果表名不同,事务复制可能会支持。