Search code examples
sql-serverssmsssms-2012

Show only table name in SSMS 2012 Tab for table (edit all rows)


The tab name in SSMS 2012 is in the format : [SERVER_NAME.DATABASE_NAME - dbo.TABLE_NAME] Is there is any way that i could show the tab like [dbo.TABLE_NAME] only, so more tabs would apear instead of only 4 tabs in case of oppening tabs with Edit Rows mode?

I have checked this link but it seems that it is not working on SSMS 2012

Thanks for your help


Solution

  • Well, I found something that may solve the problem somehow. just pin some tabs, and you will have two rows of tabs which could give you space

    enter image description here