Skip to content

Commit

Permalink
Links: SQL (2021-03)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCtheGeek committed Mar 16, 2021
1 parent d8f5366 commit d107117
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/azure-data-studio/release-notes-azure-data-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ February 18, 2021   /   version: 1.26.0
| Bug Fixes | For a complete list of fixes see [Bugs and issues on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue+milestone%3A%22February+2021+Release%22+is%3Aclosed). |
| Extension(s) update | [Dacpac](extensions/sql-server-dacpac-extension.md) <br/> [Kusto (KQL)](extensions/kusto-extension.md) </br> [MachineLearning](extensions/machine-learning-extension.md) </br> [Profiler](extensions/sql-server-profiler-extension.md) </br> [SchemaCompare](extensions/schema-compare-extension.md) </br> [SQLDatabaseProjects](extensions/sql-database-project-extension.md) |
| New Azure Arc features | Multiple data controllers now supported <br/> New connection dialog options like kube config file <br/> Postgres dashboard enhancements |
| New Notebook features | Improved Jupyter server start-up time by 50% on Windows <br/> Added support to edit Jupyter Books through right-click <br/> Added URI notebook parameterization support and [added notebook parameterization documentation](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization) |
| New Notebook features | Improved Jupyter server start-up time by 50% on Windows <br/> Added support to edit Jupyter Books through right-click <br/> Added URI notebook parameterization support and [added notebook parameterization documentation](./notebooks/notebooks-parameterization.md) |

## December 2020 (hotfix)

Expand Down Expand Up @@ -975,4 +975,4 @@ See one of the following quickstarts to get started:

Contribute to Azure Data Studio:

