I deleted the database, how can I get it back?
hi I deleted the database, how can I get it back?
SQL DB Backup still going on
I am using VM for backup of 450GB data from SQL DB and, I have used Export Data-tier Application option in the Tasks menu because In SQL Server Management Studio (SSMS) the backup option is not showing. The backup process going on for last 15hours Is…
SQL Server WEB edition for a Public website with password protected CMS
I need to migrate a public website with its own Content Management System to the cloud. Currently, the web application is using SQL Server and I'm trying to understand if I can use the SQL Server WEB edition license offered by both AWS and Azure. None of…
Azure functions dont deploy due to imports
Hi, I have an azure function app with multiple functions, with each function having their own folder and a function_app.py file in the root. The functions share common helper functions which are defined in two separate folders in the root directory - db…
after creating login in Azure SQL server, getting error while login to DB using SSMS
Hi, i am trying to connect to Azure sql server using sql authentication. but it is throwing error. i have followed the below steps to create login. Error attached for reference. Thanks CREATE LOGIN [john_doe] WITH PASSWORD = 'MySecurePassword123!'; --…
I'm trying to create a linked service in ADF but get the 'connection failed' error.
I'm trying to create a linked service between ADF and SQL database. I keep getting the following error message when I try to test the connection... Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'servernov23',…
SQL DB Backup issue
I am using FortiClient VPN for accessing SQL DB. When trying to back up an Azure SQL Database using SQL Server Management Studio (SSMS) the backup option is not showing. So, I have used Export Data-tier Application option in the Tasks menu. Now getting…
Upload and restore .bak file to Azure SQL Database from Local Machine
I have a .bak file on my machine I am trying to restore into an azure database. I then created an Azure storage/blob account to hold this file, to restore via ssms but unfortunately, the file is large (about 35GB) and crashes my machine multiple times.…
SSRS license on a separate sql server vm
I have a VM on Azure IaaS Sql server 2019 Standard. I would like to install SSRS on a separate VM. Would I need a new license for this?
Azure app server connection To azure vm db server intermittently timeout
we have an app with built in crystal reports and they have saved connection details in the reports. When we click the button to generate, it often works. Every once in a while it will fail and give us "database login failed" which i believe is…
Discrepancy in Azure Function App Deployment Between Portal and PowerShell
I encountered an issue while deploying a Function App in the East US region: Issue with Azure Portal: Deployment failed with the error: "The template deployment 'Microsoft.Web-FunctionApp-Portal-XXXXXXXX' is not valid according to the validation…
Your subscription does not have access to create a server in the selected region
When creating a SQL database, when I try to create a server I get this message: Your subscription does not have access to create a server in the selected region. For the latest information about region availability for your subscription, go to…
Azure Serverless Deep Pause vs Light Pause
Hello Azure Community, I currently have my Azure SQL Serverless database on 15 minutes auto-pause. If the database is inactive for 15 minutes it goes into a light pause, meaning records are fetched in 4-6 seconds instead of the usual 2 seconds on the…
SSMS firewall rules error
I am accessing my Azure host SQL db from my local machine using SSMS. I have a VPN and I have Firewall rules set on the Azure so evertime my IP adress changes which is daily i have to add a new firewall rule. SSMS does this in a pretty straightforward…
Is reserve pricing available for zone-redundant elastic pools?
Is reserve pricing available for zone-redundant elastic pools? You can make reservations for non-zone-redundant pools but the zone-redundant pool pricing table only includes pay-as-you-go.
How to load multiple different JSON files into Azure SQL DB using Azure Data Factory
Hi all, I am currently working with some nested JSON files and attempting to load it from the blob container to azure sql db using azure data factory. All of the JSON files have different structures as the fields and columns vary in each one, which is…
Azure managed instance still updating after scale operation started 5 days ago
I scaled a general purpose managed instance several days ago , but on the overview page for the managed instance,, it is still displaying the following message , 'The resource is still updating please do not create restore databases etc' this is shown …
Connect web app client to web app api
My project is made by ASP .NET MVC call API. Client side will call API to get data. Now I deploy two Web app API and Client to Server. But running client has no data because it cannot connect to API. Please show me how to connect.
Loading large nested JSON files into Azure SQL db using Azure Data Factory
Hi all, I am currently working with large nested JSON files stored inside a blob container. Each file has a different structure with varying fields and data types, and nested arrays. My goal is to load these files into an Azure SQL database in an…
Azure SQL Managed Instance storage size reduce
Context: I have a SQL Managed Instance General Purpose server with 8v Cores and 8000 GB of Storage. The database is just over 6000 GB in size and after a cleaning and shrink process it should be 4000 GB. Considering this context, is it possible to reduce…