Viewing 15 posts - 151 through 165 (of 700 total)
You'll need Broker Endpoints on both servers, because Broker conversations are two-way (send-ack). You also need the following four routes:
1. On Initiator database: Route to target Service and...
March 25, 2019 at 10:28 am
(pasting a reply from a similar question from last year)
The behavior changed in SQL 2016:
https://support.microsoft.com/en-us/help/4010261/sql-server-and-azure-sql-database-improvements-in-handling-some-data-t
If you run queries on a SQL 2017 database set...
March 20, 2019 at 9:58 am
March 13, 2019 at 1:30 pm
When planning for recovery, I favor 'lower tech' solutions - keep things as simple as you can while still hitting your RPO/RTO. I deal with log shipping on 100TB++ databases...
March 7, 2019 at 12:44 pm
It seems weird that the offline upgrade occurred on all three nodes. Once the database is upgraded, it's upgraded. The changes made to the database during the upgrade propagate to...
March 7, 2019 at 11:16 am
February 22, 2019 at 1:28 am
If you're running Windows Pro 8.1 or later, Hyper-V is built in. Just hit the Windows key, type "Hyper-V" and then select the option to add Windows components. Select Hyper-V...
February 12, 2019 at 3:18 pm
February 8, 2019 at 3:29 pm
February 6, 2019 at 12:34 pm
For our upgrades from SQL2008r2 to SQL2016, we used Microsoft's SQL Server Database Experimentation Assistant:
https://blogs.msdn.microsoft.com/datamigration/2017/07/25/dea-2-1-general-availability-release-overview-database-experimentation-assistant/
This tool does exactly what you're after, using your actual workload.
January 17, 2019 at 7:19 pm
At a point in the process I have to execute code as that windows...
January 16, 2019 at 1:08 pm
INSERT INTO [dbo].[tblOrderNumberLog]) VALUES)
I agree with everyone suggesting you replace...
January 16, 2019 at 11:36 am
January 13, 2019 at 1:43 am
sqldba4u - Tuesday, January 1, 2019 3:17 AMCan SQL Server 2016 license be used to install SQL Server 2008? Editions are same.
That's a license...
January 2, 2019 at 10:15 am
November 27, 2018 at 9:11 am
Viewing 15 posts - 151 through 165 (of 700 total)