Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SET NOCOUNT ON set as default on server level

Status
Not open for further replies.

daglugub37

Technical User
Oct 21, 2003
201
US
I am looking to change the default of SET NOCOUNT OFF to SET NOCOUNT ON..

in other words although there are thousands of stored procs on a DB that are not implying either way so the default is used...I am hoping to change the default instead of updating these stored procs. In the interest of improved network performance.

Also if this is possible to set on the server level; is there other factors? ie. connection ODBC settings?
 
SET NOCOUNT ON is not a server setting. It is a connection setting. You will need to modify the procs.

How much bandwidth are you planning on saving by changing this?

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(My very old site)
 
I wouldn't even be able to guess at how much bandwidth this would save. Thanks for clearing up that this is indeed a connection level setting.

I think I am just going to change the new proc template and let the exisinting ones be.

thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top