I like to write my own TSQL stored procedures for scripting out database objects. Can SSMSBoost help me to capture the object name of the selected table, view, function, etc. and execute a stored procedure, passing the name of the object to the stored procedure as a parameter?
|