|
|
|
| 1 |
Introduction to Dynamic SQL |
Damian Maclennen |
1/6/2009 |
|
696 |
|
One of the most common questions we get involves Dynamic SQL. Using dynamic SQL you can put a SQL statement inside a variable and execute that statement. It's what you have to do when you're trying to run Select * from @TableName. Thanks Merkin! |
|
|
|
|
|