python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Data from multiple sources with unknown ids T-SQL and Azure SQL Edge
I'm trying to define the architecture of my project using Azure Iot Edge and the module Azure SQL Edge (so I can have storage and use ML), but I'm stucked in the streaming part.
I'm getting data from ...
Paulo Ilheu
Votes: 0
Answers: 1
Initialize SQL Server database in docker container without sqlcmd
I am working on a MacBook Pro with M1 CPU so I can't use the "normal" mssql docker image. I am using azure-sql-edge that doesn't have sqlcmd to initialize the database (create schema, databa...
chenny
Votes: 0
Answers: 3
How to execute an entire table and create a database diagram
When I run my query, only one of my rows is displayed.
I also need to create a database diagram from these 3 tables
Can someone please assist me on how to do that?
CREATE DATABASE Lab301;
CREATE TABLE...
user18258423
Votes: 0
Answers: 0
The specified option 'clr enabled' is not supported by Azure SQL Edge
I'm a .NET developer and new to mac (m1 pro). I use docker and pull the azure-sql-edge image. When I try to create a table with a geometry column or insert a value in the geometry type column that was...
Abbas Behjatnia
Votes: 0
Answers: 2