Viewing 15 posts - 31 through 45 (of 96 total)
Have you checked the primary is up and running correctly and that FCM can see both nodes?
June 13, 2018 at 1:01 am
Was the latest log restored? You could try to set hadr to resume and see if that helps.
https://www.brentozar.com/archive/2016/06/availability-group-direct-seeding-fix-database-wont-sync/
June 12, 2018 at 4:34 am
Its not applicable in this instance, the lock will always escalate on this kind of behaviour., the only thing you could try is set the transaction to snapshot, but your...
June 12, 2018 at 4:32 am
Set up a custom message in sys.messages, then set up an alert for that that emails the DBA team maybe..
June 12, 2018 at 3:31 am
The first thing to do is look at your data. Is there a reason for using TOP 1 all over the place? As the values are coming from Info and...
June 12, 2018 at 3:23 am
OK, Fieldvalues is what is in the buffer at the time of the deadlock happening, but as you have Fieldvalues in your stored procedure, it will be holding a lock...
June 12, 2018 at 3:01 am
Need a bit more information. Is this a new database you are trying to join or an existing? What does FCM say about the cluster/listener? If new, did you restore...
June 12, 2018 at 1:51 am
I am guessing you are asking this because the query is slow or you find it unreadable?
If the later, you can always just do multiple joins to the Info...
June 12, 2018 at 1:40 am
Thanks sergiy, after I posted this, I deleted and re-added the shares (added by someone else and at each level of the folder structure) and it fixed the issue. Very...
June 12, 2018 at 1:26 am
You are trying to delete from Questionnaire at the same time as you are trying to bulk insert, so yes, you will get a deadlock with an IX lock. The...
June 12, 2018 at 1:23 am
June 11, 2018 at 6:40 am
Never tried it, but recursive is different to nested in the respect of nested being more than one trigger, recursive means making a single trigger run more than once.
May 24, 2018 at 9:08 am
1. Nested triggers fire triggers on other tables, views etc, not on its own table, also as this is enabled in the configuration, it is something it is possible to...
May 24, 2018 at 5:13 am
Rick,
Our concern is that should our systems be compromised that the password will become...
May 23, 2018 at 4:19 am
If I understand correctly, I think you need to go to Ola's site and read the parameters, you don't need to use exactly the same clause, you can easily just...
May 23, 2018 at 4:16 am
Viewing 15 posts - 31 through 45 (of 96 total)