Hide Sql Script During Install ?
Posted: Sun Jul 16, 2006 9:12 pm
Hi,
When using the MS Sql plug-in to execute a sql script, the install shows the lines of script being executed in the progress label.
Since one of my scripts sets up the schema, this isn't good from a security perspective because anyone running the script can get some detailed information about my schema and then use it to attempt sql injection or similar attacks.
Also, the script looks kinda ugly to a user who doesn't understand Sql, and it isn't really useful as 'progress' information anyway.
Is there any way to prevent the script from being displayed ?
When using the MS Sql plug-in to execute a sql script, the install shows the lines of script being executed in the progress label.
Since one of my scripts sets up the schema, this isn't good from a security perspective because anyone running the script can get some detailed information about my schema and then use it to attempt sql injection or similar attacks.
Also, the script looks kinda ugly to a user who doesn't understand Sql, and it isn't really useful as 'progress' information anyway.
Is there any way to prevent the script from being displayed ?