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)
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
Listen on INSERT/UPDATE of MS SQL Server using Node-RED/node.js
I am looking for a way to get data inserted into an MS SQL Server table (2014 Express) to Node-RED or node.js without polling a table.
My previous research led me to SQL Servers Service Broker. Unfort...
Andre S.
Votes: 0
Answers: 1
How to add SQLCLR to AWS with certificate?
I have created a SQLCLR functions works with RabbitMQ.
Added them to SQL Server as described here
https://nielsberglund.com/2017/07/01/sqlclr-and-certificates/
using certificate: created it, added to ...
ZedZip
Votes: 0
Answers: 1
SQLCLR: How to load these dlls to SQL Server 2017?
I have a c# application works with MongoDB using MongoDB NET Driver.
The output folder contains this file set:
DnsClient.dll // managed
libsnappy64.dylib
libsnappy64.so
libzstd.dll
libzstd.dylib
libzs...
ZedZip
Votes: 0
Answers: 1