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 |
|
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 includeset 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? |
|
|
|
|
|