lholman
SSCrazy
Points: 2810
More actions
June 16, 2004 at 4:23 pm
#111568
hey guys,
just a quicky, i can't remember for the life of me how to programmatically turn off the (x row(s) affected) result returned to the query analyser results pane in T-SQL. anyone rememeber please?
many thanks,
lloyd
Phil Parkin
SSC Guru
Points: 247180
June 16, 2004 at 5:29 pm
#510749
Use 'set nocount', eg
set nocount on
select etc
...
set nocount off
Regards
Phil
June 17, 2004 at 12:28 am
#510759
thats the one,
thanks phil
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply