My PC stucking at server installation
Actually I downloaded the SQL server 2019 Express , but I tried to install it took 3-4 hors even it doens't completed
SQL Server Database Engine

Restore SQL 2022 database to a different server & change owners issue Error: Msg 15001, Level 16, State 1, Procedure sp_changeobjectowner
Hi, We copied/converted AS400 DB2 database to SQL 2022 database serverA and then backup & restore to SQL 2022 databaseB and when we try to change owners using a script (set @oldowner = 'CTL', set @newowner = 'TESTCTL') then it is throwing error. Msg…
SQL Server Database Engine

Is CVE-2025-29803 affecting SSMS 20.2.0 which comes with Visual Studio Tools for Applications 2019
I would like to check for "Security advisories 20.2.1", it states for "CVE-2025-29803" that "If you have already installed SSMS 20.2 or an earlier version installed on your machine, you are not exposed to this…
SQL Server Database Engine

Msg 241, Level 16, State 1, Procedure dbo.AttendanceRecords, Line 118 [Batch Start Line 2] Conversion failed when converting date and/or time from character string.
USE [AttendanceManagementSystem] GO /****** Object: StoredProcedure [dbo].[usp_GenerateAttendanceRecord] Script Date: 19-06-2025 09:50:56 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE…
SQL Server Database Engine

Missing files on SQL Server install (SQLServerManager1x.msc, etc)
I had installed SQL Server Eval (v.15) and SQL Server Express (v.16) and the SQL Server Configuration Manager appears to be missing. I have looked for SQLServerManager1x.msc (and all versions from 15 to 20) and I can't find it. looking in…
SQL Server Database Engine

In Visual Studio 2022, SSDT, SQL Project External Tables - Build Error!
Title: External Table Build Error in SSDT – SQL46010 near ')' but works in SSMS Hi, I’m working with Visual Studio 2022, SSDT, and SQL Server Projects, and I’m trying to create external tables in an Azure SQL Database. The external table creation works…
SQL Server Database Engine

Can't enlist target server for SQL Server Agent
TITLE: Microsoft.SqlServer.Smo MSX enlist failed for JobServer 'iris-wl-a301.tw01.ppanggu.com'. For help, click:…
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

How to delete SQL server in Registry or Cache
So, for almost 2 days I am breaking my head why these entries are not been deleted despite I did it multiple times. Could someone help me out and fix this real quick? PS C:\WINDOWS\system32> Get-WmiObject -Class Win32_Product | Where-Object {…
SQL Server Database Engine
Transaction log backup fails randomly in SQL Server 2019
Running SQL Server 2019 on Windows Server 2022, with full backups scheduled every Sunday night, incremental backups nightly, and archive logs every 15 minutes. Several times a day, the transaction log backup fails with the following error during one…
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
Increased CPU usages during SQL manged instance Maintenance
One of our SQL Managed Instances experienced a CPU usage increase from 40% to 90%, despite a constant user workload. We noticed that SQL was restarted around time, and Azure has confirmed ongoing maintenance through notification. However, the maintenance…
SQL Server Database Engine
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
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
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
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 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

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

Understanding SMTP Authentication in SQL Database Mail Configuration
In the SQL Database Mail Configuration Wizard, basic authentication is currently being used. Does this imply the use of interactive or non-interactive login? Some articles suggest that providing a username and password constitutes interactive login,…