What does the 'Run as Script' option do in the Host->Sql page in DotNetNuke?
|
|
|
|
|
|
|
When "Run as Script" is not checked, you can only provide a single SQL statement. The results of that query will be displayed in a grid. When "Run as Script" is checked, you can provide multiple SQL statements, separated by the Note that the statements are completely separated by the |
||
|
|
|
|
The "Run as Script" option allows you to paste in SQL statements that have special identifiers that are replaced by your SQL data provider automatically. These identifiers are defined in your web.config file in the
Notice the So let's say you paste the following SQL statement into that box with the "Run as Script" checkbox checked:
Assuming we're using the values in the web.config snippet above, the SQL statement that will be executed will instead be:
|
||
|
