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
 General SQL Server Forums
 New to SQL Server Programming
 What kind of fucntions i cannot use in trigger?

Author  Topic 

mageshks
Yak Posting Veteran

59 Posts

Posted - 2006-11-03 : 07:38:33
Hi,

What kind of functions i cannot use within a trigger?
Thanks for all your replys for my previous posts.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-11-03 : 07:43:10
AFAIK you can use all of them.

there are some statements you can't use:
ALTER DATABASE
CREATE DATABASE
DROP DATABASE
LOAD DATABASE
LOAD LOG
RECONFIGURE
RESTORE DATABASE
RESTORE LOG

SQL server help = Book Online = BOL is your friend
look under create trigger


Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -