Help me on DP900
I was preparing for DP 900 in the official website of Microsoft Account. I came up with such question and have confusion in this. " Q1. Q2. Therefore, Which data service allows you to use every feature of Microsoft SQL Server? Please…
How to publish a blazor website with sql sever that is giving the error HTTP Error 500.30 - ASP.NET Core app failed to start
hi, im trying to publish my blazor web app on azure however it fives me the error HTTP Error 500.30 - ASP.NET Core app failed to start. when i try to debug it and go into the diagnose page of the websever i get this error…
What dont I see the "Convert to Standby" on a Geo Replication setup of Azure SQL
I have an Azure SQL server and have setup geo-replication for the databases on that server. Since we are only going to be using the replica for DR purposes, we want to switch it from geo-replica to standby-replica. According to…
Azure SQL billing when using the free-tier
Hi there, I've been charged when using the Azure SQL single database through the free-tier. I selected, from the ground the free-tier application blade Can you please review this out of the blue costs? I don't understand them from my side. appreciated a…
How to avoid database comparison between on-prem and azure sql after database restore
We have existing Azure data sync setup (in dev ,test and prod) between on-prem and azure sql . As part of data refresh activity, lower env (dev and test) db will be refreshed (delete and recreate db) with prod data along with data sync objects in both…
Azure sql serverless database status showing pause state on azure portal.
i can connect to my Azure SQL Database through SSMS or Azure Data Studio and execute queries while the Azure Portal still shows the database in a "paused" state but queries are executing through SSMS or Azure Data Studio also through my web…
Unable to connect to Azure SQL Error 40613
We have not had any changes related to this database, it has started to generate this error and I am having problems: ADDITIONAL INFORMATION: The database 'name-db' on the server 'name-server-db-server.database.windows.net' is currently unavailable. …
Azure elastic agent jobs that work for existing databses are failing for newly created one's with "The server principal "ac1971e9-381b-449b-9e1a-9cc276fc2985@b5313c9d-fb0d-47af-bc87-7c050bffbdc3" is not able to access the database "
Azure elastic agent jobs that work for existing databases are failing for newly created one's with "The server principal "ac1971e9-381b-449b-9e1a-9cc276fc2985@b5313c9d-fb0d-47af-bc87-7c050bffbdc3" is not able to access the…
No editor functionality in Azure Data Studio
I've just started using Azure Data Studio, and I'm surprised that very basic functionality seems to be missing. For example - I don't think I've ever seen another SQL editing tool (or any code editing tool, for that matter), that lacks the ability to…
What is the GUID that gets created on Azure data sync objects
We have azure data sync setup for on-prem and azure sql db. When Initial trigger is started, there are Data sync tables, procedures and user types gets created.We notice the naming format for procedure is <table_name>_dss_bulkinsert<GUID>…
Permission Issues with Application Registration for Creating External Users in Azure Synapse Databases
Hello everyone, I’m encountering an issue with an Application Registration in Azure AD that needs to create external users in several on-demand Azure Synapse databases across multiple environments. Despite configuring the necessary permissions in Azure…
How to take back up of azure data sync metadata
We are have azure sql db which is part of azure data sync group. This db will be refreshed as part of environment refresh and restored again To avoid row by row comparisons again should we take back up of data sync metadata before refresh? If so how to…
How do I set up my Azure server to receive data from outside computers?
I have an Azure Standard server set up. At the moment I can push data from this server outside. But how do I set it up to receive data from outside computers?
Single Server and Flexible server performance
Our application has been hosted in the Azure Environment windows server and Database server. In the month of september, Database has been migrated from single server instance to Flexible server instance. After the migration , we feel the performance of…
Unable to connect to Azure SQL Server from local machine
I have created a SQL Server DB and added required firewall rules. However, I am unable to connect to the DB from my local machine using any SQL Editor. For e.g., DBeaver. Though, I can connect the DB using Azure's in-built "Query Editor". I can…
azure cpu percentage vs sql instance cpu means
i have azure sql server what does CPU Percentage (Max) vs SQL Instance CPU Percentage (Max) disparity means for planning and sizing.
find duplicate record
Hi, have 3 rows in one table how to remove 2 duplicate from table 1, 2, 3 1, 2, 3 1, 2, 3
How to manually backup Azure SQL Database.
I am trying to look into possible options to manually backup specific database and I found this option https://learn.microsoft.com/en-us/azure/azure-sql/database/database-export?view=azuresql&source=docs but this says that this is not a preferred…
Intermittent Error: Cannot Set AccessToken Property in .NET Core 8 with SQL Server
Description: I am encountering an intermittent error in my .NET 8 application when trying to establish a database connection using the Microsoft.Data.SqlClient library. The issue occurs sporadically during runtime, resulting in the following unhandled…
AUDIT SESSION CHANGED action causes login failed
I have auditing enabled on my Azure SQL instance and I've noticed lately that whenever the AUDIT SESSION CHANGED action occurs, if a DB connection is attempted at that moment, it will fail with Login failed for user '<username>'. I've noticed this…