Activity overview
Latest activity by crashing_sux
System stored procedures from the master database are shown, but not user stored procedures. An example is a function I have to quickly output tables as insert statements which I keep in the master database called sp_GenerateInsertSqlFromTable. Even though it follows the naming convention for sql server to look in the master database for it when I'm in a user database SqlPrompt will still miss it because it's a user stored procedure, not a system stored procedure. / comments
System stored procedures from the master database are shown, but not user stored procedures. An example is a function I have to quickly output tables as insert statements which I keep in the mast...
Master DB stored procedures.
I saw another thread on cross database coding which would be a nice feature in some future release but a feature I would like to see implemented a little differently is access to master db stored p...