Comments
Sort by recent activity
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...