SQL Server 2025 Installation Error
SQL Server 2025 Enterprise Developer Edition Oops... Unable to install SQL Server (setup.exe). Exit code (Decimal): -2068052377Error description: Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
SQL Server Database Engine
Investigate Root Cause of DBCC CHECKDB error | (SQLSTATE 42000)(Error 8992 | Catalog Msg 3853)
Details: I am running Microsoft SQL Server 2022 I am running DBCC CHECKDB on a user database (of which raised this error), each saturday This has happened on one on-prem Windows Server with installation of SQL server, with a predefined set of…
SQL Server Database Engine
How to fix this error with rxInstallPackages
I have installed the Machine Learning services on Microsoft SQL Server 2022 (RTM-GDR) (KB5068407) - 16.0.1160.1 (X64) Oct 3 2025 18:06:58 Copyright (C) 2022 Microsoft Corporation Developer Edition (64-bit) on Windows 10 Pro 10.0 <X64> (Build…
SQL Server Database Engine
SQL Configuration step issue in Ubuntu Instance
While configuring SQL Server for the first time on Ubuntu_22.04-x86_64-SQL_2022_Standard-2025.08.28, I encountered an error that occurs frequently. I need to retry the setup 2–3 times before it works properly. Any Solution to fix this part? ++ bash -c…
SQL Server Database Engine
DBCC CHECKDB on Secondary Replica
I have an AlwaysOn AG. The secondary replica is set as readable. But, when i run DBCC CHECKDB on secondary replica, it is throwing below error: DBCC CHECK cannot proceed on database because it is a secondary replica and snapshot creation failed.…
SQL Server Database Engine
Connection pool error I am getting
Error: operation timed out for an unknown reason at /node_modules/tarn/dist/PendingOperation.js:14:27 This is the error I am getting when I login to my applicaiton. In very next attempt I am able to login properly. What could be the possible reason…
SQL Server Database Engine
Does SQL server retain the setting for IDENTITY_INSERT after a session closes
I have set IDENTITY_INSERT ON for a table, does that setting remain after the session ends?
SQL Server Database Engine
SQL Server Developer
SQL Server Developer Editionについて教えてください。 ライセンスの数量、有償、無償範囲、 Enterprise EditionとDeveloper Edition違い、 Developer Editionの5年稼働における注意点、AWS EC2で利用の注意点、 サポートの違い また、以下の構成でSQLライセンスを購入予定ですが 何か留意点はございますか? 本番用:32 vCPUのEC2 → SQL Server Enterprise Edition…
SQL Server Database Engine
i noticed the sqlhealth extende event is on by default , so can i reduce
hi, i noticed the sqlhealth extended event is on by default , and it logs many thing, Q1) can i reduce few thing so that file size and recording that is wirting from buffer to file can be reduced, thus i will save some resources. q2) and can i add few…
SQL Server Database Engine
SQL Server 2025 Public Preview Maintenance Wizard plan runtime error
2 issues with Maintenance Plans - for some reason now I cant modify or create any new Maint Plans. Not available and greyed out. When creating any Maintenance wizard plans such as "Misc Cleanup" or DB "Integrity check" scans I am…
SQL Server Database Engine
How to install SQL Server Developer on a Snapdragon Laptop
I got a new Dell laptop that has a Snapdragon processor and am unable to install SQL Server. Is there a procedure for doing this? If the solution is emulation, then is there a procedure for setting up emulation too? Thanks
SQL Server Database Engine
sql server database engine service how can i resolve this in windows 11
i have an issue while installing sql server its showing error databse engine service failed in window 11 and i installing 2025 version of sql server
SQL Server Database Engine
Help Needed with SQL Server Express Installation
Hi everyone, I’m trying to install SQL Server Express (Basic Edition) on my Windows machine for a Microsoft Windows Object Oriented Programming project, but I keep running into an error. Every time I attempt the installation, I get the following message:…
SQL Server Database Engine
Explain 'Response to resource failure' configuration in SQL Server Clustering?
Dear Folks, In SQL Server Clustering, Could any please explain these settings properly. Response to resource failure settings (I think it is also called Restart policy configuration, let me know if am wrong.) If resource fails, do not restart if…
SQL Server Database Engine
SQL server 2022 remote query timeout
Scenario: HP DL 380 G11 Server Windows Server 2025 Std DC SQL 2022 Std Workstations integrated into the domain with Windows 11 Pro. ODBC Version 18. On the workstations, runs an application that works with a database existing in the single SQL…
SQL Server Database Engine
Record deletion order of operations
Hi. I need a reminder of order of operations for the following scenario: I have a database of 605 GB in size. The data file is approx 423 GB with 68% available free space. The tran log file is approx 182 GB with 99% available free space. I need to…
SQL Server Database Engine
Connection was denied because Deny Public Network Access is set to Yes.
Hi, Was facing the following issue when connecting to Microsoft Dataflow using SQL server An exception occurred: DataSource.Error: Microsoft SQL: Reason: An instance-specific error occurred while establishing a connection to SQL Server. Connection was…
SQL Server Database Engine
SQL Server 2025 executing request with in SQL connexion is very slow
Hello, I installed SQL 2025 on a new VM to test the installation of my application, which currently runs on SQL 2022. I’m facing an issue with SQL 2025 (fresh installation on a new machine with a new DB): the queries are extremely slow when I use a SQL…
SQL Server Database Engine
Trouble configuring SQL Server Always On
I have created an AD setup. Joined two sql vms(primary and secondary) into that AD. I have then installed failover clustering on both the sql nodes, and created a cluster. Then I have enabled SQL Server Always On Availability Groups. Next, while…
SQL Server Database Engine
need to kill long running SPIDs
hi, i have seen in my server sometimes some SPIDs get stuck. so we find the logest running SPIDs and kill them . resons are many but in the last i have to kill them. so kindly tel me how to automate this task. on internet some one told me to, use…