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)
 User defined function

Author  Topic 

Rita Bhatnagar
Posting Yak Master

172 Posts

Posted - 2001-06-15 : 11:58:19
I have a user defined function where i take csv string and put it in @tmp(table variable)
and return @tmp as the result of the function.
It's working great but i need to know do i have to include
set nocount on
in the begining of this function?(Function is not accepting this option)
What is the use of
this option?
What happens when we don't use it?


   

- Advertisement -