Skip to content

Commit ef6c35c

Browse files
committed
Fixes
1 parent d29c514 commit ef6c35c

4 files changed

Lines changed: 7 additions & 7 deletions

docs/ssdt/how-to-update-a-connected-database-with-power-buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 02/09/2017
1616

1717
# How to: Update a Connected Database with Power Buffer
1818

19-
SQL Server Data Tools Power Buffer technology makes it easy for you to apply changes to your connected database by storing all your edits in the current session. Any errors caused by editing in Power Buffer window (in either the Transact\-SQL Editor or Table Designer) immediately show up in the **Error List** pane, which enables you to follow the errors identified for further troubleshooting. You can verify your pending changes until you are ready to apply them to your database. During the update process, SSDT automatically creates an ALTER script based on your edits, and alerts you of any potential issues. You can then apply all the changes that have accumulated across all open Power Buffer Windows to the same database, or save the ALTER script to be deployed later.
19+
SQL Server Data Tools Power Buffer technology makes it easy for you to apply changes to your connected database by storing all your edits in the current session. Any errors caused by editing in Power Buffer window (in either the Transact\-SQL Editor or Table Designer) immediately show up in the **Error List** pane, which enables you to follow the errors identified for further troubleshooting. You can verify your pending changes until you are ready to apply them to your database. During the update process, SSDT automatically creates an ALTER script based on your edits, and alerts you of any potential issues. You can then apply all the changes that have accumulated across all open Power Buffer windows to the same database, or save the ALTER script to be deployed later.
2020

2121
SSDT is also aware of any changes made to your database schema outside Visual Studio. For example, if you add a new table to an existing database in SQL Server Management Studio, such change will immediately show up in the SQL Server Object Explorer in Visual Studio without manually refreshing it. The drift detection feature ensures that you are always viewing the latest schema definition of a database in SQL Server Object Explorer. Notice that any database objects opened in Table Designer or Transact\-SQL Editor for editing will not be refreshed to show changes outside Visual Studio.
2222

docs/ssma/mysql/new-gui-features-in-ssma-for-mysql-mysqltosql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ To open Manage Layouts dialog, on the View menu point to Layouts and click Manag
3535

3636
- Visibility and width of the source and target metadata explorers
3737

38-
- Visibility of the source or target Windows and their sizes
38+
- Visibility of the source or target windows and their sizes
3939

40-
- Visibility and height of auxiliary Windows
40+
- Visibility and height of auxiliary windows
4141

4242
## Bookmarks
4343
This feature allows you to set one or more bookmarks in the source or target code, quick found a bookmark by using shortcuts, manage the bookmarks with a friendly dialog.

docs/ssma/oracle/new-gui-features-in-ssma-for-oracle-oracletosql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ To open Manage Layouts dialog, on the View menu point to Layouts and click Manag
3636

3737
- Visibility and width of the source and target metadata explorers
3838

39-
- Visibility of the source or target Windows and their sizes
39+
- Visibility of the source or target windows and their sizes
4040

41-
- Visibility and height of auxiliary Windows
41+
- Visibility and height of auxiliary windows
4242

4343
## Bookmarks
4444
This feature allows you to set one or more bookmarks in the source or target code, quick found a bookmark by using shortcuts, manage the bookmarks with a friendly dialog.

docs/ssma/sybase/new-gui-features-in-ssma-for-sybase-sybasetosql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ To open Manage Layouts dialog, on the View menu point to Layouts and click Manag
3535

3636
- Visibility and width of the source and target metadata explorers
3737

38-
- Visibility of the source or target Windows and their sizes
38+
- Visibility of the source or target windows and their sizes
3939

40-
- Visibility and height of auxiliary Windows
40+
- Visibility and height of auxiliary windows
4141

4242
## Bookmarks
4343
This feature allows you to set one or more bookmarks in the source or target code, quick found a bookmark by using shortcuts, manage the bookmarks with a friendly dialog.

0 commit comments

Comments
 (0)