Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sql server management studio : Load last used windows

I use mostly the same 3 tables and about 4 queries.

Each time I need to log in Sql server management studio and open the corresponding 7 tables / queries one by one.

Can I set it somehow to remember them and at next start it would open these windows automatically? Other Sql Tools do this without any special settings.

Thank you

like image 577
starhu Avatar asked Jan 26 '14 18:01

starhu


2 Answers

SSMS Boost also includes a history feature that I think will do what you want. It's a free add-on.

like image 100
Rory Avatar answered Jan 03 '23 15:01

Rory


SQL Prompt 6 includes a Tab History feature that records previously opened tabs and restores the SSMS workspace to how it was when you left off.

This isn't a free tool, but has a 14-day trial. If you get a chance to try it, do let us know whether it meets your needs as we're always looking for ways to improve the functionality.

like image 31
David Atkinson Avatar answered Jan 03 '23 13:01

David Atkinson