Viewing 6 posts - 1 through 6 (of 6 total)
Hello,
You can use following link for brief explanation about Performance Tuning,
http://msdn.microsoft.com/en-us/library/ms190957(v=sql.105).aspx
June 3, 2013 at 6:03 am
Hi Lowell ,
Thanx for reply.
worked for me.... 🙂
May 31, 2013 at 6:23 am
Hi Manoj,
You just need to union this query with
ParentIntermediaryID != IntermediaryID and ParentIntermediaryID not in
(SELECT ParentIntermediaryID FROM Intermediaries I1 INNER JOIN
(
SELECT DISTINCT ParentIntermediaryID
FROM Intermediaries
WHERE IntermediaryID =...
May 30, 2013 at 6:20 am
Hi,
you can use case statement.
May 29, 2013 at 11:54 pm
Hi,
May 29, 2013 at 11:53 pm
Viewing 6 posts - 1 through 6 (of 6 total)