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.
| 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 MIAPwww.danielsmall.com IT Factoring |
 |
|
|
|
|
|