irina_walker
New Member
Hi,
I have connected MS SQL Server linked server to Progress database and am trying to create a trigger that would fire if a record was inserted into Progress db inserting a record into a table in MSSQL db.
I'm using Query Analyzer, and can select anything from Progress db by using OPENQUERY syntax, so I can specify a name of Linked server. If I try to use for a table name a combination LinkedServerName.SchemaName.TableName, it won't recognize an object.
Did anybody try to do it? What do I need to use to be able to identify a table in Linked Server?
Thank you,
Irina
I have connected MS SQL Server linked server to Progress database and am trying to create a trigger that would fire if a record was inserted into Progress db inserting a record into a table in MSSQL db.
I'm using Query Analyzer, and can select anything from Progress db by using OPENQUERY syntax, so I can specify a name of Linked server. If I try to use for a table name a combination LinkedServerName.SchemaName.TableName, it won't recognize an object.
Did anybody try to do it? What do I need to use to be able to identify a table in Linked Server?
Thank you,
Irina