Execution of the stored procedure gives different result comparing with the direct execution
Hi everybody, I'm getting very puzzling results executing stored procedure vs executing subset of the code from that stored procedure directly. I have the following code to execute SP: DECLARE @RC INT DECLARE @inp_region_nbr TINYINT = 1 DECLARE @inp_npi…
SQL Server Transact-SQL

Can't create a SQL Database server in East US region.
Hello Team, We would like to create a SQL Database server in East US region. But we see the following error - "Your subscription does not have access to create a server in the selected region. For the latest information about region…
SQL Server Database Engine
How to give a user SQL permission to execute stored procedure using powershell invoke-sqlcmd
Hi All, Hope someone has a solution for me. I have a MS SQL 2016 server. I have created a stored procedure and set execute as to Owner. I would like to have standard user be able to run this stored procedure using the PowerShell command invoke-sqlcmd.…
SQL Server Database Engine

SQL Server Enterprise Edition (Server + CAL) + Software Assurance – Licensing Compliance with More Than 20 Cores
I would like to confirm if my current SQL Server configuration is compliant with Microsoft licensing rules. Here are the key points: · We have a Microsoft SQL Server Enterprise Edition license. · Our company has always Software Assurance. · …
SQL Server Database Engine
Is MS ODBC driver 18.5.1.1 compatible with SQL Server 2025 for new JSON and VECTOR types?
Hello, I would like to test the new JSON and VECTOR types of SQL Server 2025 with the Microsoft ODBC driver for SQL Server. I have installed SQL Server 2025 CTP 2.0 on my Windows 11. For now I have MS ODBC driver 18.5.1.1 for Linux (Debian 12). Is this…
SQL Server Database Engine

SQL Server Always On – Intermittent Cluster Failures in Test Setup
I am reaching out to receive support for SQL Server Always On configurations, specifically involving multi-node clusters with geographically distributed replicas in a test environment. I am currently evaluating the integration of an asynchronous…
SQL Server Database Engine
Integrating PHP Web App with SSRS
Hi. I’m new to the SSRS Reporting Service. I’m on Windows Server 2022 and SQL Server 2019.. I have configured the Report Server Configuration Manager and in Web Service URL tab it shows an URL [http://SEVRERNAME/ReportServer]. When I hit the URL it asks…
SQL Server Reporting Services
SSRS decommission
Can someone provide information on the decommissioning timeline for SSRS (SQL Server Reporting Services) and any planned sunset dates? Additionally, what support does Microsoft offer for migrating SSRS reports, and are there any recommended approaches or…
SQL Server Reporting Services
SSRS-generated Word .doc files don't render correctly in MS Word 2505
SSRS 2022 version 16.0.9276.19198 generates Word 97-2003 .doc files which can be opened fine in MS Word 2504. Word 2505 doesn't display the same .doc files correctly. Is there a version of SSRS that generates Word .docx version 2007…
SQL Server Reporting Services
SQL Server 2022 : Issue Restoring Database from 2014 Fails Without 'sysadmin' Role
We are attempting to restore a SQL Server 2014 database to SQL Server 2022. The process includes updating the database compatibility level from 120 (SQL 2014) to 160 (SQL 2022) after restoration. The issue we are encountering is: The restore and…
SQL Server Migration Assistant

Configure Resource Governor for SQL Jobs with SQL Login
How can a CheckDB job be configured to use Resource Governor to assign work to the checkDBworkpool for a SQL Login (specifically mylogin)? The challenge arises from the inability to create a proxy for SQL Logins when setting up the SQL job step, which…
SQL Server Database Engine
Unable to acquire authorization token (ConnectionDlg.AadInteractiveAuthProvider) with "Azure Active Directoy - Universal with MFA" to Azure SQL server when SSMS is run as my privileged account
This works fine from another system, or if I log on to the laptop directly with my privileged account. I need to run SSMS as my privileged account, because that's the only account that has been authorized to connect to our Azure SQL servers &…
Microsoft Authenticator
SQL Server
Microsoft Entra ID

Unable to install sql server 2022 in Windows 11
Unable to install SQL server 2022 screen got stuck so please help me. I have attached screenshot for your reference.
SQL Server Database Engine

How to Get SQL Logs (UPDATE, INSERT and DELETE)of Specific Table from SQL Server if Query run from Website.
Hi, How to Get SQL Logs (UPDATE, INSERT and DELETE)of Specific Table from SQL Server if Query run from Website. Please Help
SQL Server
SQL Server
SQL Server Reporting Services
SQL Server Reporting Services
SQL Server Analysis Services
SQL Server Analysis Services
Transact-SQL
Transact-SQL
How to Get SQL Logs (UPDATE, INSERT and DELETE)of Specific Table from SQL Server if Query run from Website.
Hi, How to Get SQL Logs (UPDATE, INSERT and DELETE)of Specific Table from SQL Server if Query run from Website. Please Help
SQL Server
SQL Server
SQL Server Reporting Services
SQL Server Reporting Services
SQL Server Analysis Services
SQL Server Analysis Services
Transact-SQL
Transact-SQL
Can you recommend a sql formatter?
Dear colleagues, Which SQL formatter would you recommend? In our organization, we have coding standards. My problem is, there are to many of them. As I am responsible for the repositories containing SQL, I want to enforce a single standard by…
SQL Server
Transact-SQL

Performance issue while reorganizing an index on a very large table
Hello Team, We're encountering a performance issue while reorganizing an index on a very large table (1.4TB with 1.5 billion records) in one of managed instance in other tenant. Since index reorganization is an online activity less impact our user…
SQL Server Database Engine
Error installing SQL Express
I am trying to install SQL server Express 2022. I have tried a few times including using https://www.sql-easy.com/learn/how-to-uninstall-sql-server/ and https://vladdba.com/2025/01/22/repair-a-sql-server-instance/ to uninstall and repair the install. I…
SQL Server Database Engine

Javascript in URL does not create a link in SSRS 2022
In SSRS 2022, using the below Javascript will not generate a link once deployed. This feature works fine in SSRS 2016 and before. Browser version does not…
SQL Server Reporting Services
JavaScript not working with ssrs report in edge
I working with an ssrs document and have images with a go to url that I inserted a JavaScript javascrpt:void(window.open http:\ the command completed works on a url command line within edge but if I click on the item nothing happens with the ssrs…