Skip to main content
0 votes
0 answers
269 views

According to the documentation, it should "just work," but it doesn't. I have a newly built Ubuntu 22.04 minimal server with SQL Server for Linux 2022 installed. I followed the instructions ...
Mark LFT's user avatar
  • 151
1 vote
1 answer
290 views

I have created a SQLCLR UDF and am deploying it (using SSDT) to SQL Server 2019 on Linux. When I try to execute the function it returns the following error: Request for the permission of type 'System....
Satyveer Singh's user avatar
5 votes
2 answers
2k views

I've created a named volume for my SQL Linux data files but the default size of 251G was too small. I followed the instructions to expand the size of a WSL2 VHD and then use resize2fs to increase to ...
stucampbell's user avatar
  • 6,633
13 votes
3 answers
48k views

I have installed mssql on Ubuntu 16.04. following are the details of sql server. ms sql (14.0.3015.40-1) i.e SQL server 2017. when I run the configuration command #sudo /opt/mssql/bin/sqlservr-setup ...
chetan's user avatar
  • 1,043
0 votes
1 answer
1k views

I want add a new linked server in my SQL Server (15.0.4261.1) running on Linux Red Hat Enterprise 8.6, before I add a linked server to other SQL Server database, but now when I want add a linked ...
Eduardo Ramirez Roco's user avatar
0 votes
0 answers
868 views

I have a docker SQL Server image that I configure and then share with team. Each time I update the data the image size increases significantly. I start with the mcr.microsoft.com/mssql/server:2019-...
Don Chambers's user avatar
  • 4,375
10 votes
2 answers
5k views

I have SQL Server installed on Linux. It was installed from Microsoft's repos as described here: https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu In MySql I used to write ...
Gherman's user avatar
  • 7,556
7 votes
1 answer
2k views

I'm migrating a local SQL Server development database to run in a Linux docker container (on the same dev machine). When running my integration tests in Visual Studio 2019 on Windows, I receive MSDTC ...
Chris Klepeis's user avatar
0 votes
1 answer
897 views

Why there are different results (offset should be +03:00): SELECT CURRENT_TIMEZONE() as [CURRENT_TIMEZONE()] , SYSDATETIMEOFFSET() as [SYSDATETIMEOFFSET()]; result is : CURRENT_TIMEZONE() ...
Ali Rıza Arslan's user avatar
0 votes
0 answers
161 views

Returns error below command using SQL Server Management Studio and SQL Server is running on Ubuntu 18.04. EXEC sp_execute_external_script @language = N'Python', @script = N'import pandas as pd ...
JERRY's user avatar
  • 1,158
5 votes
1 answer
7k views

I'm following https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-docker?view=sql-server-2017 to config and run standalone sqlserver container in macos with persistent data ...
Steve Lam's user avatar
  • 1,059
7 votes
2 answers
3k views

I have a SQL Server Dockerfile with my import-data.sh importing *.sql files from a sql-data folder. Everything works if I run the *.sql files from a tool like Datagrip but the import fails with this ...
Nick's user avatar
  • 1,028
0 votes
0 answers
443 views

The time specified in the waitfor delay is not honored in SQL Server Linux on Docker Desktop for Windows. Script: declare @tsstart varchar(100) = CONVERT (VARCHAR(100) , SYSDATETIME() ,121); raiserror(...
praskutti's user avatar
1 vote
1 answer
2k views

I need to enable Active Directory authentication on SQL Server 2019 running on CentOS 7. The server centos-1 alresdy has sssd pre-configured to us AD authentication. However, I followed the official ...
chpong-chpang's user avatar
0 votes
2 answers
1k views

Ok, so I have a .sql file that i exported from MySQL Workbench and now I want to import it into Microsoft SQL Server Express Edition for linux, and I'm not sure how I should go about doing that, any ...
Youssef's user avatar
  • 33

15 30 50 per page