SQL Server 2012 change query result position

0

Traditionally in SQL Server while executing a query the result is displayed below the query dividing the screen horizontally.

Is there any settings that can be done to displays the result to the side (splitting vertically)?

Thanks in advance.

Note: I am using SQL Server 2012.

RandomUser

Posted 2015-03-16T04:55:02.553

Reputation: 335

Question was closed 2015-03-23T13:43:38.987

No.But you can do tools-->option-->display results in separate tab. – Dudi Konfino – 2015-03-16T22:25:32.743

@DudiKonfino I am not able to find tools-->option--> display can you explain me under which category to find this Display – RandomUser – 2015-03-17T04:55:08.040

1tools-->option-->query results-->results to grid-->display results in separate tab. – Dudi Konfino – 2015-03-17T06:38:14.100

No answers