SQL Server - parameter sniffing

Viewed 6035

I've read many articles about parameter sniffing, but it's not clear if this is good or bad. Can anyone explain this with a simple example.

Is there a way to automatically detect that wrong plan was assigned to a specific statement?

Thanks in advance.

2 Answers
Related