Viewing 3 posts - 1 through 3 (of 3 total)
Go to this link:
https://www.simple-talk.com/sql/t-sql-programming/parameter-sniffing/
Search for:
Option 2: Disabling Parameter Sniffing
This is what resolved the issue for me.
February 3, 2015 at 1:24 pm
If your report involves calling a Stored Procedure with parameters, you may want to check out this link about Parameter Sniffing. Option 2 worked for my report.
http://www.simple-talk.com/sql/t-sql-programming/parameter-sniffing/
🙂
February 7, 2013 at 10:50 am
Refer to this article on Parameter Sniffing. I encountered the same problem and utilized Option 2 and the problem was resolved. 🙂
http://www.simple-talk.com/sql/t-sql-programming/parameter-sniffing/
February 7, 2013 at 10:45 am
Viewing 3 posts - 1 through 3 (of 3 total)