Viewing 15 posts - 511 through 525 (of 6,026 total)
It depends on what type of lab you want to setup. I believe that building up a local lab is way more expensive than an Azure subscription (both in financial...
May 13, 2019 at 1:58 pm
I'm not sure the FTC has a general reporting rule. They have rules over health data and there was (maybe law?) a draft on credit agencies, but I don't...
May 8, 2019 at 3:52 pm
Here in the US, the Federal Trade Commission (FTC) mandates that corporations report data breaches, and other agencies enforce HIPPA and Sarbanes-Oxley Act (SOX). But is there an agency (the...
May 8, 2019 at 1:51 pm
We keep hearing about data breaches resulting from data being exposed on the internet, meaning that a web search could access the data in un-encrypted form. There is more to...
May 7, 2019 at 2:06 pm
a_dep like '100%'
May 3, 2019 at 7:08 pm
Eric M Russell wrote:The main considerations are:
Does support become a consideration?
What I meant was that, when considering which version of SQL Server to run on, if there are...
May 3, 2019 at 5:44 pm
I've never known any release of SQL Server to be categorically "unstable". Every release fixes some issues and introduces new issues, but every experience is unique depending on what features...
May 3, 2019 at 2:12 pm
I believe that Azure Stack and server-less architecture could make financial sense for an organization with a very large IT enterprise; maybe something like a government or global bank where...
May 2, 2019 at 5:48 pm
Also, since the application is only filtering on a tiny subset of rows, then consider simply using Filtered Indexes as an alternative to my previous suggestion of a Paritioned View...
May 2, 2019 at 5:04 pm
Taking a step back, if the table gets routinely updated, then it's probably more like a queue table or a run log table (ie: row gets insert with StartTime populated...
May 1, 2019 at 3:00 pm
Thanks to virtualization, your chances of running an instance of SQL Server 2008 in the future 2038 is very good. Going forward, you and your successor DBA(s) will need to...
April 30, 2019 at 8:49 pm
Yes, I'm just being sarcastic about lines of code. 😉
April 30, 2019 at 4:59 pm
If you work for an organization that counts lines code as a metric for developer productivity, then RedGate's "SQL Prompt" extension for SSMS is a great investment. A poorly formatted...
April 30, 2019 at 1:35 pm
Speaking of Intelligent Query Processing, does it have a functional dependency on Query Store?
One of my PMP goals for 2019 is to implement Query Store on all of our >=...
April 29, 2019 at 3:29 pm
If the web application is secured properly, then that web.config file is secure from outsiders, but it can be visible to many inside the organization. For one thing, the developers...
April 26, 2019 at 7:06 pm
Viewing 15 posts - 511 through 525 (of 6,026 total)