Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Using the inserted table in Dynamic SQL

Author  Topic 

sgtwilko
Starting Member

23 Posts

Posted - 2001-11-08 : 12:14:54
I'm trying to use the inserted table from a trigger in dymanic SQL.

This just provides me with an 'invalid object name' error message.

Does anyone know how to get data from the inserted table in to the same context as the Dynamic SQL
   

- Advertisement -