I'm putting together a sql update script execution application and one concern is that someone could grab the script during execution by having a sql trace running. After checking out the sql server documentation, I came across the following select statement: select * from :: fn_trace_getinfo(default...