Skip to content

Commit f786985

Browse files
committed
1471191, worked on rows 10-30.
1 parent adaad9a commit f786985

15 files changed

Lines changed: 16 additions & 18 deletions

docs/analysis-services/languages-and-collations-analysis-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ manager: kfile
6262

6363
- 0x0416 or 1046 for **Portuguese (Brazil)**.
6464

65-
To view a longer list, see [Locale IDs Assigned by Microsoft](http://msdn.microsoft.com/goglobal/bb964664.aspx). For more background, see [Encoding and Code Pages](http://msdn.microsoft.com/goglobal/bb688114.aspx).
65+
To view a longer list, see [Locale IDs Assigned by Microsoft](http://msdn.microsoft.com/goglobal/bb964664.aspx). For more background, see [Encoding and Code Pages](/globalization/encoding/encoding-overview).
6666

6767
> [!NOTE]
6868
> The **Language** property does not determine the language for returning system messages, or which strings appear in the user interface. Errors, warnings, and messages are localized into all languages supported in Office and Office 365 and are used automatically when the client connection specifies one of the supported locales.

docs/connect/jdbc/reference/getcatalogs-method-sqlserverdatabasemetadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public java.sql.ResultSet getCatalogs()
3939
This getCatalogs method is specified by the getCatalogs method in the java.sql.DatabaseMetaData interface.
4040

4141
> [!NOTE]
42-
> On SQL Azure, you should connect to the master database to call **SQLServerDatabaseMetaData.getCatalogs**. SQL Azure does not support returning the entire set of catalogs from a user database. **SQLServerDatabaseMetaData.getCatalogs** uses the sys.databases view to get the catalogs. Please refer to the discussion of permissions in [sys.databases (SQL Azure Database)](https://go.microsoft.com/fwlink/?LinkId=217396) to understand **SQLServerDatabaseMetaData.getCatalogs** behavior on SQL Azure.
42+
> On SQL Azure, you should connect to the master database to call **SQLServerDatabaseMetaData.getCatalogs**. SQL Azure does not support returning the entire set of catalogs from a user database. **SQLServerDatabaseMetaData.getCatalogs** uses the sys.databases view to get the catalogs. Please refer to the discussion of permissions in [sys.database_usage (Azure SQL Database)](../../../relational-databases/system-catalog-views/sys-database-usage-azure-sql-database) to understand **SQLServerDatabaseMetaData.getCatalogs** behavior on SQL Azure.
4343
4444
The result set returned by the getCatalogs method will contain the following information:
4545

docs/data-quality-services/reference-data-services-in-dqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ manager: craigg
5353

5454
1. **Configuring the reference data provider details in DQS**: Before you can use reference data in DQS, you must configure reference data service details in DQS.
5555

56-
1. If you are using Marketplace, provide a valid Marketplace account key, browse to the [Data Quality Services](https://go.microsoft.com/fwlink/?LinkId=227587) data category in Marketplace, and subscribe to the required providers.
56+
1. If you are using Marketplace, provide a valid Marketplace account key, browse to the [Data Services](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/category/azure-active-directory-apps?page=1&subcategories=data-services) data category in Marketplace, and subscribe to the required providers.
5757

5858
2. If you are using a direct online reference data provider, you must add direct reference data provider details in DQS before you can use it.
5959

docs/database-engine/install-windows/choose-a-database-engine-upgrade-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are several approaches to consider when you are planning to upgrade the [!
2323

2424
- To download [!INCLUDE[SSnoversion](../../includes/ssnoversion-md.md)], go to **[Evaluation Center](https://www.microsoft.com/evalcenter/evaluate-sql-server)**.
2525

26-
- Have an Azure account? Then go **[Here](https://azuremarketplace.microsoft.com/marketplace/apps/Microsoft.FreeLicenseSQLServer2016SP1DeveloperWindowsServer2016)** to spin up a Virtual Machine with [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] Developer Edition already installed.
26+
- Have an Azure account? Then go **[Here](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoftsqlserver.sql2019-ws2016?tab=Overview)** to spin up a Virtual Machine with [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] Developer Edition already installed.
2727

2828
> [!NOTE]
2929
> You may also consider upgrading the Azure SQL Database or virtualizing your SQL Server environment as part of your upgrade plan. These articles are out of scope for this article, but here are some links:

docs/relational-databases/errors-events/mssqlserver-823-database-engine-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ manager: craigg
2828
|Message Text|The operating system returned error %ls to SQL Server during a %S_MSG at offset %#016I64x in file '%ls'. Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.|
2929

3030
## Explanation
31-
A Windows read or write request has failed. The error code that is returned by Windows and the corresponding text are inserted into the message. In the read case, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] will have already retried the read request four times. This error is often the result of a hardware error, but may be caused by the device driver. For more information about error 823, see [https://support.microsoft.com/kb/828339](https://support.microsoft.com/kb/828339). For more information about I/O errors, see [Microsoft SQL Server I/O Basics, Chapter 2](https://go.microsoft.com/fwlink/?LinkId=69370).
31+
A Windows read or write request has failed. The error code that is returned by Windows and the corresponding text are inserted into the message. In the read case, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] will have already retried the read request four times. This error is often the result of a hardware error, but may be caused by the device driver. For more information about error 823, see [https://support.microsoft.com/kb/828339](https://support.microsoft.com/kb/828339). For more information about I/O errors, see [Microsoft SQL Server I/O Basics, Chapter 2](/previous-versions/sql/sql-server-2005/administrator/cc917726(v=technet.10)).
3232

3333
## User Action
3434
Check for additional information in the system event log. Contact the hardware manufacturer or Microsoft Customer Services and Support to determine the cause and corrective action. After the hardware error is fixed, restore all databases and run DBCC CHECKDB.

docs/relational-databases/errors-events/mssqlserver-825-database-engine-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ manager: craigg
2828
|Message Text|A read of the file '%ls' at offset %#016I64x succeeded after failing %d time(s) with error: %ls. Additional messages in the SQL Server error log and system event log may provide more detail. This error condition threatens database integrity and must be corrected. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.|
2929

3030
## Explanation
31-
This message indicates that the read operation had to be reissued at least one time, and indicates a major problem with the disk hardware. This message does not currently indicate a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] problem, but the disk problem could cause data loss or database corruption if it is not resolved. The system event log may contain related events that help to diagnose the problem. For more information about I/O errors, see [Microsoft SQL Server I/O Basics, Chapter 2](https://go.microsoft.com/fwlink/?LinkId=69370).
31+
This message indicates that the read operation had to be reissued at least one time, and indicates a major problem with the disk hardware. This message does not currently indicate a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] problem, but the disk problem could cause data loss or database corruption if it is not resolved. The system event log may contain related events that help to diagnose the problem. For more information about I/O errors, see [Microsoft SQL Server I/O Basics, Chapter 2](previous-versions/sql/sql-server-2005/administrator/cc917726(v=technet.10)).
3232

3333
## User Action
3434
The following actions may help you identify and resolve the underlying problem:

docs/relational-databases/policy-based-management/check-disk-input-and-output-subsystem-for-io-delay-problems.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ manager: craigg
3636

3737
[Microsoft Knowledge Base article 897284](https://go.microsoft.com/fwlink/?linkid=117743)
3838

39-
[SQL Server I/O Basics, Chapter 2](https://go.microsoft.com/fwlink/?LinkId=69370)
40-
41-
39+
[SQL Server I/O Basics, Chapter 2](previous-versions/sql/sql-server-2005/administrator/cc917726(v=technet.10))

docs/relational-databases/search/create-and-manage-full-text-catalogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GO
4040

4141
3. Select **New Full-Text Catalog**.
4242

43-
4. In the **New Full-Text Catalog** dialog box, specify the information for the catalog that you are re-creating. For more information, see [New Full-Text Catalog (General Page)](https://msdn.microsoft.com/library/5ed6f7cd-d9af-4439-9f33-fc935b883d91).
43+
4. In the **New Full-Text Catalog** dialog box, specify the information for the catalog that you are re-creating. For more information, see [New Full-Text Catalog (General Page)](../../2014/database-engine/new-full-text-catalog-general-page.md).
4444

4545
> [!NOTE]
4646
> Full-text catalog IDs begin at 00005 and are incremented by one for each new catalog created.

docs/relational-databases/security/encryption/setup-steps-for-extensible-key-management-using-the-azure-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ SQL Server Version |Redistributable Install Link
170170
171171
1. Create your encryption key locally on a local HSM device. (Make sure this is an asymmetric, RSA 2048 key so it's is supported by SQL Server.)
172172
2. Import the encryption key to Azure Key Vault. See the steps below for how to do that.
173-
3. Before using the key in Azure Key Vault for the first time, take an Azure Key Vault key backup. Learn more about the [Backup-AzureKeyVaultKey](https://msdn.microsoft.com/library/mt126292.aspx) command.
173+
3. Before using the key in Azure Key Vault for the first time, take an Azure Key Vault key backup. Learn more about the [Backup-AzureKeyVaultKey](/sql/relational-databases/security/encryption/setup-steps-for-extensible-key-management-using-the-azure-key-vault) command.
174174
4. Whenever any changes are made to the key (for example add ACLs, add tags, add key attributes), be sure to take another Azure Key Vault key backup.
175175
176176
> [!NOTE]

docs/relational-databases/system-catalog-views/sys-pdw-nodes-tables-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest || = sqlallproducts-allve
2121

2222
|Column Name|Data Type|Description|Range|
2323
|-----------------|---------------|-----------------|-----------|
24-
|\<inherited columns>||For a list of columns that this view inherits, see [sys.objects](https://msdn.microsoft.com/c36fa71e-549a-4533-a6cd-1314d26f533f).||
24+
|\<inherited columns>||For a list of columns that this view inherits, see [sys.objects](../system-dynamic-management-views/sys-dm-pdw-request-steps-transact-sql.md).||
2525
|lob_data_space_id|**int**||Always 0.|
2626
|filestream_data_space_id|**int**|Data space ID for a FILESTREAM filegroup or [!INCLUDE[ssInfoNA](../../includes/ssinfona-md.md)]|NULL|
2727
|max_column_id_used|**int**|Maximum column ID used by this table.||

0 commit comments

Comments
 (0)