Skip to content

Tag: sql-server

Add Providers MSSQL Linux

i want add a new linked server in my SQL Server (14.3026.27) Linux Red Hat Enterprise 7.5, before i add a linked server to other SQL Database, but now when i want add a linked server to MySQL i cant. I check my SQl Server linux and i found that i not had any provider in the section “Server Objects&#8221…

Unable to connet to SQL server using soci library

I am beginner in c++,my problem on Linux for connecting to SQL Server with soci library, my code this but I have error and I don’t found solution for my problem, my code this: I have error: Here is the code: Answer Your ODBC connection string in incorrect, your first parameter specifies a datasource cal…

Not able to create SSIS DB Catlog in linux RHEL 7

I am not able to create SSIS DB Catalog on my MS SQL Server which is installed on Linux RHEL 7 Server. Though I have installed SSIS on Linux RHEL 7. Whenever I am trying to create SSIS DB Catalog i am getting this error. TITLE: Microsoft SQL Server Management Studio The path to the catalog backup file could n…

SQL Server on Linux : Data source name not found

I followed the instructions to install Sql server natively on my machine which runs linux mint sonya based off ubuntu xenial. Ive had no trouble installing the service: When trying to connect the the DB, i get this error: Answer Turns out after all that I did not install the unixodbc-dev package. The error me…