SQLServerCentral » Latest topics
Parameterless stored procedure to update insert
I am working on a stored procedure that is supposed to insert or update rows in a remote table. I tried to use MERGE, but it is not possible to use MERGE when the target table is a remote.
So far all I have is t
No comments:
Post a Comment