SQL Server Trigger Exec Deleted Table - TechRepublic
General discussion
July 25, 2002 at 01:54 AM
dmarro

SQL Server Trigger Exec Deleted Table

by dmarro . Updated 23 years, 7 months ago

In SQL server 2000, in a trigger
When i use the Exec(), it cannot find the deleted table. Why?

EXECUTE (‘Insert into TestTable Select PatientID from Deleted’)

This discussion is locked

All Comments