Comments
Sort by recent activity
You're right, you can't deliver sales pitches or demos. You can reference them as part of your presentations as long as it is genuinely supporting the content. / comments
You're right, you can't deliver sales pitches or demos. You can reference them as part of your presentations as long as it is genuinely supporting the content.
Further to the above, here's what Oleksii says:
"The primary reason for such rule is to avoid hardcoded (specific) database name - i assume that each SQL script will be run under context of previously selected database.
"E.g. - when installing any product which requires database, at the very first step you enter database name and later installation package will create database with custom name you entered and run script within this database.
"If (for some reason) you've left with something like "USE MyTestDatabase" in your script then the whole installation will fail (this is bad but not fatal) or you may occasionally change the database context to another existing database.
"So i think this is not so good to have USE in script file."
Let me know if that helps or if you need further info.
Thanks
Jamie / comments
Further to the above, here's what Oleksii says:
"The primary reason for such rule is to avoid hardcoded (specific) database name - i assume that each SQL script will be run under context of previou...
Hi Cathrine
We don't have anything further on file at the moment, so we've asked Oleksii (SQL Code Guard creator) if he can provide some more info - will send on when we get a reply.
Thanks
Jamie / comments
Hi Cathrine
We don't have anything further on file at the moment, so we've asked Oleksii (SQL Code Guard creator) if he can provide some more info - will send on when we get a reply.
Thanks
Jamie