G
Guest
Hi
I have a trigger which uses temp table using # and inserts some data
selecting from other tables .
After insertion I want to make some calculations in an order of datetime. SO
I use Cursor to select each row and perform some calcutations and insert back
to temp table #.
After insertion I use some validations.
No issues so for. To My surpirse I read in Books Online SQL that we can use
select statement on Temp Tables in a trigger.
Will I have any future problems
Thanks in advance
R.D
I have a trigger which uses temp table using # and inserts some data
selecting from other tables .
After insertion I want to make some calculations in an order of datetime. SO
I use Cursor to select each row and perform some calcutations and insert back
to temp table #.
After insertion I use some validations.
No issues so for. To My surpirse I read in Books Online SQL that we can use
select statement on Temp Tables in a trigger.
Will I have any future problems
Thanks in advance
R.D