Viewing 15 posts - 31 through 45 (of 50 total)
@lutz: thank u for ur valuable tip...:-)
@gila:I have already read ur articles..really nice..I ll read it again for better understanding.:-)
January 7, 2011 at 1:44 am
I hav lot of doubts..so shall i start a new thread for each doubt?
January 7, 2011 at 12:28 am
I have already read this article and also lots related to it.
I want to know what do you guys(sql server experts) do when you are asked to tune a stored...
January 7, 2011 at 12:11 am
sorry i am a beginner so it takes time for me to understand it.
another question
what are all the basic things i need to check up for tuning any stored procedure?
January 6, 2011 at 11:15 pm
actually i posted it in different forum..but i didnt get a reply..dats y posted here.
January 6, 2011 at 4:50 am
thank u ..simple and clear explanation.
consider this,
Original query
update workmgmtplan with(rowlock) set IsWebPlannerTracked=1 where planid=@WMPID
update workmgmtplan with(rowlock) set IsWebPlannerTracked=1 where planid in
(select workmgmtplanid from workmgmtlinkedplans with(nolock) where linkedworkmgmtplanid=@WMPID)
update...
January 6, 2011 at 4:41 am
consider this,
Original query
update workmgmtplan with(rowlock) set IsWebPlannerTracked=1 where planid=@WMPID ...
January 6, 2011 at 3:49 am
@gila: i hav seen queries like" if exists ( select 'x' from tablename)" actaully i meant this query only.
January 6, 2011 at 3:25 am
Viewing 15 posts - 31 through 45 (of 50 total)