Insert into LinkedServer table in Microsoft Parallel Datawarehouse
You can use below example:
EXEC('INSERT INTO DatabaseName.SchemaName.Tablename values (1)') AT [PDWLinkedServer]
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You can use below example:
EXEC('INSERT INTO DatabaseName.SchemaName.Tablename values (1)') AT [PDWLinkedServer]