python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Join LinkedServers
Joins are one of my weak points; I am never sure how to use them and this one is within an Openquery
This works when DBs are on the same Server:
SELECT top (100) FROM LocalDBl.dbo.LocalTable1
LEFT JOI...
user3191894
Votes: 0
Answers: 0
Create trigger in MS SQL Server database to insert/update into another Postgres database
We are changing MS SQL Server to Postgres in our application. The application uses Blue-Green deployment, which is why there will be a period of time when the old version will still work with MS SQL ...
FireShock
Votes: 0
Answers: 1
Linked Server Certificate issue
I have 2 SQL Servers(2017): A and B.
Server_A does not have a certificate and encryption is not enabled.
Server_B has a certificate and encryption is enabled.
While logged onto Server_A:
SELECT * FROM...
Andy
Votes: 0
Answers: 2
SQL SERVER: Accessing Cosmos-Db in SSMS via ODBC
I'm attempting to follow the guide here which shows how to link an azure cosmos-db as a linked server via ODBC. I have created the ODBC links to the remote cosmos-db in both x64 and x86 flavours. Thes...
Tim
Votes: 0
Answers: 0