Setting "SET NOCOUNT ON" in a application always benefits the performance of the application. But how i can set it in my vb.net application in a better way. Is it possible to set it in connection string? Is there any best approach to do it? Setting it each time will be problem or there may be chance of missing it out.
Asked
Active
Viewed 291 times
1
-
1please post your code. – w0051977 Aug 03 '13 at 11:28
1 Answers
0
In SQL Server Management Studio right click on server node: Properties -> Connections -> Default connection options
. Tick no count
.

JohnyL
- 6,894
- 3
- 22
- 41