- [https://github.com/Microsoft/azuredatastudio](https://github.com/Microsoft/azuredatastudio)
- [https://github.com/Microsoft/azuredatastudio](https://github.com/Microsoft/azuredatastudio)
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This article provides a step-by-step procedure for adding features to an instanc
To add features to an instance of SQL Server from the command prompt, see [Install SQL Server from the Command Prompt](./install-sql-server-from-the-command-prompt.md).

> [!CAUTION]
> Adding features to an existing installation of SQL Server will install the features at the version level of the installation media, which may be behind the version level other features of SQL Server. This may result in unexpected behavior or errors. Always follow the success of SQL Server Setup by bringing the new feature up to the same version level. Install service packs (SPs), cumulative updates (CUs), and/or general distribution releases (GDRs) as needed. To determine the version of features added to an installation of SQL Server, see [Determine the version, edition, and update level of SQL Server and its components](https://docs.microsoft.com/troubleshoot/sql/general/determine-version-edition-update-level).
> Adding features to an existing installation of SQL Server will install the features at the version level of the installation media, which may be behind the version level other features of SQL Server. This may result in unexpected behavior or errors. Always follow the success of SQL Server Setup by bringing the new feature up to the same version level. Install service packs (SPs), cumulative updates (CUs), and/or general distribution releases (GDRs) as needed. To determine the version of features added to an installation of SQL Server, see [Determine the version, edition, and update level of SQL Server and its components](/troubleshoot/sql/general/determine-version-edition-update-level).
## Prerequisites

Expand Down Expand Up @@ -158,4 +158,4 @@ Configure your SQL Server installation
- [Repair a Failed SQL Server 2016 Installation](../../database-engine/install-windows/repair-a-failed-sql-server-installation.md)
- [Upgrade SQL Server Using the Installation Wizard &#40;Setup&#41;](../../database-engine/install-windows/upgrade-sql-server-using-the-installation-wizard-setup.md)
- [Install SQL Server from the Command Prompt](./install-sql-server-from-the-command-prompt.md)
- [Latest Updates for SQL Server](latest-updates-for-microsoft-sql-server.md)
- [Latest Updates for SQL Server](latest-updates-for-microsoft-sql-server.md)
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Follow these steps to bring the Machine Learning Services to the same version as

*Microsoft SQL Server 2019 (RTM-CU8-GDR) (KB4583459) - 15.0.4083.2 (X64) Nov 2 2020 18:35:09 Copyright (C) 2019 Microsoft Corporation Developer Edition (64-bit) on Windows 10 Enterprise 10.0 <X64> (Build 19042: ) (Hypervisor)*

For more information, see [Determine the version, edition, and update level of SQL Server and its components](https://docs.microsoft.com/troubleshoot/sql/general/determine-version-edition-update-level#machine-learning-services).
For more information, see [Determine the version, edition, and update level of SQL Server and its components](/troubleshoot/sql/general/determine-version-edition-update-level#machine-learning-services).

1. Download the [Cumulative Update (CU)](../../database-engine/install-windows/latest-updates-for-microsoft-sql-server.md) that you have installed for the database engine.

Expand Down Expand Up @@ -387,4 +387,4 @@ Python developers can learn how to use Python with SQL Server by following these
R developers can get started with some simple examples, and learn the basics of how R works with SQL Server. For your next step, see the following links:
+ [Quickstart: Run R in T-SQL](../tutorials/quickstart-r-create-script.md)
+ [Tutorial: In-database analytics for R developers](../tutorials/r-taxi-classification-introduction.md)
+ [Tutorial: In-database analytics for R developers](../tutorials/r-taxi-classification-introduction.md)
4 changes: 2 additions & 2 deletions docs/relational-databases/polybase/polybase-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ RECONFIGURE;
PolyBase installs three user databases, DWConfiguration, DWDiagnostics, and DWQueue. These databases are for PolyBase use. Don't alter or delete them.

> [!CAUTION]
> Adding PolyBase to an existing installation of SQL Server will install the feature at the version level of the installation media, which may be behind the version level other features of SQL Server. This may result in unexpected behavior or errors. Always follow up installing the PolyBase feature by bringing the new feature up to the same version level. Install service packs (SPs), cumulative updates (CUs), and/or general distribution releases (GDRs) as needed. To determine the version of PolyBase, see [Determine the version, edition, and update level of SQL Server and its components](https://docs.microsoft.com/troubleshoot/sql/general/determine-version-edition-update-level#polybase).
> Adding PolyBase to an existing installation of SQL Server will install the feature at the version level of the installation media, which may be behind the version level other features of SQL Server. This may result in unexpected behavior or errors. Always follow up installing the PolyBase feature by bringing the new feature up to the same version level. Install service packs (SPs), cumulative updates (CUs), and/or general distribution releases (GDRs) as needed. To determine the version of PolyBase, see [Determine the version, edition, and update level of SQL Server and its components](/troubleshoot/sql/general/determine-version-edition-update-level#polybase).
### <a id="confirminstall"></a> How to confirm installation

Expand Down Expand Up @@ -198,4 +198,4 @@ To change the service accounts for the PolyBase Engine and PolyBase Data Movemen

## Next steps

See [PolyBase configuration](../../relational-databases/polybase/polybase-configuration.md).
See [PolyBase configuration](../../relational-databases/polybase/polybase-configuration.md).
4 changes: 2 additions & 2 deletions docs/tools/sql-assessment-api/sql-assessment-api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The API can be used to assess:
The API is also used by SQL Server Assessment Extension for Azure Data Studio (ADS).

>[!NOTE]
>The SQL Assessment API provides assessment on a variety of areas, but it does not go deeply into security. We recommend you use [SQL Vulnerability Assessment](https://docs.microsoft.com/sql/relational-databases/security/sql-vulnerability-assessment) to proactively improve your database security.
>The SQL Assessment API provides assessment on a variety of areas, but it does not go deeply into security. We recommend you use [SQL Vulnerability Assessment](../../relational-databases/security/sql-vulnerability-assessment.md) to proactively improve your database security.
## Rules

Expand Down Expand Up @@ -163,4 +163,4 @@ You can string together rulesets by adding one or more JSON files as parameters
* [SQL Server Management Objects (SMO)](../../relational-databases/server-management-objects-smo/overview-smo.md)
* [PowerShell](../../powershell/download-sql-server-ps-module.md)
* [SQL Vulnerability Assessment](https://docs.microsoft.com/sql/relational-databases/security/sql-vulnerability-assessment)
* [SQL Vulnerability Assessment](../../relational-databases/security/sql-vulnerability-assessment.md)
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ Access for publish can be authorized via a storage account key or a shared acces
## Next Steps
- Learn more about [Extract](sqlpackage-extract.md)
- Learn more about [Publish](sqlpackage-publish.md)
- Learn more about [Azure Blob Storage](https://docs.microsoft.com/azure/storage/blobs/storage-blobs-introduction)
- Learn more about [Azure Storage Account Keys](https://docs.microsoft.com/azure/storage/common/storage-account-keys-manage)
- Learn more about [Azure Blob Storage](/azure/storage/blobs/storage-blobs-introduction)
- Learn more about [Azure Storage Account Keys](/azure/storage/common/storage-account-keys-manage)

0 comments on commit d107117

Please sign in to comment.