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 |
|
kendo666
Starting Member
12 Posts |
Posted - 2005-10-24 : 09:40:05
|
| Hi,Is it possible to insert into a temporary table in a trigger?I can create a temp table inside the trigger but can I insertinto it?ThanksKen |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2005-10-24 : 13:35:06
|
| You can use select ... into #... in a trigger.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|