Viewing 15 posts - 3,871 through 3,885 (of 39,821 total)
The way to lock this would be a semphore of sorts. Then your proc needs a check. So you could insert a value into a table when you start, and...
June 19, 2019 at 6:51 pm
I responded, and while I think the OP overreacted, keep in mind there are people trying to solve a problem. They have a narrow view, and they often balance other...
June 19, 2019 at 6:47 pm
I like the synonyms, maybe with an Agent job that does the work to check/repoint. I'd think the Java app wouldn't need to know, just load the empty table. The...
June 19, 2019 at 6:42 pm
I'm torn. I like AGs because I think they're more robust and reliable than replication. Repl works great until it doesn't, and then it's a pain. However, this is reporting,...
June 19, 2019 at 6:40 pm
Yeah, I think there's something going on here, but not completely sure of the process. I need to get a complete explanation of how things work.
June 19, 2019 at 6:36 pm
It would also be nice if they could tell me when I create an account how long it will remain active. Should I be able to force a renewal...
June 19, 2019 at 6:34 pm
Money is deprecated, but never going away. I wouldn't worry about it.
June 19, 2019 at 6:31 pm
Could be server load, but I'd lean towards network issues.
June 19, 2019 at 6:30 pm
I like B, though you can also use a secret and store this for use as a credential in the script. I've had this be flaky, but it is what's...
June 19, 2019 at 6:29 pm
It is. I find functions to be a bit strange in R, especially nested ones. I'll get a question on those at some point. Or one of you can write...
June 19, 2019 at 6:27 pm
You might also implement Query Store to get plans to watch and examine. There is a project port of this here: https://github.com/OpenQueryStore/OpenQueryStore/releases/tag/v2.1.0
June 19, 2019 at 6:25 pm
You can implement AGs between to IaaS systems in Azure. This is the same as on prem, though you'll need the networking set correctly for the listener and each to...
June 19, 2019 at 6:24 pm
I think it is a ridiculous waste of time when someone comments on the obvious, like: counter++; // increment counter Really??
I blame professors are unis for this. That's the...
June 19, 2019 at 6:19 pm
I came across a stored procedure recently where there were 2 developers clearly arguing we didn't have source control for sql at the time of the argument (way before...
June 19, 2019 at 6:18 pm
Changing monitoring intervals, or suppressing additional alerts, is something that needs to happen as well. Too easy to keep sending the same thing over and over. However, that's a complex...
June 19, 2019 at 6:03 pm
Viewing 15 posts - 3,871 through 3,885 (of 39,821 total)