Skip to content

Commit 1c73776

Browse files
authored
Merge pull request #18494 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 0cd8b35 + 61a2593 commit 1c73776

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sql-server/editions-and-components-of-sql-server-version-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Use the information in the following tables to determine the set of features tha
103103

104104
|Management tools|Description|
105105
|----------------------|-----------------|
106-
|[!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)]|[!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)] (SSMS) is an integrated environment to access, configure, manage, administer, and develop components of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. SSMS lets developers and administrators of all skill levels use [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. The latest edition of SSMS updates SMO, which includes the S[QL Assessment API](../tools/sql-assessment-api/sql-assessment-api-overview.md).<br /><br/> Download and install <br />[!INCLUDE[ssManStudio](../includes/ssmanstudio-md.md)] from [Download [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Management Studio](https://msdn.microsoft.com/library/mt238290.aspx)|
106+
|[!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)]|[!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)] (SSMS) is an integrated environment to access, configure, manage, administer, and develop components of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. SSMS lets developers and administrators of all skill levels use [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. The latest edition of SSMS updates SMO, which includes the [SQL Assessment API](../tools/sql-assessment-api/sql-assessment-api-overview.md).<br /><br/> Download and install <br />[!INCLUDE[ssManStudio](../includes/ssmanstudio-md.md)] from [Download [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Management Studio](https://msdn.microsoft.com/library/mt238290.aspx)|
107107
|[!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Configuration Manager|[!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Configuration Manager provides basic configuration management for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] services, server protocols, client protocols, and client aliases.|
108108
|[!INCLUDE[ssSqlProfiler](../includes/sssqlprofiler-md.md)]|[!INCLUDE[ssSqlProfiler](../includes/sssqlprofiler-md.md)] provides a graphical user interface to monitor an instance of the [!INCLUDE[ssDE](../includes/ssde-md.md)] or [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)].|
109109
|[!INCLUDE[ssDE](../includes/ssde-md.md)] Tuning Advisor|[!INCLUDE[ssDE](../includes/ssde-md.md)] Tuning Advisor helps create optimal sets of indexes, indexed views, and partitions.|

docs/ssdt/database-project-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You can use these settings to control the debugging of your database project.
215215
|---------|-----------------|---------------|
216216
|Start Action|None|Specifies a script or external program to run when you debug your project.|
217217
|Target Connection String|Data Source=(localdb)\\*SolutionName*;Initial Catalog=*DatabaseProjectName*;Integrated Security=True;Pooling=False;Connect Timeout=30|Specifies the connection information for the database server that you want to target for the specified build configuration. The default connection string is against a dynamically created SQL Server LocalDB instance and database.|
218-
|Deploy database properties|Yes|Specifies whether the DatabaseProerties.DatabaseProperties settings are deployed or updated when you deploy the database project.|
218+
|Deploy database properties|Yes|Specifies whether the DatabaseProperties.DatabaseProperties settings are deployed or updated when you deploy the database project.|
219219
|Always re-create database|No|Specifies whether to drop and recreate the database instead of performing an incremental upgrade. You might want to select this check box if you want to run database unit tests against a clean deployment of the database, for example. If this check box is cleared, the existing database will be updated instead of dropped and re-created.|
220220
|Block incremental deployment if data loss might occur|Yes|Specifies whether deployment will stop if an update might cause data loss. If this check box is selected, changes that would create data loss cause deployment to stop with an error, which keeps data from being lost. For example, deployment would stop if a `varchar(50)` column were changed to `varchar(30)`.<br /><br />**NOTE:** Deployment is blocked only if the tables where data loss might occur contain data. Deployment continues if no data would be lost.|
221221
|DROP objects in target but not in project|No|Specifies whether objects that are in the target database but not in the database project should be dropped as part of the deployment script. You can exclude some files in your project to temporarily remove them from your build script. However, you might want to leave the existing versions of those objects in the target database. This check box has no effect if the **Always re-create database** check box is selected, because the database will be dropped.|

0 commit comments

Comments
 (0)