Skip to main content

Questions tagged [sql-server]

Questions related to Microsoft SQL Server 2016 through 2022. Questions for older versions are off topic. If your question is version specific please tag it specifically for that version. Does your SQL Server question belong here or on another site? Click the about the SQL Server tag link on the line below.

1 vote
2 answers
164 views

I am testing query execution plan behavior in Microsoft SQL Server 2022 Developer Edition and SSMS 20.2.1 Table: CREATE TABLE Orders ( OrderID INT, CustomerID INT, OrderAmount INT ); ...
Paul Neralich's user avatar
0 votes
0 answers
90 views

We have a primary database SQL Server 2022 Enterprise cluster using Always-On Activation Groups running in our domain and a small SQL Express 2022 running on a standalone Windows Server 2022 non-...
Caynadian's user avatar
  • 580
1 vote
0 answers
26 views

I enabled QueryStore on a SQL Server database and I see 1 specific query taking a lot of time. But this seems to be specific to a few calls (with specific parameters maybe?). This is a call to a ...
vmasanas's user avatar
  • 483
0 votes
1 answer
98 views

This is a common question that I cannot seem to find anything on. How do I add an existing catalog to a linked server? I have read through the "you have to add a login to the catalog you need to ...
Doug Kimzey's user avatar
2 votes
2 answers
237 views

My preferred SQL Server home lab is in Docker on a low grade Linux laptop. I want to see how availability group secondaries react to application-aware snapshots. Transact-SQL snapshot backups make ...
J. Mini's user avatar
  • 47
0 votes
0 answers
53 views

Environment: SQL Server: 2019 Enterprise (15.0.4430.1) OS: Windows Server 2022 Standard (Build 20348) Virtualization: QEMU/KVM (Standard PC Q35 + ICH9) Security: Bitdefender GravityZone ...
Gianluca campo's user avatar
6 votes
1 answer
770 views

Our Microsoft SQL Server sometimes has performance issues due to extensive I/O being triggered. We may have insufficient (in terms of performance) storage, but I noticed that during this behavior ...
avb's user avatar
  • 163
2 votes
1 answer
291 views

I have a SQL Server Availability group which sits atop of a WSFC on a Windows Domain. There are two nodes in the cluster, both of which are SQL Server availability group replicas My SQL Server ...
SE1986's user avatar
  • 145
0 votes
1 answer
179 views

I installed MS SQL Server on a Google Compute VM using standard image. I can connect to the VM via RDP. I open Microsoft SQL Server Management Studio and can see the database instance running. When I ...
Ashish's user avatar
  • 1
0 votes
1 answer
433 views

My VM running Ubuntu 24.04 is giving an error that it cannot find the driver for SQLServer (aka MSSQL-Server aka sqlsrv). Sure enough, a page with phpinfo(); shows no sqlsrv or pdo_sqlsrv. Here were ...
petermalcolm's user avatar
1 vote
2 answers
277 views

I deploy SQL Server 2022 Azure VM's on a regular basis. I want them to be pre-configured with a series of company standards (the details are not that important just know that this involves restoring ...
Dave R's user avatar
  • 235
3 votes
1 answer
302 views

I have a PowerShell script producing the error below: Set-DbatoolsInsecureConnection -SessionOnly Get-ChildItem "F:\WH_BEE\FULL\WH_BEE_FULL_$(Get-Date -Format "yyyyMMdd")_*.bak" | ...
Java's user avatar
  • 131
0 votes
0 answers
151 views

I'm executing the following command line on MS Windows 11: docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Pass@word" -e "MSSQL_PID=Express" -p 1433:1433 --...
ShamilS's user avatar
  • 101
0 votes
1 answer
119 views

Facing an issue while attempting to change the database login password for Power BI Report Server. After updating the password in the database and in the Report Configuration Manager, the following ...
Filopateer Maged's user avatar
-1 votes
1 answer
149 views

I was able to install it without errors, but then when I launch the app from taskbar or start menu, nothing happens. I can still launch the older version SSMS 20 in VMware fusion just fine. I've tried ...
Ivan R.'s user avatar
  • 36

15 30 50 per page
1
2 3 4 5
324