Comments
Sort by recent activity
All queries for all databases from given SSMS instance is what I'm after.
Partly to be able to reuse queries that we though were one time queries, but turn out to be handy again. Partly to log the work done. And partly to have a history of manual queries. / comments
All queries for all databases from given SSMS instance is what I'm after.
Partly to be able to reuse queries that we though were one time queries, but turn out to be handy again. Partly to log the...
This is a feature I'm totally wanting as well.
It would be a key reason for me using command prompt more. / comments
This is a feature I'm totally wanting as well.
It would be a key reason for me using command prompt more.
I'd love to be able to define what the default parameters are.
An option like the one for custom aliases would be excellent...
Ie @AccountId = 2 @%Year = 2010 (for any parameter like '%year')
Defining output parameters would be helpful too.
Norm / comments
I'd love to be able to define what the default parameters are.
An option like the one for custom aliases would be excellent...
Ie@AccountId = 2@%Year = 2010 (for any parameter like '%year')
Definin...