How to migrate app. to cloud server
My old school developer with only background in on-prem. deployment completed app. development for my small scale ready for deployment but I'm interested in cloud service server only thereby leaving scouting for solution to fully have the app. deployed.…
SQL Replication Issue
hello, I want to use SQL replication, for that I have created distributer and publisher but when i am going to add subscription it is unable to login to new SQL.
Shrinking Production Database Post-Transition
Hi, Running SQL Server 2008 R2. We are in the process of planning a change to a database to use integer-based primary keys instead of character-based primary keys. The update process works in our test environment, but as a result we end up with a…
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…
"HCRP403 Error when registering second on prem SQL server in ARC
I have a test on prem SQL server already ARC enabled and is configured as a PE with a link scope and there is also a Virtual network Gateway in the mix. When attempting to register a second SQL server in ARC and a PE with the already existing link…
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…
AlwaysON cluster problem
Hello! I'm currently investigating the issue with my AlwaysON cluster that looks like this: sometimes - just out of blue - my nodes start throwing the following (among others) error: At the same time the node's Application log displays the error…

STARTTLS is required when trying to send an email within SQL Server
Hi, I'm trying to setup a couple of alerts on SQL Server which sends me a message when the alert executes. I've setup an account in Database Mail, which sends an email via "smtp.office365.com", using port 587. Below is the settings I used…

Unable to run SQL Server Migration Assistant for MySQL
I have installed SQL Server Migration Assistant for MySQL but it will start up. When I launch the program, it displays the splash screen and as it is displaying the message "Configuring Telemetry...", the program throws an exception. How can I…
Unable to run SQL Server Migration Assistant for MySQL
I have installed SQL Server Migration Assistant for MySQL but it will start up. When I launch the program, it displays the splash screen and as it is displaying the message "Configuring Telemetry...", the program throws an exception. How can I…
Unable to start Microsoft SQL Server Migration Assistant for Access
I have installed SQL Server Migration Assistant for Access, but it will not start up. When I launch the program, it displays the splash screen and as it is displaying the message "Configuring Telemetry...", the program throws an exception. How…
Initialization error while migration assistance for MySQL
I am trying to migrate my MySQL database to MS SQL. I have already installed the ODBC driver and SSMA for MySQL. However I got an initialization error when trying to open SSMA. Cannot start because of an initialization error Try to restart the…
Initialization error while migration assistance for MySQL
I am trying to migrate my MySQL database to MS SQL. I have already installed the ODBC driver and SSMA for MySQL. However I got an initialization error when trying to open SSMA. Cannot start because of an initialization error Try to restart the…
AG Rebuild Index
In Availability Groups, If I run rebuild index job on primary replica, does SQL Server rebuild index on secondary replica also?

Microsoft Software for Comparing Data from two different Databases
I have performed a migration of systems to Azure and I want to compare if the data cycle performed locally gives the same result as the transformations performed in Azure. To do this, I want to compare if the data obtained in the final tables of the…
SQL Server Setup failure.
I erase all the components and versions that I had, and now I'm getting this error when I try to install again de 2019 and 2022 version. SQL Server Setup has encountered the following error: Value cannot be null. Parameter name: doc.
Deadlocks on Azure SQL database with BackupService application
We are seeing deadlocks on Azure SQL database with BackupService application and this is causing high CPU usage on server. Where can I stop these sessions as these are Azure backups.
SQL Express Server 2019 upgrade to Standard Server 2019, using Standard Server 2022 and Downgrade Rights
Currently I have installed SQL Server Express 2019, and looking to upgrade this to Server Standard 2019 using the installation center which requires a product key. As you can no longer purchase SQL Server Standard 2019, I have purchased SQL Server…
Enable auto logout in SSRS
Hi, I want to enable auto logout in SSRS without using a logout button. It needs to get logged out if there is no user activity for 10 mins.
Understanding NUMA in SQL Server
I'm seeking clarification on the NUMA architecture in SQL Server. Is it accurate that the default configuration utilizes round robin to select the next NUMA node for new connections to functioning ports, rather than the next core or scheduler? With…