Viewing 15 posts - 3,121 through 3,135 (of 39,725 total)
I think that's the key, we're the same team, and we have to support, help, and learn from each other.
December 10, 2019 at 3:41 pm
OK, I played around with this. I think your quotes are the problem. This works for me:
:setvar DirectoryRootPath "C:\Users\Steve\OneDrive\Documents\SQL\StoredProcedureRunTrackerID.txt"
--:!!if exist C:\Users\Steve\OneDrive\Documents\SQL\StoredProcedureRunTrackerID.txt del C:\Users\Steve\OneDrive\Documents\SQL\StoredProcedureRunTrackerID.txt
!!if exist $(DirectoryRootPath) del...
December 10, 2019 at 3:12 am
As to pay cuts, I took a pay cut to work for SQLServerCentral. At the time, Andy, Brian and I were thinking to sell or do something because the site...
December 9, 2019 at 6:55 pm
I agree with Lynn. What I'd add is you want your resume to stand out a bit. I try to make mine focus on (top to bottom)
December 9, 2019 at 6:54 pm
As long as you're all going for "jobs like mine" and not my job. I'm not done with it yet.
Nor am I done.
December 9, 2019 at 6:51 pm
I've made the mistake of implementing a spec wrong. Simply put, I misinterpreted it. If there's some confusion on what a spec says, then I've asked for clarification, more...
December 6, 2019 at 8:03 pm
dbo is historical as the database owner. This morphed to a db_owner role so you don't have to map logins to dbo.
The equivalent of dbo (database owner) at the login...
December 6, 2019 at 7:20 pm
Hopefully you test the networking there, and have an idea of the way in which this might change your architectures. Many people get surprised by some of the cumbersome nature...
December 5, 2019 at 10:40 pm
That's what I'd like to see implemented in SQL Server, and Windows/Linux, for that matter. Maybe with a group of 3-5 people, of which 2 have to approve something. We'd...
December 5, 2019 at 5:53 pm
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
Viewing 15 posts - 3,121 through 3,135 (of 39,725 total)