Hi All,
under what senario a query text sent from an application changes in SQL Server
Query sent from app "SELECT * FROM xyz where col1=3434" with in SQL Server i found sp_executesql "SELECT * FROM xyz where col1=@P1"
Mohd Sufian www.sqlship.wordpress.com Please mark the post as Answered if it helped.