Is there any better disaster recovery than Transactional Replication?
I am trying to implement Transactional replication on SQL Server 2016 from Prod server to Report server. But it is not carried lot of tables that doesn't have Primary keys and those tables are important too. Is there different disaster recovery tools…
SQL Server Reporting Services
Select most recent data per record from multiple tables
I am trying to get the latest data for a record from multiple tables. The issue I am running into is that the data on each table could have been modified at different times and each table may contain multiple rows per record. I am currently using row…
SQL Server | SQL Server Transact-SQL
SQL Server maintenance plans not running
None of my maintenance plans are running. They are Enabled as Recurring and scheduled to run daily or weekly, but when I select each plan and View History, they are not even attempting to run. The only History they have are the runs that I manually…
SQL Server | Other
Descrepancy between SalesLT.SalesOrderDetail and SalesLT.SalesOrderHeader?
I deployed a new AdventureWorks LT. When I query: select * from SalesLT.SalesOrderDetail where salesorderID = 71774 there's 2 rows: SalesOrderDetailID's 110562 and 110563. They both have a linetotal of 356.898000 so when I query: select sum(LineTotal)…
SQL Server | SQL Server Transact-SQL
SSMS 20.2 Import Wizard Throwing Error at Server End
I was trying to use the import wizard in SSMS and found that the destination servers was throwing the above error. The error that the server administrator has sent me is: "The EXECUTE permission was denied on the object…
SQL Server | Other
Azure SQL Database Hyperscale Serverless
I have a database in Azure. It's an SQL Database that runs only one process per day, just one in 24 hours. When this process runs, it consumes a lot of DTUs and CPU, requiring approximately 4 to 6 vcores. Therefore, I configured this database with a…
SQL Server Database Engine
HOW TO FIX SQL SERVER(Local Instance MYSQL80)
MY SQL SERVER IS NOT RUNNING AND IT IS NOT CONNECED
SQL Server Database Engine
MAX_DISPATCH_LATENCY in extended event , is not clearly explained in msdn.
hi, hi, i have checked reducing it increasing it but could not get any thing, pls explain what exactly it means. DROP EVENT SESSION [CaptureSlowQueries] ON SERVER go CREATE EVENT SESSION [CaptureSlowQueries] ON SERVER ADD EVENT…
SQL Server Database Engine
how fix the error that occurs when I try to install SQL Server 2019
The following is the error message that I keep getting each time I tried to install SQL Server 2019: Unable to install SQL server (setup.exe). Exit code (Decimal): -2061893606 Error description: Wait on the Database Engine recovery handle failed. Check…
SQL Server Database Engine
License Verification for SQL Server Express Commercial Use on AWS EC2
We are planning to install SQL Server Express Edition on an AWS EC2 instance running Windows Server and use it for commercial purposes. We would like to confirm whether this usage complies with the licensing terms. Environment details: Cloud platform:…
SQL Server | Other
SQL 2022 SSIS with ACE 12 32bit error unexpected Termination
Hi We had a set of SSIS package on SQL 2016 writing the output to Excel with different tabs. In the old server we have ACE 2010 version 14 32bit. We had to upgrade our servers to Windows 2022 SQL 2022 we installed ACE 16 32bit but when running the SSIS…
SQL Server Integration Services
How can I get my Server and SQL authorization back?
I can provide the authorization number and usage right number. How can I retrieve the product registration account and authorization?
SQL Server Migration Assistant
REQUEST FOR SQL DATABASE
I am currently on the get data module on power bi, I have been learning how to import data and then I have gotten to SQL relational database. for better understanding it would be good to have a SQL database to practices with. Is it possible to download…
SQL Server | Other
I can't connect to the Analytical services when using the SSMS
Hello , I can't connect to the analytical services using SSMS , it's shown as a disabled select option I have already added the SSAS feature to the exisiting installation and It is already existant in services (msc) What can I do to enable the…
SQL Server Analysis Services
Setting Up Microsoft SQL Server on New Device
Hello, I recently set up MS SQL Server on a new computer. On my old machine, the server name was OLDCOMPUTER#\SQLEXPRESS and it used Windows Authentication with the username OLDCOMPUTER#\atsuser. On the new computer, the username is based on the new…
SQL Server Database Engine
Following an upgrade KPI tiles have disappeared
Has anyone else had this issue version SQL2019 migrated to SQL2022
SQL Server Reporting Services
BROOOOO I am trying to install sql server 2022 version but its saying fare wall warning no matter how many help i saw i couldnt just figure out the problem please help me
Bruhhhh Why cant i find the goddamn problem! i been trying to install the sql server but everytime i am stuck at Install Rules where there is a Windows farewell warning!!! Eventough i install it anyways i have a problem at Installation process where it…
SQL Server Database Engine
What happens to my account when the Volume Licensing Service Center (VLSC) is replaced by the Microsoft M365 Admin Center?
ボリューム ライセンス サービス センター(VLSC) からMicrosoft M365 管理センターに変わったため、SQLサーバ2008R2や、2019のボリュームライセンスがダウンロードできない。 弊社のアカウントが現在Microsoft M365と紐づいているが、過去のボリューム ライセンス サービス センター(VLSC) とは結び付いていない。
SQL Server Database Engine
SQL License Standard to Enterprise Volume license upgrade
Hi, This is regarding SQL Server licensing. One of our customers procured a SQL Server Standard Edition license about four months ago. Currently, their requirements are not being met with Standard features, and they would like to pay the differential…
SQL Server | Other
SQL Server 2025 LocalDb installation is missing components
According to https://v4.hkg1.meaqua.org/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