Viewing 15 posts - 3,226 through 3,240 (of 39,818 total)
Do you have any links? (or did I simply miss them in the article?)
https://netflix.github.io/chaosmonkey/
December 5, 2019 at 5:52 pm
Our annual DiRT testing takes place this weekend. We're not Google by any means but it's just as important to us. The whole company gets involved in one form...
December 5, 2019 at 5:50 pm
I was torn on creation. Perhaps, especially as you need to specify a location. Ideally you drop audit data in a read/insert spot, and not a place where modify permissions...
December 4, 2019 at 7:40 pm
It sounds like a simpler query in Graph than in SQL. From the little I've done with graph, you can model these issues in SQL or in a graph system,...
December 4, 2019 at 7:24 pm
There aren't many places where 2 factor authorization would be needed, but there are some. This isn't for some performance tuning, though arguably, if there are critical things, then a...
December 4, 2019 at 6:46 pm
Is anyone one else still getting directed to the wrong page of responses? I was on the 'Active Threads' view and clicked on the link for Josana.work response on...
December 4, 2019 at 6:27 pm
It pisses me off, as well. It does help my scheduling of "urgencies" though. 😀 I keep solid records of such abuses of the word "Urgent". I'm also not...
December 4, 2019 at 6:23 pm
I've only played lightly, and found this interesting.
December 4, 2019 at 6:19 pm
Nice to see a lot of you have budget for training, though without getting/taking time off, it's less useful. Easy to get too caught up in daily work and not...
December 3, 2019 at 3:51 pm
If the server is started, the DAC helps. If it fails to start, you'd need to use a different switch (-g?) to fix memory.
December 2, 2019 at 11:02 pm
If you restore a database, you restore users. If the logins that link to these by SID do not exist, you have orphans.
Using sp_helprevlogin will give you a script to...
December 2, 2019 at 10:59 pm
I've used it to troubleshoot, wondering if two connections had different settings. Getting a raw number and comparing them worked for me. I haven't really used this to decode settings...
December 2, 2019 at 10:20 pm
If you create the logins with the same parameters, yes, this will help. sp_helprevlogin does this.
December 2, 2019 at 10:17 pm
Don't know that I'd disable it, but it is only for local connections by default. You can avoid allowing remote access, but still have local access if your server gets...
December 2, 2019 at 10:15 pm
OK, I played with this a bit and got this to work:
$dt = get-date -format "_yyyyMMMdd_HHmss"
Invoke-Sqlcmd -Query "SELECT * FROM [dbo].[Customer]" -ServerInstance "Plato\SQL2017" -Database "Sandbox" |
Export-Csv -Path...
December 2, 2019 at 7:57 pm
Viewing 15 posts - 3,226 through 3,240 (of 39,818 total)