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)
 Insert into Temp table via a trigger

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 insert
into it?
Thanks
Ken

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.
Go to Top of Page
   

- Advertisement -