Viewing 15 posts - 2,041 through 2,055 (of 39,720 total)
This is a counter, so it gets triggered when code runs with a deprecated feature.
March 9, 2021 at 4:08 pm
I saw a talk on conflict free replicated data types at Bits one year. Fascinating, and like Brent, I find the stories interesting, even though I don't really see the...
March 9, 2021 at 4:04 pm
Apologies, ticked the wrong answer box for some reason. This has been corrected.
March 9, 2021 at 4:02 pm
Banned, but usually this just gets them to make a new account.
Marking/reporting at SPAM...
March 8, 2021 at 8:16 pm
I hope regulatory agencies require disclosure. Otherwise, I don't think companies will do it. Without this, we can't determine whether things are impartial or fair.
March 8, 2021 at 8:14 pm
There isn't a good list overall. If you write code, and track the counter, you can see if you've tripped something with your code.
Ultimately, you'd have to check the docs...
March 8, 2021 at 8:09 pm
No, this is for user groups, not SQL Saturdays.
March 2, 2021 at 10:11 pm
March 2, 2021 at 7:29 pm
I don't think there is an issue here. The logs should read and catch up once things resume.
March 1, 2021 at 6:56 pm
An index might help.
I think your situation is similar to Pinal's, as in there are two processes that are colliding. If your update is really each updating one row, you...
March 1, 2021 at 6:31 pm
This might help: https://blog.sqlauthority.com/2015/02/02/sql-server-how-can-deadlock-happen-on-same-table/
March 1, 2021 at 6:02 pm
I've done a few Project Euler items. It's a good test for learning Python.
I think you are also looking only along the upper left to lower right diagonal. The problem...
March 1, 2021 at 5:59 pm
Sorry, hit enter. It would be good to understand if you want 1 or 2 fields in the result. The way you write this, I'm not sure. I think you...
March 1, 2021 at 5:38 pm
Some queries benefit from the cardinality estimator change (2014). Some do not. Whether it's most or a few in your situation is hard to determine without analyzing a larger workload....
March 1, 2021 at 3:51 pm
These are good for cross database dependencies, separating out the linkage between objects. This also lets you move the other object to a new db or a new instance and...
March 1, 2021 at 3:16 pm
Viewing 15 posts - 2,041 through 2,055 (of 39,720 total)