Can we connect a MS SQL database instance from SAP sql anywhere ?
When I am trying to connect it is giving me a wrong server name error in SQL Anywhere.
While from Microsoft SQL Management Studio I am able to connect to the database.
I tried googling but could not find anything relevant so was just wondering if it is possible at all and if possible, then how
Related
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 MangoDB, Maybe you can try Data Factory. Reference:
Copy data from MongoDB using Azure Data Factory.
Copy and transform data in Azure Synapse Analytics (formerly Azure
SQL Data Warehouse) by using Azure Data Factory
Hope this helps.
I am unable to browse SQL Server tables using Oracle's SQL Developer. I am able to connect to SQL Server using SQL Developer, but when I try to expand the database in SQL Server, I get this error:
in newer version (Oracle IDE 19.2.0.206.2117 with Thirty party jtds-1.3.1.jar) of Oracle SQL Developer it is working.
Ivo.
Currently I am working on a project it is request us to connect their database (Server A with Microsoft SQL Server 2014) via SSRS (Server B with Microsoft SQL Server 2005).
I keep facing the problem with this message :
The version of the report server database is either in a format that
is not valid, or it cannot be read. The found version is '162'. The
expected version is 'C.0.8.54'. To continue, update the version of the
report server database and verify access rights.
(rsInvalidReportServerDatabase) (rsRPCError) Get Online Help
Can anyone help me? Thanks a lot.
I think the problem is likely to be that the ReportServer database has been created using SQL Server 2014. Trying to connection a SQL Server 2005 Report Server installation to that database will not work because they are not compatible. If it is possible to run Reporting Services with a configuration like this at all, and I'm not sure that it is, you will need to have a ReportServer database that was created using SQL Server 2005 Reporting Services Configuration Manager.
I have installed Hydro GeoAnalyst 2014.2 and i have started trial and wanted to install demo project. Firstly, i must select data source type, available server and database name. I select data soruce type, then i write sql server instance name and then related combobox filled my databases. Finally, i select my database.
I use Microsoft SQL Server 2012 Express but Hydro GeoAnalyst return an error when i want to connect my database on MS SQL. Then i have installed Microsoft SQL Server 2014 Express and Hydro GeoAnalyst returned the same error:
Unable to Connect 'AYSE/SWS'. Ensure that the SQL Server exists and is running.
I have controlled my MS SQL Server 2012 and 2014 on SQL Server Management Studio and they works with no problems. I have controlled SQL Server Configuration Manager but no solution. Why do i take this error ? Is this because of express edition of SQL Server ?
Please help. Thanks in advance.
I send error picture:
If you are using SQL Server Express installed on another machine (not your local machine) make sure you have it configured for remote connections (http://blog.citrix24.com/configure-sql-express-to-accept-remote-connections/).
Also Please be aware that the vendor support email for Hydro GeoAnalyst has changed to support#waterloohydrogeologic.com. If you continue to experience difficulties contact them and they will be happy to look into the issue further.
Anyone please give me some ideas what to do next? I have a 2008 SQL Server installed, and try to create a DB on my PC \SQLExpress, however, I come up with the following message:
Cannot write property isfilestream this property is not available on sql server 7.0
Actually I have already enabled this via the properties within Management Studio and via the configuration tool, but the message still pops out...
My computer originally has 2008, but because I cannot access to the local server .\SQLExpress, then I re-downloaded the 2012 SQL Server, and then is able to access to the local server via 2008 SQL management studio. Not sure if this is related to my issue
Thank you so much in advance!