Homer
Homer

Reputation: 7806

Display filename only in SQL Server 2005 Management Studio tab

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

Answers (3)

Mamdouh
Mamdouh

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:

enter image description here

Upvotes: 2

gbn
gbn

Reputation: 432261

You have some options, but not enough to remove the path from the filename. Only for SQL Server 2008+

alt text

Upvotes: 1

SQLMenace
SQLMenace

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]

alt text

Upvotes: 9

Related Questions