Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RichardClarke

    Reason to use optimizer hints

    No, I'm using SQL6.5 SP4, which I should have mentioned in my original post.
  2. RichardClarke

    Reason to use optimizer hints

    While investigating performance problems within an application recently I carried out some tests using SET SHOWPLAN ON.<br> <br> I had a query like this within a stored procedure:<br> <br> SELECT MAX(X) FROM Y WHERE Z LIKE @MYVAR<br> <br> Where @MYVAR was passed in. I discovered that SQL Server...

Part and Inventory Search

Back
Top