Viewing 15 posts - 3,916 through 3,930 (of 39,862 total)
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
That's interesting. I wonder if these reports are using your account as a proxy for some WMI call? I don't know, but asking MS if they can comment.
June 19, 2019 at 5:57 pm
You want the SELECT and UPDATE in the same transaction. Otherwise, there is the chance that before you do the assignment, someone else has a chance to perform the select.
If...
June 19, 2019 at 5:53 pm
As the main moderator here, please refrain from arguments over responses. The first reply did give you an easy hint, caveating this as "unlikely to be done often". If that...
June 19, 2019 at 5:46 pm
If the VM isn't working for your workload, either you're a) extreme, or b) improperly set up.
June 18, 2019 at 4:52 pm
Viewing 15 posts - 3,916 through 3,930 (of 39,862 total)