Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.56 KB

File metadata and controls

44 lines (32 loc) · 1.56 KB
title Other Ways of Viewing the Code Window | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
applies_to
SQL Server 2016
ms.assetid d94f79ec-9f8f-4c06-b62b-3ed22a0f8971
caps.latest.revision 26
author BYHAM
ms.author rickbyh
manager jhubbard

Lesson 2-5 - Other Ways of Viewing the Code Window

The Code Window can be configured to display multiple code windows in several ways.

Using Multiple Code Windows

To view and manipulate multiple code windows at once

  1. On the SQL Editor toolbar, click New Query to open a second Query Editor window.

  2. To see two code windows at once, right-click the title bar of the Query Editor and select New Horizontal Tab Group. The two query windows appear in horizontal panes.

  3. Click in the upper Query Editor window to make it active, and then click New Query to open a third query window. It appears as a tab in the upper window.

  4. On the Window menu, click Move to Next Tab Group. The third window moves to the lower tab group. By using these options, you can configure the windows in a variety of ways.

  5. Close the second and third query windows.

Note

To view the Query Editor in full-screen mode, click anywhere in the Query Editor window, and then press SHIFT+ALT+ENTER.

Next Task in Lesson

Script a Table