Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii ,

I am using sql server 2012.

Well to optimize the performance of the query what i am doing is i am latering each sql store procedure , and adding set no count on at the begining , ading schema for each table used in my statement and at the end of table i am using with (nolock)..

but this is tedious job as so many sps to alter and they are long too ..

is there any way from which i can acheive this thing in short time ..

pelase suggest //
Posted
Comments
Vipul J Patel 3-Feb-15 7:56am    
I think there is no way to update it automatically. You have to modify your SQL stored procedure one by one. :(
Torakami 4-Feb-15 0:40am    
yehh ... seemz to be ..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900