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 |
|
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 AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|
|