Execute SQL on Multiple Tables/Columns - New Feature in SQL Server 2000 - Parameters
(Page 3 of 6 )
| Parameter Name | Description |
| @TABLENAME | Table Name filter. Delimit with comma for multiple table names. |
| @COLUMNNAME | Column Name filter. Delimit with comma for multiple column names. |
| @SQL | A SQL Statement or set of SQL statements |
| @INCLUDE_NTI | Whether to include NText, Text, Image data type columns or not. |
Returns
Returns 0 on successful execution
Returns –1 on unsuccessful execution
Next: Examples >>
More SQL Server Articles
More By Raghavendra Narayana