Questions tagged [mssql]

Questions regarding the Microsoft SQL database server, its tools and services.

Microsoft SQL Server is a relational database management system developed by Microsoft. SQL Server uses as its primary query languages T-SQL and ANSI SQL.

Source: Wikipedia

Links :

  1. Official page
  2. Wikipedia
90 questions
1
vote
0 answers

How do I install MSSQL Server on Ubuntu

I am 74 years old and an old Windows user (dating back to MS-DOS 3.0 days) I am dumping Windows 10 and moving over to a Linux OS. I have chosen Ubuntu for my migration. Here is my situation. I am using VMWare workstation 17 in Windows 10 with Ubuntu…
the c
  • 11
  • 2
1
vote
3 answers

Is there a way to install SSDT (SQL Server Data Tools) on Ubuntu?

Well, I don't know if it is a valid question or not but, I need to install three SQL Server services on my laptop namely: Analysis services, Integration services, and Reporting services. Windows installer offers an option to install these services…
0
votes
1 answer

how to fix " You are currently not seeing messages from other users and the system. Users in groups 'adm', 'systemd-journal' can see all messages."

I am trying to install ms sql sudo /opt/mssql/bin/mssql-conf setup on ubuntu but gwtting this messsage i have tried it the following sudo usermod -aG adm and sudo usermod -aG systemd-journal but it didn't work.
0
votes
1 answer

Run SSRS Report Builder

I was wondering if anyone out there has had success running SSRS's report builder in GNU/Linux? I have recently upgraded to ubuntu 20.04.1 LTS yet I still need to support SSRS Reports. I have been using report builder to create these things in…
0
votes
0 answers

sqlcmd not found. mssql-tools not found after installation

I followed the instructions here which suggested me to create links. But turns out the mssql-tools is not found in /opt directory even though i had just installed it. What should i do to get sqlcmd working?
-1
votes
1 answer

Oracle 17 driver is missing and Cannot access to MS SQL server in Ubuntu 16.04

i have a 16.04 version Ubuntu. I recently installed MSSQL server in the system. The version is SQL express 2019. Everything was ok during the installation . I followed the instructions in this…