Core component of SQL Server for storing, processing, and securing data
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
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.
SQL Server Migration Assistant (SSMA) for DB2 v10.5 - crash with "Exception: Win32 handle that was passed to Icon is not valid or is the wrong type."
SQL Server Migration Assistant for DB2 crash. See attached log file.
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
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
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.
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
Clarification on SQL Server License Compliance during FCI Migration (VMware to Hyper-V)
Hello everyone, I am currently executing an internal infrastructure migration project moving our environment from VMware to Microsoft Hyper-V, and I need some clarification on SQL Server licensing compliance during the transition phase. Current…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
What are the best practices for improving SQL Server database performance?
I’m learning SQL Server and would like to understand the most important practices for keeping a database performant . Which areas should I focus on first, such as indexing, query optimization, statistics, execution plans, and database configuration?
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
AG instance not in sync
We have 8 databases in an instance. All 8 databases are members of Availability Group. On the secondary replica, the whole instance is not synchronizing . Could you please advise how to bring the secondary instance as synchronized Thanks, Chaitanya
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Database refresh from Production to Dev
We want to restore some databases from Production server to Dev server. We want to create a job that automatically restores a fresh copy of these databases to Dev server on 10th of each month. Could you please advise on how to do this.
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
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 serve Management Studio cannot connect to my server
I am tryng to download SSMS on my laptop to study SQL I have downloaded SQL Server 2019 express I have downloaded the visual studio installer to install SQL server management studio 22 It wont connect to the server I am getting the below error…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
stored procedure FillTimesheetListTempTable Pass Through SQL
See attached error. User goes to her Home Page, clicks on the Procurement section and onto Timesheets and immediately gets the attached error. The stored procedure FillTimesheetsListTempTable. Pass Through SQL, returned the following results: DBMS:…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
On-prem SQL server needs a Trust certificate
Hello Team, We have on-prem SQL Server which is running from Azure VM. From same Azure VM, we have Gateway running as well. However, we are facing an issue while connecting SQL server with PowerBI desktop and Services. For this issue, PowerBI team has…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Clarification on MSOLEDBSQL19 Behavior with TrustServerCertificate=True
Hello Team, We are currently using the MSOLEDBSQL19 driver on Windows systems and would like to better understand its connection behavior related to encryption and certificate validation. While testing SQL Server connectivity, we observed that a…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Deleting mysql server 2019 instance configuration and things of that matter.
For one of my college classes I was told to download a sql server 2019 and the ssms 19.3 after I finished that classes I asked my teacher how to uninstall everything but he didn't respond back so I decided to try and delete the stuff myself I didn't…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Alternatives to Crystal Reports for .NET compatible paginated reporting tools?
We're looking at tools for creating paginated reports. We have a couple of parameters: There needs to be up-to-date .NET libraries so we can have run the reports via C# wrappers in our code. Allows for pulling data from SQL Server We're…
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.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to auto-detect dead-lock condition
Some time SQL server hang-out due to in sufficient memory or dead lock. How to auto-detect dead-lock condition in SQL server, and I also want a notification email from SQL Agent.
SQL Server | SQL Server Transact-SQL
Programming language used to interact with SQL Server databases
Does Microsoft JDBC Driver 12.10 support MSSQL 2025?
Hi All, Does Microsoft JDBC Driver 12.10 for SQL Server support SQL Server 2025 ? Does Microsoft JDBC Driver 12.4 for SQL Server support SQL Server 2025 ? Specific support for SQL Server versions, including MSSQL 2025, is not explicitly mentioned…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories