SQL Server Limitations that aren't Solved
I use Sql Server 2022. I'm running Select queries using hundreds of words, and I need to know, for each matching record, which words were found. After running the Select query, I now have to run hundreds of searches for each word in each record, and…
MSSQL Windows Server Failover Cluster - Cluster IP address already in use
Hello, I have a cluster named "ClusterMain" that contains three nodes: N1, N2, and N3. Everything was working fine until N3 suddenly started misbehaving and became isolated from the cluster. Currently, N1 and N2 are functioning normally within…
The specified service does not exist as an installed service- SQL Server 2022
Hi I am trying to install SQL server 2022 and getting the error pop up: "The specified service does not exist as an installed service". Any solutions please let me know. I have also attached the screenshot of error and Detail.txt file from log…
Issue to restore the schema
Dear all, How to resolve it below? Exclusive access could not be obtained because the database is in use. I ran the following USE db_to_restore go ALTER DATABASE db_to_restore SET SINGLE_USER WITH ROLLBACK IMMEDIATE go but it…
Third party backup tools for SQL server
Anyone please share a few names of good and faster backup tools for SQL server? Preferably a snapshot of physical file backup It is for stand-alone server and should support VM too.

XTP_THREAD_POOL- lot of spids running in background when no sql workload is there.
In our L&P systems, before the actual run kickoffs we have a SOP to run rebuild indices and update statistics job. Recently we are seeing SQL memory consumption is great than 80 % even after the above jobs get completed and there is no SQL workload…
I'm seeing 137 XTP_THREAD_POOL processes on a VM with 16 cores. Why?
When I run sp_who2, I am seeing 137 XTP_THREAD_POOL processes on an Windows 2019 Server VM with a 2.3GHz 16 core / 32 vCPU with 128GB RAM. Why am I seeing so many of these processes? We have several other similar VMs and don't see the same thing.

Cannot figure out why I'm getting this error: Msg 102, Level 15, State 1, Line 74 Incorrect syntax near ')'
Pretty new to SQL, I keep getting an error on the final bracket at the end of the code, but I can't figure it out. Anyone see any reasons? ;with cte as ( SELECT SampleID ,SetpointID ,CDPercentDiff ,AuditID ,pointrn = ROW_NUMBER() OVER…
Small Dialog boxes in SQL Server Management Studio (SSMS) 18.9.2
After installing SSMS 18.9.2 on SQL 2016 server (Windows Server 2016) all dialogs of SSMS contain very small fonts...in some cases the fonts are so small that the slider bar covers up all text (i.e. Help-->About). Is there a way to have the dialogs…
SSMS does not support <Ctrl>E for Execute any more
My SQL Server Management Studio 21.1 does not recognise single key commands such as <Ctrl>E (execute) or <Ctrl>R (show/hide result pane) I had first installed SSMS 21.1 and something happened after a few days so that when I started SSMS.exe…

How to migrate large tables of size around 30gb from sql server 2014 to sql server 2022?
Hi , what would be the best way to migrate table of size 30 GB from sql server 2014 to sql server 2022?
MS SQL Installation error - The mof compiler could not connect with the wmi server
I tried to reinstall MS SQL 2022 server but I am facing the below error. title: microsoft sql server 2022 setup ------------------------------ the following error has occurred: the mof compiler could not connect with the wmi server. this is either…
how to change tabular mode to multidimensional model?
Hi there, I am trying to deploy multidimensional project to sql server and get an error. I was installed a tabular database. How to change tabular to multidimensional? Or I need to reinstall SSAS?
How to recover the deleted Mysql resource database
Restore the deleted resource Mysql database backup ,i can't find the deleted resource in the deleted resource list , it was deleted accidently few hours before only
WSFC Issues with Node failing Over but the Roles stay on the old primary
Hi Hope someone can help me out here, last couple of nights our WSFC has failed over, The servers have not been restarted but the Primary Node failed over to the Secondary node, though none of the Availability Groups moved with the failover, all the…
Errors to run some custom reports after migration
Exception of type 'Microsoft.ReportingServices.ReportProcessing.ReportProcessingException' was thrown. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Exception of type…
SQL Server Installation
I am not able to Install the SQL Server on my laptop, i have been trying since last 3days. all times there are showing common errors Please help me out

Query related to length in CAST and Output clause
Hi Team, Could you please reply to below queries - Using CAST, I need to convert BigInt and Datetime2 values to Varchar. How could I be sure on the length that I need to use (in CAST) to convert these values to Varchar. I am using Update statement…

BCP OUT/IN, What is native format and its usage. I am planning to use BCP out/in to export & Import table data from source to target and would like to know which is the best option when my data contains special character inside it and also have some email
BCP native format when to use when not to use. Is there any alternative BCP utility to export and import data from source to target table

Can I convert a database field from binary to a PDF file in SQL Server?
I have a SQL Server database in which there are PDF documents stored in a column with the binary data type. I need to figure out how to get the actual PDF document out.