Tagged Questions
1
vote
1answer
339 views
Stored procedures and OPTIMIZE FOR UNKNOWN
I've read up on the SQL Server 2008 OPTIMIZE FOR UNKNOWN query hint. I understand how it works.
However, I have a question on where and when to use it. It cannot be specified inside a UDF. It can be ...