Error Code: 40544 – Database Size Limit Exceeded
Background Error code 40544 occurs when an Azure SQL Database exceeds its allocated data space limit. Each service tier and pricing model in Azure SQL Database comes with a specific…
Background Error code 40544 occurs when an Azure SQL Database exceeds its allocated data space limit. Each service tier and pricing model in Azure SQL Database comes with a specific…
Background Error 18456 is a common error encountered in SQL Server, including Azure SQL Database, which indicates that a login attempt has failed due to invalid authentication credentials or insufficient…
Background Error code 40532 occurs when the maximum session limit for your Azure SQL Database or elastic pool is reached. Azure SQL enforces a limit on the number of concurrent…
Error Code: 10928 – Resource Limit Exceeded Summary Table Aspect Details Error Code 10928 Message “The request limit for the elastic pool or database has been reached.” Common Causes Too…
Error Code: 40613 – Azure SQL Database Unavailable Summary Table Aspect Details Error Code 40613 Message “Database is currently unavailable. Please retry later.” Common Causes Maintenance, Failover, High Load, Provisioning…
If you choose to write audit logs to an Azure storage account, you can view them in a few ways: For more details on storage folder structure, naming, and log…
Below is the Query use to to check aborted query details in Azure SQL Database Query Explanation of Each Part This query retrieves details of the top 50 aborted queries…
To Retrieve User Access Details from Azure SQL Database Using Log Analytics for last one Month. Pre requisites the prerequisites for running a query to retrieve user access from an…
How to give access to an Azure SQL Database Hyperscale named replica without giving access to the main replica or any other replicas. This setup keeps the named replica separate…
When we connect to Azure SQL Databases or Managed Instances using the “Proxy” connection policy, idle sessions are closed after 30 minutes of inactivity. However, with the “Redirect” policy, idle…
Problem Datastage jobs are failing when running a query against the Azure SQL Server database with the error: SQLSTATE = 08S01, Native Error Code = 0, Message = [IBM(DataDirect OEM)][ODBC…
Below Issue occurring when User running fastload jobs from DataStage end against Teradata What is cause for this Issue? Network glitch happened while fastload operation was underway. Solution for this error Resubmit the failed fastload job. If the issue…
Error Code Solution select Storage Blob Data Contributor role select name of manage identity name. Mohammad Gufran Jahangir
To create an external table in Azure SQL Database that accesses data across different databases, you need to first establish a “database scoped credential” on the target database, then create an…
Scenario Want to write data into a SQL dedicated pool using a pipeline in Synapse Workspace. In a copy activity I read data from ADLS V2 and write into the…
The error message you are encountering is a login timeout issue when trying to connect to the EDH_DEV database using the ODBC Driver 18 for SQL Server from your on-premises…
In Azure SQL Server, the time zone is generally set to UTC (Coordinated Universal Time), and it cannot be changed at the server or database level like on-premises SQL Server…
Query Audit Logs for Failed Logins Using T-SQL Connect to the master database to run below queries: Query the sys.event_log view Query login failures for users The following query returns connection failures…
Here are some common Integration Runtime (IR) registration errors you might encounter when setting up a Self-hosted Integration Runtime (SHIR) in Azure Data Factory, along with their types and potential…