Viewing 15 posts - 121 through 135 (of 199 total)
capture mode and cleanup mode should both be set to auto. That is the default now, but previously it wasn't and relatively idle databases would fill it up quickly.
July 19, 2023 at 5:05 pm
I mocked this up in 2017 with AG publisher and subscribers a few years ago. I am very glad to not have needed to do that again or implement it...
July 18, 2023 at 9:54 pm
I am only familiar with transational replication in detail, but in transactional, the updates are tracked in the distribution database, not in the published database. You would still have to...
July 12, 2023 at 11:49 pm
This isn't a client problem it is a server side problem. It sounds like something is holding a long running schema lock.
Big SELECT INTO statements are a common cause of...
July 12, 2023 at 5:05 pm
I've had a few in the last couple of years.
One environment was a remote (very remote) with a high latency and unreliable connection supporting infrastructure that could not go down...
July 11, 2023 at 5:41 pm
I firmly disagree with the statement that AGs are only for implementing read only secondaries. AGs are more flexible and have fewer fragile components compared to an FCI while storage...
July 11, 2023 at 4:24 pm
Not sure why it isn't working, but you don't need to splat it, that is a single string variable for -query. Just use [string]$addListner = "..." to start with.
Does the...
July 7, 2023 at 6:35 pm
I was going to suggest using a hash for the document then insert the computer hash into the table with the document. including document metadata should uniqueify each document even...
June 30, 2023 at 5:41 pm
Does the document identity need to be an integer or guid?
June 30, 2023 at 4:45 pm
Stop messing with it and call a consultant or microsoft, you may have database corruption. Be sure to disable any jobs that age off backups as well
June 30, 2023 at 3:39 pm
There are lots of opportunities to get in the weeds with this but will try to avoid it.
STOP index maintenance for at least a few days. There is guidance around...
June 29, 2023 at 7:33 pm
commenting on this to follow it, dealing with a similar problem I want to understand better.
I didn't think you could even have an index on a partitioned table unless it...
June 29, 2023 at 6:57 pm
Does SQL on linux do a JIT compilation of the binaries?
June 29, 2023 at 6:54 pm
Why plan on only jumping all the way to 2022? It seems that 2019 is pretty stable now and they may be done implementing breaking updates - there have been...
June 22, 2023 at 6:26 pm
Viewing 15 posts - 121 through 135 (of 199 total)