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)
 Creating Triggers on Temp Tables or Views

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-10-29 : 08:25:58
Kay writes "Is it possible to create a trigger on a temporary table and/or a view? I would like to create a temporary table that is an exact copy of a data table, write a trigger to insert data each from the temporary table into a data table I use for validation.

What would the syntax be? Is there a better way to do this without having to create the trigger for the origninal data table (this data table should not be tampered with)."

MakeYourDaddyProud

184 Posts

Posted - 2003-10-29 : 08:56:08
Is replication not an option???

Daniel Small MIAP
www.danielsmall.com IT Factoring
Go to Top of Page
   

- Advertisement -