sqlcmd to backup on one server and write to another
I have a sql agent job that runs a CmdExec step on server 'Destination'. It executes a full backup on server 'Source' and needs to write the backup to server 'Destination'. This works perfectly when the server names are hard coded. However, both the…
SQL Server | SQL Server Transact-SQL
default password of NT SERVICE/MSSSQLSERVER account
i want default password of NT SERVICE ACCOUNT of MSSQL SERVER
SQL Server | Other
How can I enforce and manage transparent data encryption on SQL Databases involved in replication and Always On AGs?
1.. How can I easily manage TDE -particularly where Database restores to lower environments and between servers is required frequently? 2.How can I manage TDE on Source and Target databases where transactional replication is currently setup?
SQL Server Database Engine
How to upgrade/activate MS SQL 2022 server
Hello Can someone please assist. I recently bought 2 MS SQL 2022 standard Global keys and wanted to activate the SQL 2022 application but every time I try and upgrade, it says that the key is invalid. I installed the SQL 2022-SSEI-Eval but when…
SQL Server Database Engine
Informatica to MS SQL Connections hold locks and block
Informatica to MS SQL Connections hold locks and block
SQL Server Database Engine
SSMS18.6: microsoft.sqlserver.management.iregistrationservice not found
service 'microsoft.sqlserver.management.iregistrationservice' not found (microsoft.sqlserver.management.sdk.sqlstudio) I found the error above when I try to connect database engine with SQL Server Authentication. It shows the error but everything seems…
SQL Server | Other
Is SQL volume licensing able to downgrade to 2016 version?
Hi team, since SQL 2022 has been EOS, and SQL 2025 is not able downgrade to 2016 version. Can anyone advice if purchase with SQL volume licensing, is that possible to downgrade the version to 2016?
SQL Server | Other
Microsoft SQL Management Studio for Mac
Hi, Is there any Mac version for Microsoft SQL Management Studio? Where can I get it from? Thanks, Jassim
SQL Server | Other
SSIS package works in Visual Studio 2022 but not from command line?
I have a snippet of a workload that involves importing data from a CSV file into a MySQL database via ODBC. When I run it within Visual Studio it works just fine but when I run it via DTexec.exe (64-bit) it fails with the following errors: Description:…
SQL Server Integration Services
Unable to connect to SSAS 2025 via SSMS
I have installed SSAS 2025 in MOLAP mode. I installed SQL 2025 Developer Standard. The service is up and running. Port is open. My user is SSAS administrator. Using SSMS 22, 21 and even 20 I get the following error: "Invalid connection…
SQL Server Analysis Services
Replication Monitor could not open the Detail Window.
Hi, SQL Server + Alwayson + Replication , when distributor database is on separated instance. when I log into the server with the administrator user, on Replication Monitor, selected a publication and right click in subscription + "view…
SQL Server | Other
SQL Server 2025 Standard Key not working for Power BI Report Server
I am attempting to convert my evaluation edition of Power BI Report Server to a fully activated. I have read in both of the articles linked below that the exact same key used to activate SQL Server 2025 Standard (17.x) is what you should use to activate…
SQL Server | Other
SQL server generating different query_id for same query_text_id after mirroring failover
I am facing a strange problem with one of my SQL Server 2017 Clusters. I faced a query regression in the past and forced a known good plan for that query_id in query store. When the planned database failover happens every month for OS patching from HostA…
SQL Server Database Engine
External Image for PowerBI Report Server
Good day! I am experiencing an issue with my report: the image I added is visible in the design view of Report Builder, but it does not display when I run the report in Power BI Report Server (PBIRS). The external image is stored in an Azure Blob…
SQL Server Reporting Services
DBF Table named Order in VFP
DBF Table named Order in VFP i think you can't have a tlb named order can anyone help with this problem. Update ORDER ; SET ORDER.GROUP = 'Apples' ; WHERE ORDER.GROUP == 'Apple'
SQL Server Database Engine
reserved keywords field name in VFP
Update _ORDER; SET group = 'Apples' ; WHERE group = 'Apple' Moderator: Moved from SQL Server | Other
SQL Server | Other
Message=A severe error occurred on the current command. The results, if any, should be discarded.
Hi, There is an Failure in my Azure Datafacttory for a particular table with the below error message. Failure happened on 'Source' side.…
SQL Server | Other
sql server management system studio 20 crashes everytime i try to save a quers using ctrl +s or save as
I've had this issue for a couple of days now and i tried deleting the shell folder and uninstalling ssms but it doesn't seem to work, maybe there are folders that haven't been deleted when i uninstalled it? but it's driving me mad not to know how to fix…
SQL Server | Other
SQL Server 2025 LocalDb installation is missing components
According to https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2025 - "SQL Server Express LocalDB is a lightweight version of Express edition that has all its programmability features" Therefore I would…
SQL Server Database Engine
How do I fix an SQL Server issue
I recently transferred from one computer to another and forgot that one of the programs needed installed from scratch or it caused issues and would not open the program even after re-installation. The issue I am having involves SQL server. Windows cannot…