Page 1 of 1

Hide SQL View

Posted: Wed 10 Dec 2014 10:24
by MartinHT
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.

Re: Hide SQL View

Posted: Wed 10 Dec 2014 10:58
by alexa
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'.

Re: Hide SQL View

Posted: Wed 10 Dec 2014 16:27
by MartinHT
Perfect, thanks!