Core component of SQL Server for storing, processing, and securing data
Why does sys.dm_db_log_space_usage.used_log_space_in_bytes keep increasing with Simple recovery model
I have a simple database with essentially only one active table, though it is a large one. It is for app analytics. A bunch of records are inserted every few seconds. It is searched a few times every day. That is all of its use. Its recovery model is…
SQL Server Database Engine
I am trying to create a database and getting a 262 error.
I am on the admin account of my personal computer, and my instructor in the course I'm taking told me to right click the SSMS 22 icon and run it as an admin, so I did that first, and I'm still getting the same error. It seems to me that I don't have…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Partition elimination on SQL Server 2025 running on Azure VM querying files in Storage Account
I'm trying to get partition elimination to work when using OPENROWSET on SQL Server 2025 running on an Azure VM and querying files in an Storage Account with Hierarchical namespace enabled. I have no more ideas how to get it to work. My starting point…
SQL Server | SQL Server Transact-SQL
Programming language used to interact with SQL Server databases
SQL Server 2022 reports a unique index violation for a non-unique index
Under SQL Server 2022, an intermittent 2601 error occurs during a scheduled data load. SQL Server reports a duplicate key violation on a non-unique index, while referring to the index as a unique index. Another anomaly is that the duplicate key reported…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Failed to install Microsoft Sql server latest version.
I have bought a laptop named ASUS gaming TUF A15. I am trying to install SQL server latest version but failed every time. I contacted ASUS for this. They said this is a third-party application. they are not responsible for this. You need to connect…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Help needed: SQL Server 2014 fails to start with error "Stack Overflow Dump not possible"
ERRORLOG.logHi! An instance of MS SQL Server 2014, which is installed on Windows 11, started failing during startup. The only error message I can see is "Stack Overflow Dump not possible". Any ideas, what's the matter here and how to solve…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to fix Error 262 in Microsoft SQL Server?
TITLE: Microsoft SQL Server Management Studio Create failed for Database 'deneme'. (Microsoft.SqlServer.Smo) For help, click:…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SQl Services not starting after installing CU3 on SQL 2025
I have installed SQL Pacth on Failover cluster instance for SQL 2025. After installing , SQL Services are not coming up. Error Error message - Script level upgrade for database 'master' failed because upgrade step 'ISServer_upgrade.sql'…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
filepath() and filename() causes syntax error in SQL Server 2025 and external table
We are currently running in SQL Server 2022 and use external tables on top of parquet files in a storage account. All the external table definitions looks something like this CREATE EXTERNAL TABLE [my_external_data] ( [column_a] [varchar](20)…
SQL Server | SQL Server Transact-SQL
Programming language used to interact with SQL Server databases
Download link for Microsoft.ACE.OLEDB.12.0
We need the Microsoft.ACE.OLEDB.12.0 32 bit install, can someone please provide a link. We need the functionality to import excel files in via SSMS so the 32 bit driver is required
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Changing account password in active directory - SQL accounts
I might need to change the password of an account in active directory. I have several instances of SQL express running various programs, SharePoint being one of them. How can I verify which accounts those SQL instances depend on and if it is on that…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
New CE ignores statistics for LIKE predicates on varchar columns with UTF-8 collations — fixed 9% guess (partially fixed in CE 170, `%x%` still affected, no backport)
SUMMARY For varchar columns using any UTF-8 collation (collation name ending in _UTF8), the modern cardinality estimator (CE model 120 to 160) never consults the histogram or string statistics for LIKE predicates. Every "LIKE 'prefix%'" and…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Performance regression von SQL Server 2022 to 2025
We have the following scenario we could reproduce on a single/same Windows Server 2019: Microsoft SQL Server 2025 (RTM-CU8) (KB5104822) - 17.0.4075.5 (X64) - Enterprise Developer Edition (64-bit) on Windows Server 2019 Datacenter 10.0 <X64>…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Access issue due to sa account
Hi, To issue Microsoft OLE DB Provider for SQL Server Cannot open database "hMailserver" requested by the login. I can logon on SSMS using the same sa account. I am using Sql server 14.0.1000. Any reason?
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
SQL Version 2022 Expired
Hi team, My free lab kit has expired therefore I am unable to launch SCCM console because it is unable to connect to database. I tried clean reisntallation of the lab but it shows expired. Can you please guide me how I can upgrade my SQL from Evaluation…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to prevent auto-update of SQL Server 2025 Engine?
Hi. I am convinced of a JSON bug introduced somewhere between CU4 and CU6. I want to reinstall my instances so I can troubleshoot and then post the bug if it exists. I have repeatedly uninstalled my SQL Server 2025 instances. I have reinstalled 3 RTM…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
SQL ISNT RESPONDING
I USE SSMS SO IN SQL THE PREVIOUS QUERIES GET EXECUTED ALSO THE NEW ONES TOO . BUT WHEN I MODIFY THE PREVIOUS QUERIES THE RESULT REMAINS THE OLD SAME .THEN AFTER THE FEW TIME PERIOD THE SAME PROBLEM HAPPENS TO THE NEW QUERIES THAT I EXECUTED. EVEN AFTER…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SQL connection failed with SSMS on workgroup when using FQDN
Hello, When I try to connect locally (or remotely) with SSMS on my SQL server with hostname "localhost" or "hostname" it works fine. However, if I try with "hostname.domain.com" it doesn't work I have error 18452 (Login…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Is it Possible or is there a way to use the database you have been working on the developer option for production?
Can I migrate the database I made on the developer version to the express version or is there a way to use the database you created using the developer version for production purposes, say if you can transfer my database to the express version or pay for…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to see reason code of stock adjustments
How do I generate a report where I can see adjustments to the Item Ledger Entries and the reason code used to adjust the items?
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.