ElasticPoolSkuCombinationInvalid - How to find a valid database SKU for different elasticpool SKU's
I am getting a below error when trying to create a database with S3 for a elasticpool with StandardPool sku, I have tried different combination as per terraform document and azure document ended up with same error. Database Name: performing…
Microsoft Business Central 365 : Backup Database on cloud / azure service
Hello I have some request Detail I requested to backup database on cloud / azure Please may help guidance step exporting database into Please may help guide user permission which role can be export database into BACPAC file I try to do this…
@@ROWCOUNT issue
Hi there, I had the below code and it worked fine in counting the records inserted and logging insert counts. CREATE PROCEDURE ProcessCustomer AS BEGIN DECLARE @RowsInserted INT; -- Insert into the final table and capture row count …
Bugs in Azure Portal With PITR Restore of a CDC-Enabled Database Between SQL Managed Instances
When using the Azure Portal to the a Point In Time Restore (PITR) of a database on SQL Managed Instance: The restored database does not have the source database’s CDC Capture's Retention period in its [msdb].[dbo].[cdc_jobs] record (it contains the…
How to force Microsoft.EnterpriseLibrary.Data SqlDatabase to use the Microsoft.Data.SqlClient package
I am trying to access an azure database using a connection string provided that uses the Authentication keyword. The SqlDatabase in EnterpriseLibrary.Data uses the System.Data.SqlClient that does not work with my connection string. Is it possible to…
Azure SQL database - Access to sys.sql_expression_dependencies for Server Admin user
I created an Azure SQL database with SQL Server admin and password. As per documentation the admin user should have access to 'all' objects in the database. However, Upon login to the database I am not able to access the system view :…
Bugs in Azure Portal With PITR Restore of a CDC-Enabled Database Between SQL Managed Instances
When using the Azure Portal to the a Point In Time Restore (PITR) of a database on SQL Managed Instance: The restored database does not have the source database’s CDC Capture Retention period in its [msdb].[dbo].[cdc_jobs] record The CDC Capture and…
Azure SQL Hyperscale pricing
Hi Team, i have upgraded my SQL DB from General Purpose Tier to Hyperscale but before migration it show pricing details low Bu when i done with migration it now showing very high pricing. Can someone pls help on it.
Azure SQL Database - on master - long execution of a query program TdService
On Azure SQL Database in Azure there is a really long query running (many days). The details: database_name master program_name TdService It looks like a bug from an Azure SQL Service. On diagnostics while trying to send a support ticket: The…
Issue with Creating Linked Server from Azure SQL Managed Instance to On-Premises SQL Server
Hi, Interestingly, I was able to create a linked server in the reverse direction—from the on-premises SQL Server to my Azure SQL MI—using a remote login and password for authentication. However, when I attempt to establish the link from Azure SQL MI to…
How can I locally develop my Spring Boot application against an Azure SQL DB using passwordless connections?
According to the documentation, the passwordless option is only for the hosted environment. This creates a challenge for developing locally because the authentication mechanism is different. How do I set up my local development so that it works the…
How to query Cosmos DB (analytical store) in Data Factory using SQL (Change Data Capture)
Hi, I am trying to write a query to interrogate Cosmos DB in Data Factory using the Change Data Capture functionality but I am unsure of the type of SQL I need to do this for a query that unrolls an array. It seems that the variant of SQL is different…
Azure SQL alternative
Hi, Currently, we are using Azure SQL Single database for a multi-tenant app. We are facing performance issue and keep scaling up to cope with the query volumes (and trying to optimize query with Query Performance Insight). If we don't want to…
Is there a PowerShell statement that can Update a server with User Managed Identies?
Hi Is there a PowerShell statement that can Update a server with User Managed Identies? like this : az sql server update -g myResourceGroup -n myServer -i \ --user-assigned-identity-id…
My Azure Data factory copy activities are failing that grab the data from REST api and Azure storage from US WEST region, linked service connection failing. how to resolve this issue?
I am using ADF to get REST API data and move it to azure sql db and also moving data from blob storage to sql db. in both the cases pipeline status is Queue/ in Progress. linked service is failed to connect and timeout issue. please let me know how long…
Bug in Azure Portal When Deleting a CDC-Enabled Database From a SQL Managed Instance
If you delete a CDC-Enabled database on a SQL Managed Instance using the Azure Portal: The 'capture' and 'cleanup' jobs remain and can be seen the Job Activity Monitor The CDC Job records remain in the 'msdb.dbo.cdc_jobs ' table, with a [dbName] …
How do I Group by [Server Name] using Registered Servers?
I am using Registered Server Groups and would like to do a query across the servers. Something like: Select [Server Name], Count(*) as People From ClientList Group by [Server Name] Order by [Server Name] But I receive an error "Invalid…
How can I setup an alert for error on Database Sync Group log?
Is there a way to send an alert when the logs of the database sync group have a type=error? Thanks. This seems to be more complicated that should be. e.g. https://azure.microsoft.com/es-es/blog/monitoring-azure-sql-data-sync-using-oms-log-analytics/
Strip non numeric characters from string
Hi there, Happy New Year! I'm creating a new table (billions of records). I need to strip non numeric values from a column. Input '.I82807- R%' Output 82807 i created a function based on online however ITS SLOOOOOWWWWWW.... Wanted to check if…
How to connect Azure SQL server database using managed identity in Powershell
Connecting to Azure SQL database in C# is working fine, but i need to connect Azure SQL server database using managed identity in PowerShell. I don't helpful commands to achieve this. Any help would be greatly appreciated.