You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure-data-studio/download-azure-data-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ In an offline environment updates can be applied by [installing the latest versi
173
173
174
174
## Supported SQL offerings
175
175
176
-
- This version of Azure Data Studio works with all [supported versions of SQL Server 2014 - [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)]](https://support.microsoft.com/lifecycle?C2=1044) and provides support for working with the latest cloud features in Azure SQL Database and Azure SQL Data Warehouse. Azure Data Studio also provides preview support for Azure SQL Managed Instance.
176
+
- This version of Azure Data Studio works with all [supported versions of SQL Server 2014 - [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)]](https://support.microsoft.com/lifecycle?C2=1044) and provides support for working with the latest cloud features in Azure SQL Database and Azure Synapse Analytics. Azure Data Studio also provides preview support for Azure SQL Managed Instance.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,9 @@ SQL PowerShell is available today on the PowerShell gallery and you can use it o
176
176
177
177
Developers and DBAs are usually the users of Azure Data Studio.
178
178
179
-
## Does Azure Data Studio integrate with Azure SQL Data Warehouse?
179
+
## Does Azure Data Studio integrate with Azure Synapse Analytics?
180
180
181
-
Yes. Azure Data Studio support for Azure SQL Data Warehouse is currently in preview, together with Azure SQL Managed Instance, and SQL Server 2019 Big Data.
181
+
Yes. Azure Data Studio support for Azure Synapse Analytics is currently in preview, together with Azure SQL Managed Instance, and SQL Server 2019 Big Data.
182
182
183
183
## Why is Azure Data Studio important for the new version of SQL Server?
Copy file name to clipboardExpand all lines: docs/connect/odbc/linux-mac/connecting-with-sqlcmd.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ See [DSN and Connection String Keywords and Attributes](../dsn-connection-string
216
216
217
217
In a DSN, only the DRIVER entry is required, but to connect to a remote server, `sqlcmd` or `bcp` needs a value in the SERVER element. If the SERVER element is empty or not present in the DSN, `sqlcmd` and `bcp` will attempt to connect to the default instance on the local system.
218
218
219
-
When using bcp on Windows systems, [!INCLUDE[sql-server-2017](../includes/sssqlv14-md.md)] and earlier require the SQL Native Client 11 driver (sqlncli11.dll) while [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)] and higher require the Microsoft ODBC Driver 17 for SQL Server driver (msodbcsql17.dll).
219
+
When using bcp on Windows systems, [!INCLUDE[sssql17-md](../../../includes/sssql17-md.md)] and earlier require the SQL Native Client 11 driver (sqlncli11.dll) while [!INCLUDE[sssqlv15-md](../../../includes/sssqlv15-md.md)] and higher require the Microsoft ODBC Driver 17 for SQL Server driver (msodbcsql17.dll).
220
220
221
221
If the same option is specified in both the DSN and the `sqlcmd` or `bcp` command line, the command line option overrides the value used in the DSN. For example, if the DSN has a DATABASE entry and the `sqlcmd` command line includes **-d**, the value passed to **-d** is used. If **Trusted_Connection=yes** is specified in the DSN, Kerberos authentication is used and user name (**-U**) and password (**-P**), if provided, are ignored.
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Log shipping allows you to automatically send transaction log backups from a *primary database* on a *primary server* instance to one or more *secondary databases* on separate *secondary server* instances. The transaction log backups are applied to each of the secondary databases individually. An optional third server instance, known as the *monitor server*, records the history and status of backup and restore operations and, optionally, raises alerts if these operations fail to occur as scheduled.
Copy file name to clipboardExpand all lines: docs/relational-databases/backup-restore/sql-server-backup-to-url.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,6 @@ Backup of a large database to blob storage is subject to the limitations listed
77
77
78
78
## <aname="limitations"></a> Limitations
79
79
80
-
- Backup to premium storage is not supported.
81
-
82
80
- SQL Server limits the maximum backup size supported using a page blob to 1 TB. The maximum backup size supported using block blobs is limited to approximately 200 GB (50,000 blocks * 4MB MAXTRANSFERSIZE). Block blobs support striping to support substantially larger backup sizes.
83
81
84
82
> [!IMPORTANT]
@@ -103,6 +101,8 @@ Backup of a large database to blob storage is subject to the limitations listed
103
101
- If your server accesses Azure via a proxy server, you must use trace flag 1819 and then set the WinHTTP proxy configuration via one of the following methods:
104
102
- The [proxycfg.exe](/windows/win32/winhttp/proxycfg-exe--a-proxy-configuration-tool) utility on Windows XP or Windows Server 2003 and earlier.
105
103
- The [netsh.exe](/windows/win32/winsock/netsh-exe) utility on Windows Vista and Windows Server 2008 or later.
104
+
105
+
-[Immutable storage for Azure Blob storage](/azure/storage/blobs/storage-blob-immutable-storage) is not supported. Set the **Immutable Storage** policy to false.
Copy file name to clipboardExpand all lines: docs/relational-databases/databases/sql-server-data-files-in-microsoft-azure.md
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,25 +171,30 @@ For more information, see [Manage Access to Azure Storage Resources](https://doc
171
171
172
172
**Database errors**
173
173
174
-
1.*Errors when creating a database*
175
-
Resolution: Review the instructions given in Lesson 4 in [Tutorial: Using the Microsoft Azure Blob storage service with SQL Server 2016 databases](../lesson-4-restore-database-to-virtual-machine-from-url.md).
174
+
**Errors when creating a database**
175
+
Resolution: Review the instructions given in Lesson 4 in [Tutorial: Using the Microsoft Azure Blob storage service with SQL Server 2016 databases](../lesson-4-restore-database-to-virtual-machine-from-url.md).
176
176
177
-
2.*Errors when running the Alter statement*
178
-
Resolution: Make sure to execute the Alter Database statement when the database is online. When copying the data files to Azure Storage, always create a page blob not a block blob. Otherwise, ALTER Database will fail. Review the instructions given in Lesson 7 in [Tutorial: Using the Microsoft Azure Blob storage service with SQL Server 2016 databases](../tutorial-use-azure-blob-storage-service-with-sql-server-2016.md).
177
+
**Errors when running the Alter statement**
178
+
Resolution: Make sure to execute the Alter Database statement when the database is online. When copying the data files to Azure Storage, always create a page blob not a block blob. Otherwise, ALTER Database will fail. Review the instructions given in Lesson 7 in [Tutorial: Using the Microsoft Azure Blob storage service with SQL Server 2016 databases](../tutorial-use-azure-blob-storage-service-with-sql-server-2016.md).
179
179
180
-
3.*Error code 5120 Unable to open the physical file "%.\*ls". Operating system error %d: "%ls"*
180
+
**Error code - 5120 Unable to open the physical file "%.\*ls". Operating system error %d: "%ls"**
181
181
182
-
Resolution: Currently, this new enhancement does not support more than one SQL Server instance accessing the same database files in Azure Storage at the same time. If ServerA is online with an active database file and if ServerB is accidentally started, and it also has a database which points to the same data file, the second server will fail to start the database with an error *code 5120 Unable to open the physical file "%.\*ls". Operating system error %d: "%ls"*.
182
+
Resolution: Currently, this new enhancement does not support more than one SQL Server instance accessing the same database files in Azure Storage at the same time. If ServerA is online with an active database file and if ServerB is accidentally started, and it also has a database which points to the same data file, the second server will fail to start the database with an error *code 5120 Unable to open the physical file "%.\*ls". Operating system error %d: "%ls"*.
183
183
184
-
To resolve this issue, first determine if you need ServerA to access the database file in Azure Storage or not. If not, remove any connection between ServerA and the database files in Azure Storage. To do this, follow these steps:
185
-
186
-
1. Set the file path of Server A to a local folder by using the ALTER Database statement.
187
-
188
-
2. Set the database offline in Server A.
189
-
190
-
3. Then, copy database files from Azure Storage to the local folder in Server A. This ensures that ServerA still has a copy of the database locally.
191
-
192
-
4. Set the database online.
184
+
To resolve this issue, first determine if you need ServerA to access the database file in Azure Storage or not. If not, remove any connection between ServerA and the database files in Azure Storage. To do this, follow these steps:
185
+
186
+
1. Set the file path of Server A to a local folder by using the ALTER Database statement.
187
+
188
+
2. Set the database offline in Server A.
189
+
190
+
3. Then, copy database files from Azure Storage to the local folder in Server A. This ensures that ServerA still has a copy of the database locally.
191
+
192
+
4. Set the database online.
193
+
194
+
**Error code 833 - I/O requests taking longer than 15 seconds to complete**
195
+
196
+
This error indicates the storage system is unable to meet the demands of the SQL Server workload. Either decrease IO activity from the application layer, or increase throughput capability on the storage layer. To learn more, see [Error 833](../errors-events/mssqlserver-833-database-engine-error.md). If performance problems persist, consider moving files to a different storage tier such as Premium or UltraSSD. For SQL Server on Azure VMs, see [optimizing storage performance](/azure/virtual-machines/premium-storage-performance).
0 commit comments