Mac M1 running MS SQL on Docker, unable to connect from Azure Data Studio
Hi, I'm facing some problems on my M1 Macbook when I try to connect to a MS SQL instance on Docker from Azure Data Studio. This is the verbose log I got from Azure Data Studio: Microsoft.Data.SqlClient.SqlException (0x80131904): A connection…
SQL Server install error Wait on the Database Engine Recovery Handle Failed
SQL Server 2019 install error Wait on the Database Engine Recovery Handle Failed this error is coming and i have tried everything on the internet to solve this but it still isnt installing can anyone tell me how to remove this error
How to use SQLCMD in ARM64 architecture?
I am using NVIDIA Jetson Orin nano board (which is based on ARM64 architecture) to as an IoT Edge device to deploy Azure Edge modules from Azure marketplace. I have deployed the temperature sensor and SQL Edge module modules inside the board, and they…
Establishing module-to-module communication in Azure IoT Edge
How can I achieve module-to-module communication between two modules in Azure IoT Edge, specifically the Simulated temperature sensor and Azure IoT SQL Edge modules available in the Azure Marketplace? I am following this guide. Is this the correct…
Olá, tudo bem? Não estou conseguindo instalar o SQLSERVER 2019 no meu computador, já desinstalei mas o erro continua. Se alguém puder me ajudar fico muito feliz. Obrigada!
Ação necessária: Use as seguintes informações para corrigir o erro, desinstale o recurso e execute o processo de instalação novamente. Motivo da falha do recurso: Erro durante o processo de instalação do recurso. Detalhes do erro: § Erro ao instalar…
Can't use Azure Sql Edge backup due to it being version 964.
Is there any way to restore an Azure SQL Edge database anywhere other than on Azure SQL Edge? I have the latest CUs on SQL Server Express and LocalDB, but it still wouldn't take an Azure SQL Edge backup. Here is the…
How to fix power function issue while changing db compatibility level change
We are using sql server 2019 server with db 110 compatability. Currently we are changing the DB compatability level from 110 to 150.After changing the compatability level to 150 , we have noticed the breakage there in the power of function and its…
Connecting to Azure SQL Edge (local docker instance) from another network machine
Hi I have a local instance of Azure SQL edge running (using docker on MacBook). I am trying to connect to the server, with using pyodbc (in google colab), but i keep getting this error: I already followed this document:…
Trying to install and run Azure SQL Edge on Docker on Mac (intel). Runs for a few seconds and then stops.
Overview I am trying to install and run SQL server from Docker. It runs for a few seconds and then exits with a code of 255. I am trying to install Azure SQL edge on Macbook running on intel. Commands I ran to install the image sudo docker pull…
How can I install sql sync agent in a Ubuntu environment?
I am trying to set up azure sql edge device . I also have an Azure SQL database set up in the cloud. I want to synchronize data from sql edge to sql database in the cloud. For that, I was trying to create a sync group and install sql sync agent in Azure…
alternative to store procedure
Hi Expert, do we have any alternative to store procedure while running merge statement where we can use exec or run like exec sp_name can we use view instead of any table to something else Regards
temp table parameters
Hi Expert, unable to understand the below query can someone explain me what is happening in below query CREATE PROCEDURE [dbo].[THINKNEW] @CurrentVersion BIGINT, @LastVersion BIGINT AS BEGIN IF…
; in MSSQL
"When I give only a semicolon (;) in a query, I am getting the message 'Commands completed successfully.' Are there any other symbols that can give the same result?"
Docker / Azure Data Studio - What am I doing wrong?
Mac OS Monterey, 12.5.1 I installed Docker on 10/19 from your website. downloaded the Azure SQL Edge image using the terminal command docker pull mcr.microsoft.com/azure-sql-edge. I then downloaded Azure Data Studio. Then ran the terminal…
Unable to backup new sql server instance databases on azure portal
Hi Team, We have sql server installed on a windows machine, we have already three instances there and we have scheduled the backup on azure portal and was running fine. After adding a new instance on sql server we are unable to schedule its backup on…
Securing access to the Azure SQL Server Database via SSMS using Privatelink ?
My company already using the Azure Express route circuit to allow secure and quicker data access across the WAN. I am trying to secure access to my SQL database in Azure from my user laptop across the globe. Turn off the Public Endpoint for all SQL…
Issue in running AzureSQLEdge module on IoT Edge Device
Hi Team, As part of my research, I have deployed AzureSQLEdge module from Marketplace.It was running earlier.But now seems to be faile due to the below exception 2023-05-11 09:56:45.81 spid9s Starting up database 'msdb'. 2023-05-11 09:56:45.82…
Azure SQL Edge - Docker - Macbook M1 - Error occurred during the pre-login handshake
After update Macbook M1 to Monterey 12.5.1 the following error started happening: Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login…
Query related to sync between Azure SQL Edge database and Azure SQL database
Hi Team, Objective of this work is to implement a hybrid Cloud-Edge application model where we need to sync the Azure SQL Edge database and Azure SQL database. For that purpose, we followed this "https://learn.microsoft…
I tried to restore a database by Azure SQL Edge docker on Mac M1, I got "Database size would exceed license limitation" error.
Is there full version of Azure SQL edge docker for ARM? How can I restore the database on ARM (mac) system? I got the following error when I tried to restore a sql server database by Azure SQL edge container on MAC os M1 max. If it could be restored,…