In place Upgrade from Sql 2014 to 2022
Hello, I am planning to perform Sql server 2014 to 2022 on Windows server 2022. I have done following before upgrade: Verified Sql server 2014 is at SP3 Done Assessment and nothing breaking change except depreciated datatype. We will be taking…
SQL Server | Other
SSRS Install Fails because Access Control List is not in Canonical Form
We are upgrading SQL server from 2016 to 2017, which means SSRS is now a separate installation. The OS is Windows Server 2019. We ran the 2017 version of SQLServerReportingServices.exe and the main installation log reports, "UnexpectedError: Burn…
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.
TLS requirement for SQL Server
Hi Expert, our organization has problem with connectivity intermittent between Client and DB Server and now there is Microsoft recommendation to check as below: Review any custom Cipher suite hardening or Group Policy cinfiguration Ensure TLS 1.2…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Database replication alerts using the SMTP relay Port 25
We tested the TCP connection from the SQL Server to relay.****.com on port 25, and the connection was successful. However, the alert emails are still remaining in an unsent state. Do we need to configure basic authentication while using port 25?
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Sequel server licensing
My distributer is telling me that SQL Server Standard 2022 - 2 Core License Pack - 3 yearSQL Server Standard 2022 - 2 Core License Pack - 3 year billed annually is a perpetual license? I have query with this as it has a termed subscription time?…
SQL Server | SQL Server Transact-SQL
Errors in SQL MDS since installing latest patch
Since installing last nights patch we are getting errors loading MDS - the patch has updated Newtonsoft DLL to 13.1.1 but we cannot find how to change this in any of the config files etc. Could not load file or assembly 'Newtonsoft.Json,…
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.
Query on Epicor‑bundled Runtime SQL licenses do not include Software Assurance
Dear Support, If Our current Epicor‑bundled Runtime SQL licenses do not include Software Assurance, Whether our current licensing model allows us to run a passive SQL failover server without additional cost, or if a new license is mandatory even for…
SQL Server | Other
can i check an SQL report from a specific date in the past?
can i check an SQL report from a specific date in the past?
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.
I am facing issue while installing Sql Server 2025 Express to my laptop Asus TUF Gaming laptop
To:Microsoft SQL Server Support Dear Microsoft SQL Server Support Team, I am experiencing installation issues with SQL Server 2025 Express Edition on my ASUS TUF Gaming A15 laptop running Windows 10 Home Single Language. During setup, the installation…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Guidence required in time bound index reorganization job
We are planning to configure an Index Reorganize job on the server with a specific operational constraint. The job must complete or stop before the customer’s business hours begin (05:00 AM server time). If the job is still running at 05:00 AM and needs…
SQL Server | Other
Copying a 32-Million Row Table From Production Server to Test Server
So we believe we're having tempdb issues with a very wide table that has 32-Million Rows on it. There is no Primary Clustered Index, No Indexes defined on it at all. We have tried an INSERT SELECT going across a Linked Server to our Test Server to copy…
SQL Server | SQL Server Transact-SQL
I am unable to install MS SQL 2019/2022 express/evaluation/Developer on my system.
I downloaded free evaluation version from microsoft site and tried installing it multiple times, it just does not install Database engine. I did remove registry entries, cleaned all the folders, used microsoft troubleshooting app, all fails. I am on…
SQL Server | Other
Upgrade sql 22 to 25 ends with error Azure extension for SQL Server Failed
I have just upgraded my sql 2022 to 2025, everything went OK except at the end, I got an error as follows Feature: Azure extension for SQL Server Status: Failed Reason for failure: An error…
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
Is sql copilot free or is a commercial option
When I clik on Copilot in SSMS it asks me for some input like endpoints, does this mean that it is not free? Thanks
SQL Server | Other
How to reset Local Database
My computer is saying local data base must be reset
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Integration with SSO login on-premises (non-fabric and non-cloud) PowerBI Reporting Server
Hi, We need to understand the standard integration process of integration SSO login (with PowerBI Reporting Server) wherein the flow is following : FSSO login happens and a SAML token is generated by the service provider. Using above SAML token, we…
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.
error 26 trying to connect to my local server
Cannot connect to xxx.xxx.xxx.xxx\SQLEXPRESS. ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is…
SQL Server | Other
How to identify different compressions
Hi, ALL, This - https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-partitions-transact-sql?view=sql-server-ver17 indicates that there is only 1 record for both XML and regular partition compression. My question would be -…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
SQL Server Object Explorer closes immediately in Visual Studio – Error 0x8007007B and SQL Server Express installation fails
Details: I am experiencing an issue with Visual Studio where I cannot create or manage databases. When I open Visual Studio and go to View → SQL Server Object Explorer, a popup window briefly appears and then immediately closes again. This keeps…
SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
Best, Most Efficient DATETIME filtering
I have seen many discussions regarding doing filtering against a DATETIME Data Type. Some suggest to use a true DATTETIME format. WHERE <DATETIME_Column_Name> >= '2026-02-17 00:00:00.000' Others suggest to use just a quoted Date... WHERE…