Viewing 15 posts - 811 through 825 (of 7,466 total)
Start with Database Migration Assistant (DMA)
but I don't think it holds migration data for ssis.
January 18, 2021 at 2:00 pm
...
I farted, it made a sound... and I didn't have to change my underwear! 😀
...
MADE MY DAY ! ! 😀
January 6, 2021 at 9:28 am
Thank you for sharing this estonishing "story from the trenches".
Happy new year.
January 4, 2021 at 10:02 am
I think you forgot to pose the question related to this execution plan.
Just reply the question and attach the .sqlplan renamed to .txt file.
Happy new year !
January 2, 2021 at 12:02 pm
Why did you configure that many Listeners ?
A listener is a AD object, managed by your windows cluster.
A single one could be sufficient to have you AG available
listeners-client-connectivity-application-failover
December 1, 2020 at 10:44 am
Check out Query Store
my QS ref: https://www.sqlskills.com/blogs/erin/category/query-store/
December 1, 2020 at 10:28 am
I hope you mean the TSQL way for compression!
backup database xyz ... with compression ;
Do not use compression at windows operating system level !
Unless you have...
November 27, 2020 at 1:12 pm
Double check your target folder itself ( or volume ) has not been enabled for compression !
SQLServer does weird things when someone enables compression at disk level.
November 25, 2020 at 6:47 am
are you producing striped backup files ? ( Backup database - working with a striped media set )
That may also help to reduce the time needed. ( if that...
November 23, 2020 at 3:05 pm
This is how I collect the mirroring events:
/*
DBA_DBMirroring_Events: follow up state changes of mirrored databases
-- This implementation uses SQLServer Service Brocker with Event Notifications
*/
set QUOTED_IDENTIFIER on;
go
USE YourDBAMonitoringDB;
if...
November 23, 2020 at 3:00 pm
how do you monitor your mirrored databases?
Do you log the mirroring failover messages ?
Check the failed login at sqlserver side. What are the details SQLServer states ( errorlog / xevents...
November 23, 2020 at 2:56 pm
Thanks, I'm going to try removing the nonclustered indices. But my problem, I think it is that it is not possible to shrink the mdf file below its initial...
November 23, 2020 at 2:47 pm
November 23, 2020 at 2:46 pm
November 6, 2020 at 12:01 pm
Viewing 15 posts - 811 through 825 (of 7,466 total)