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 2005 Forums
 Transact-SQL (2005)
 user-defined fun or the system-defined fun

Author  Topic 

praveenkumar.kandula
Starting Member

4 Posts

Posted - 2008-04-02 : 06:32:38

hai,

how can i identify the function is user defined or the system defined function....................

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2008-04-02 : 06:39:24
System functions reside in master database under system_function_schema, whereas UDF exist in user database with user-defined schema.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -