Reputation: 7806
How can I just display the filename only in the tab? Currently I'm getting the full path in the tab.
Upvotes: 9
Views: 3197
Reputation: 206
Extension/add tiny clarity to SQLMenace Answer:
To show only the file name in the tab setting Include File name to true and the rest to false does the trick for me. The full path shows in the tool tip when you hover over the tab.
I am using SSMS 18.8
Check below Screenshot with Tab examples:
Upvotes: 2
Reputation: 432261
You have some options, but not enough to remove the path from the filename. Only for SQL Server 2008+
Upvotes: 1
Reputation: 135011
see here, make include filename true
[edit]..I misunderstood your question, there is now way that I found not to include the path[/edit]
Upvotes: 9