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 |
|
Vack
Aged Yak Warrior
530 Posts |
Posted - 2011-01-24 : 13:43:02
|
| I'm trying to catch some data that gets generated by another program. When a report is ran a temp table is created by the program that the report uses. Is there a way to have a trigger copy the data into another table automatically?The name of the temp table is always different, it has a time stamp in the name. Example: GbkmutOutStandingView_13842PMWorking with SQL 2005 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
Vack
Aged Yak Warrior
530 Posts |
Posted - 2011-01-24 : 15:51:34
|
| None that I can see. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|