Query Shortcuts in SQL Server 2005
Wednesday, April 25th, 2007I’ve created some shortcuts in SQL Server 2005 Management Studio - they come in handy time and time again. Management Studio allows us to define “Query Shortcuts”, which are stored procedures that fire when we press a certain keystroke- passing any selected text as a parameter to the procedure. (I think this was the case […]