Hide SQL View

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
MartinHT
Posts: 12
Joined: Thu 28 Aug 2014 09:49

Hide SQL View

Post by MartinHT » Wed 10 Dec 2014 10:24

When I double click a table name on the Database Explorer it opens the windows with the tabs:
Main | Contraints | Indexes | Statistics | Storage | Data

I there a way to configure the IDE to not open the SQL view that is displayed in the lower part of the window?

Thanks,
Martin.

alexa

Re: Hide SQL View

Post by alexa » Wed 10 Dec 2014 10:58

This can be setup as follows:

1. Select 'Tools -> Options...' from the main menu. The 'Options' window opens.
2. Expand the 'Environment -> Documents -> Object editors' branch.
3. Select the 'All views tabbed' radio-button.
4. Click 'OK'.

MartinHT
Posts: 12
Joined: Thu 28 Aug 2014 09:49

Re: Hide SQL View

Post by MartinHT » Wed 10 Dec 2014 16:27

Perfect, thanks!

Post Reply