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
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
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
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
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
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
1 vote
0 answers
411 views

I followed an official documentation on how to deploy Microsoft SqlServer in Kubernetes as a container on Azure Kubernetes Service. There is a couple things I'm noticing and it's concerning: Two ...
Andrei's user avatar
  • 44.9k
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
-1 votes
1 answer
849 views

We've setup a sql2017 cluster on linux following MS Documentation. Replication in the AG works fine but we are unable to failover. If I watch the logs during failover pacemaker is attempting to move ...
tweeks200's user avatar
  • 2,007
0 votes
0 answers
3k views

I installed SQL Server 2017 on Linux on a CentOS 7 derivate. Now I want to login with the command: "sqlcmd -S 172.0.0.1 -U SA". But I never set up a password. How am I able to login to the SQL Server? ...
Ivo's user avatar
  • 307
2 votes
1 answer
726 views

I just run sql server via docker on CentOS 7 sudo docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Admin@2019' -p 1433:1433 --name sql2017 -d mcr.microsoft.com/mssql/server:2017-latest then, I try to ...
Hamid's user avatar
  • 1,099

15 30 50 per page