|
by kimberly.nospam@nospam.sqlskills.com (kltripp) via Kimberly L. Tripp on 4/21/2010 7:18:00 PM
OK, so, this is where we're at...
When a client application makes a request to SQL Server there are a few ways in which they can do it:
Submit an adhoc transact-SQL statement
This statement can be parameterized and the parameterized statement can be deemed:
Safe: These are statements where the optimizer has evaluated the plan and feels that changes to values will not affect the execution plan. And, there are quite a few rules that you must meet for
... [ read more ]
|