Viewing 15 posts - 2,881 through 2,895 (of 39,723 total)
The bigger question is, "When will privacy matter more than money?"
And it never will. That ship has sailed.
...
Perhaps. I think that trade was made, but people are rethinking it....
March 31, 2020 at 6:24 pm
I bet it's a split, but we get more WFH options. once companies see some things work, they will. I also think orgs will struggle to say Lynn's ex can...
March 31, 2020 at 6:12 pm
Again, this isn't about whether the government should or shouldn't, but rather the challenge for us in complying and the issues we may face as data professionals.
March 27, 2020 at 8:56 pm
Glad you learned something. That's most of what I'm trying to do with these.
March 27, 2020 at 3:12 pm
SELECT [name], s.database_id,
COUNT(l.database_id) AS 'VLF Count',
SUM(vlf_size_mb) AS 'VLF Size (MB)',
SUM(CAST(vlf_active AS INT)) AS 'Active VLF',
SUM(vlf_active*vlf_size_mb) AS 'Active VLF Size (MB)',
COUNT(l.database_id)-SUM(CAST(vlf_active AS INT)) AS 'In-active VLF',
SUM(vlf_size_mb)-SUM(vlf_active*vlf_size_mb) AS 'In-active...
March 26, 2020 at 2:21 pm
Side issue. I am more interested in the challenge of adapting quickly and maintaining adherence to legal requirements for data professionals.
March 26, 2020 at 2:19 pm
Disclosure: I work for Redgate Software, and we have tools to make this easier.
However, the problem of having items in a release is really a VCS issue. I assume...
March 25, 2020 at 6:59 pm
I'd set up auditing or xevents to try and capture what's happening. If this is some automated process, you should capture some items. If this is a person, they might...
March 25, 2020 at 6:56 pm
I've struggled with tackling projects. I have done a bit more cleaning (no maid right now), but I also need a break.
One thing my wife has enjoyed each year is...
March 24, 2020 at 6:07 pm
IIRC, it makes concurrent inserts faster since each person doesn't necessarily create as much locking. Not sure it helps with just a couple connections.
Auditors to get worried, and rightly so....
March 24, 2020 at 5:16 pm
I do wonder about the future of virtual work. Depending on how this month goes, and how managers are rated afterwards (bonus, review, etc.) we may get more or less...
March 24, 2020 at 2:02 pm
I think COVID-19 is going to be a spur for a whole range of technology innovations that will make the next gen of social media a huge step forward.
I...
March 24, 2020 at 2:01 pm
Be safe Ralph, and I hope you come through this ok.
March 24, 2020 at 12:05 pm
Let's please not debate the spread, the impact on the world, or the response. This was really a piece about us coping as individuals, not becoming more upset. Neither you...
March 23, 2020 at 10:03 pm
Viewing 15 posts - 2,881 through 2,895 (of 39,723 total)