How to fix this SQL Server error Could not obtain information about Windows NT group/user 'FANSHAWE\jdonoghue', error code 0x54b. (Framework Microsoft SqlClient Data Provider)
Ho to fix this SQL server error : Could not obtain information about Windows NT group/user 'FANSHAWE\jdonoghue', error code 0x54b. (Framework Microsoft SqlClient Data Provider)
Improving SP performance using Non Clustered Index.
Hi Team, I need to improve performance of a SP which is in a Database in SQL Server. 1.One of the Select query uses a Table, which is having clustered index on Column A. This table is joined with other tables on columns A,B and C(all are columns of same…
Error with data collector step using DCEXEC.EXE
Hi all, I'm using in some query with the Data Collector feature. In my DEV host I got 3 instances: DEFAULT (sql 2019) where there is "MDW" repo DB localhost/ALEN (sql 2019) localhost/ALEN2022 (sql 2022) There seems to be a…

The server is currently in 'restarting' state. Please wait for the operation to complete. You can refresh to check status. Reach out to Microsoft support if the operation is taking too long.
My Wordpress website was down due to "Error establishing a database connection" I then went forward to "restart" my Azure Database for MySQL flexible server and this process has been going forever and I don't know what to do... this…
SQL 2022 -- cte + insert doesn't work
Good day, I have the following simple SQL statement: DELETE FROM stg.stg_facets_solo; ;WITH cte AS ( SELECT * , COUNT(*) OVER (PARTITION BY f.taxid) AS cntNpi , COUNT(*) OVER (PARTITION BY f.npi ,…
How to install an SQL server app
I just bought an HP computer with Windows 11. I am trying to install an SQL server app.Takes forever to "configure" the services. Could anyone help, please? Thank you
A script task is not functioning as expected at runtime when I use targetserverversion2019 on SSIS 2019
On my local machine, the package runs fine with any targetserverversion, but when I load it into SQL Server Management Studio the script task doesn't work as expected at runtime environment. SQL job/package run successfully, However, the "Script…
In a SQL failover cluster, do I need to license the second node if it is running a non-SQL clustered app?
If I have a two-node Windows failover cluster and I install SQL STD to this cluster in an resource group, then I also install a 3rd party app to another resource group, do I need to license both nodes for SQL (by core) if SQL and the app are running on…
Migrating VS2019 SSIS Pkg to SQL Server 2022 - Error Encountered
I am trying to migrate an SSIS PKG that was developed using VS2019 for SQL Server 2019 on Windows Server 2019. Now we have this new test server with the following components installed: Windows Server 2022 Datacenter SQL Server 2022 Enterprise VS…
An existing connection was forcibly closed by the remote host getting error in Azure managed instance
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote host.) (Framework Microsoft SqlClient Data…

SharePoint 2013 and SQL 2014 Native Mode Reports - Mixed Content Issue even all SSL Bidning Done
SharePoint 2013 and SQL 2014 Native Mode Reports - Mixed Content Issue even all SSL Bidning Done While debugging we observed SQL Server 2014 SSRS sends a GET request to https://xxx.abc.com/Reports, but receives a response as…
Error connecting to MySQL server: 'Lost connection to MySQL server at reading initial communication packet'
Encountering the following error when attempting to connect to a MySQL server: mysql.connector.errors.OperationalError: 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 This error occurs…
Where can I find R Package MicrosoftML to use with SQL Server 2022 Machine Learning Services?
Hi, I am in the middle of the testing phase within migration from SQL Server 2019 to SQL Server 2022. I am using Machine Learning Services in SQL Server 2019 and this part has changed with SQL Server 2022. I have followed the installation guide here:…
Unable to find MicrosoftML R package for ML Services on Sql Server 2022
Hello, I am trying to upgrade my database to Sql Server 2022 from Sql Server 2017. My database uses ML services, including both RevoScaleR and MicrosoftML R packages. I followed the installation steps for ML Services for Sql Server 2022 from here:…
unable see data in external created based on tab delimited file
I am able to query an external table made of tab delimited file via spark engine but unable to see any data when queried from SSMS Error faced in sql: Started executing query at Line 1 Warning: No datasets were found that match the expression…
Query Availability Group Permissions to CREATE ANY DATABASE
When configuring an availability group with automatic seeding, the secondary replicas must be given the following permission in order to automatically create/seed new databases. ALTER AVAILABILITY GROUP [????] GRANT CREATE ANY DATABASE Question:…
SSRS report - all hyperlinks have target of _top
I am creating a hyperlink like this: ="<a href=""https://www.google.com"" target=""_blank"">Link</a>" It works but I need to open it in the tab. When I inspect the element the target is…
Why are query executed first blocked by update executed later
There are sessions 1-4, and session 1 is update, which is used to block the environment needed for other sessions to form. Symptom 1: Sessions 2 and 4 are select and 3 are update. 1-2-3-4 is executed in sequence. Once session 1 is terminated, I expect…
How to clone database in SQL 2022?
My customer has SQL 2022 (16.0.1000.6) and a production database. To investigate performance of the database I need the db backup. But customer cannot provide it because of some tables contain sensitive data. I have tried to clone the db because it has…
Visual Studio 2019 (SSAS) - Error when trying to open my model
The backstory: I work with SSAS and a tabular model via a VDI. The connection with my VDI went wonky and now there is a disconnect involving my tabular model. I'm only trying to open my tabular model (.bim) via SSAS, and I keep getting the error that…