Viewing 15 posts - 181 through 195 (of 1,318 total)
It will be really cold in Iceland in February.
October 8, 2018 at 4:23 am
Copy-only backups only really matter if you also take differential backups. If you don't, it won't make a difference. Full backups don't "break the log chain", they only reset the...
September 26, 2018 at 8:45 am
What specifically is your log_reuse_wait_desc for that database?
September 26, 2018 at 5:48 am
So, what do we all think of today's SQL 2019 announcement? I'm sure many of you were already aware behind the scenes, and they did also accidentally leak the news...
September 24, 2018 at 8:15 am
Ok, so you're only permissioned as a sysadmin, then (through membership of that group). That's why.
September 24, 2018 at 6:46 am
What do you get if you run xp_logininfo [domain\yourpersonalaccount], @option = 'all' ?
September 24, 2018 at 6:09 am
September 19, 2018 at 8:22 am
As long as you restore the secondary database with norecovery and then add them to the AG with JOIN_ONLY it should be fine. Try it with a smaller DB first.
September 19, 2018 at 4:04 am
In Management Studio, go to the AG and right-click on it, then select Show Dashboard (make sure you're on the Primary replica). Then at top right there's an option to...
September 18, 2018 at 5:27 am
Select name, log_reuse_wait_desc from sys.databases will give you the reason the transaction log is not being truncated. Also full backups do not truncate the transaction log, just in case those...
September 18, 2018 at 2:33 am
No shared disks with Availability Groups assuming you just have two standalone SQL instances.
September 17, 2018 at 9:26 am
September 14, 2018 at 1:43 am
Yep, that's an issue with SSMS 20167 I've just tried it. If you use SSMS 2016 it should work.
September 12, 2018 at 8:48 am
Look, I could care less, but Hugo is quite chuffed about this, so...
September 11, 2018 at 1:34 am
SQL Server can be very memory-hungry. This is the normal state of affairs. Check that you have configured your Max Server Memory setting away from the default.
September 6, 2018 at 8:50 am
Viewing 15 posts - 181 through 195 (of 1,318 total)