about sql server merge statement

Posted by George2 on Stack Overflow See other posts from Stack Overflow or by George2
Published on 2010-05-09T13:22:50Z Indexed on 2010/05/09 13:38 UTC
Read the original article Hit count: 211

Hello everyone,

I am using SQL Server 2008 Enterprise DB and using the new Merge statement (when source and target are both SQL Server 2008 DB tables), and it works well. I have another database table which is hosted in SQL Server 2005 Enterprise DB. I want to know whether Merge statement could using one table of SQL Server 2008 as source, and another tableof SQL Server 2005 as target? The two databases may not exist on the same machine.

thanks in advance, George

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about sql-server-2008