Skip to main content

Questions tagged [azure-sql-managed-instance]

SQL Server Managed instance, a deployment option of Azure SQL Database providing compatibility with the latest SQL Server on-premises Database Engine with PaaS features and capabilities.

0 votes
0 answers
35 views

I'm deploying database schema-only (no data) changes to our Azure Sql Managed Instance via Azure DevOps task SqlAzureDacpacDeployment@1, and for some tables it is always dropping and re-creating ...
Greg's user avatar
  • 582
1 vote
1 answer
94 views

I have Azure SQL MI - SQL agent job notification setup to send an email whenever SQL agent job fails. However, I noticed that job failure email notification does not show correct host name within ...
SqlDBA's user avatar
  • 171
1 vote
1 answer
100 views

I am trying to setup SQL agent job that will only execute if it is primary replica of Azure SQL MI of failover groups. I am trying to get primary replica using sys.dm_hadr_database_replica_states ...
SqlDBA's user avatar
  • 171
1 vote
2 answers
61 views

should the multisubnetfailover=True parameter be added to connection strings to Azure failover groups?
AlexP012's user avatar
0 votes
0 answers
84 views

I have on-prem SSIS package with execute SQL task. Execute SQL task has been runnning without any issue with following parameter mapping when executing against on-prem SQL 2019 database. On-prem ...
SqlDBA's user avatar
  • 171
0 votes
1 answer
114 views

I am trying to connect to Azure SQL MI from on-prem SSIS package. However, I am unable to connect even with MS Oledb driver 18. I did udl connection test to Azure SQL MI from on-prem ssis server with ...
SqlDBA's user avatar
  • 171
0 votes
0 answers
59 views

I need some advice to convert the XEL file to XML. I am executing a PowerShell script in Azure Automation runbook in Azure portal to store the XEL file from BLOB storage to my local machine, ...
user3276487's user avatar
1 vote
0 answers
57 views

I am working on SQL Query which runs in oracle for 2 sec but in Azure SQL server running for 45 mins from hibernate Java. upon investigations here are details, finding and steps taken Query Have 45 ...
Ram Kumar Swarnkar's user avatar
0 votes
1 answer
257 views

I have the following code on a SQL Server Azure Managed Instance and the performance is pretty terrible. INSERT INTO #CU WITH (TABLOCKX) (LA_ID, CU_ID) SELECT la.LA_ID, c2.CU_ID FROM #la la ...
Kenneth Fisher's user avatar
3 votes
1 answer
451 views

I have a SQL Managed Instance in Azure with some blocking/deadlocking going on. This DB was on-premise and had all the scripts installed, so I uninstalled them and then installed the Azure specific ...
Aaron Giambattista's user avatar
0 votes
0 answers
831 views

Our problem: We have multiple clients, each with their own database. We are logging changes from certain tables to a central database called Central. The logging process requires SELECT, INSERT, ...
Kenneth Fisher's user avatar
0 votes
1 answer
497 views

We have simulated some error logs within our SQL Server Managed Instance. The SQL Server error logs are within the Management folder. I have a simple requirement wherein I am stuck streaming these ...
user3276487's user avatar
0 votes
0 answers
161 views

I'm encountering an issue with our database where the NotifyLogPoolMgr is shrinking the log pool under memory pressure. The specific message in the logs is as follows: NotifyLogPoolMgr in DB: 5 ...
Lifipe's user avatar
  • 1
10 votes
3 answers
2k views

I have a database which has brackets in its name. (Don't ask! :-\ ) It shows in SSMS but not in Azure because it was canceled while creating. It does not show in the database listing in Azure. It ...
Yossi Geretz's user avatar
0 votes
1 answer
40 views

I've come in to managing a microsoft sql azure (12.0) server and need a little help with a table. I've worked as a data analyst for several years so understand some basic ideas with server management,...
MyNameHere's user avatar

15 30 50 per page
1
2 3 4 5
9