Viewing 2 posts - 1 through 3 (of 3 total)
Data Optimization is a broad term. It could mean optimizing data retrieval. Say you have a table with no indexes. If you want to make the query run faster you...
November 16, 2010 at 8:45 am
#1251374
When you execute the SQL use sp_executesql instead of simply exec.
November 16, 2010 at 8:00 am
#1251365