Questions tagged [parameterization]

For questions about prepared or parameterized statements.

2 questions
9
votes
3 answers

Performance issues in parameterized queries accessing a view in SQL Server

I am currently facing an issue with parameterized queries in SQL Server that I do not understand where it is rooted in. I broke it down to a simple example: Let's assume a table that holds data about some child entity as well as the parent_id and a…