How to Check Aborted Query Details in Azure SQL Database
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…
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.
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…
Setting up a Self-hosted Integration Runtime (IR) in Azure is crucial when you need to securely transfer data between on-premises and Azure services or even between different cloud environments. Below…