I tried it via SSMS, but i don't see the linked server folder in object explorer.
Tried creating via T-sql stored procedure, but the sp_addlinkedserver (and also other linked server related) does not exist.
I cannot see it in the SP section at all, cannot see it in master DB too. I am using, Azure sql server ADW on cloud, do not see many of the SPs that are other wise available as part of SQL server.
softwares and their versions------->>
SQL server version 2019 microsoft sql server 2012 native client
installed microsoft odbc driver 17 for sql server installed SQL
Server Management Studio (SSMS) 15.0.18206.0 Microsoft Analysis
Services Client Tools 15.0.1567.0 Microsoft Data Access
Components (MDAC) 10.0.18362.1 Microsoft MSXML 3.0 6.0
Can anyone tell me what I am doing wrong here??
I have been trying to find the definition of the SP sp_addlinkedserver but unable to find it. IF i find this, i will myself add it in the DW. Please help me. Thanks
Azure SQL DW doesn't support linked server:
If you want copy data between Azure DW and MongoDB, Maybe you can try Data Factory. Reference:
Hope this helps.