Viewing 15 posts - 2,806 through 2,820 (of 6,038 total)
On medium powered hardware, SQL Server is perfectly capable of running non-covering queries against TB sized tables with billions of rows within a reasonable amount of time (ex: less than...
March 14, 2016 at 11:28 am
Jeff Moden (3/14/2016)
andrew gothard (3/14/2016)
Wayne West (8/3/2015)
Fast/Cheap/Correct: choose two.Also, bear in mind, if you fail to choose Correct, you can forget about the other two as well.
As Tom...
March 14, 2016 at 9:27 am
I use the term "BlackOps deployment" referring to those scenarios where IT performs an undocumented operation in production without going through he offical change control process. Sometimes it may be...
March 14, 2016 at 9:07 am
From the perspective of a Business Intelligence professional, there isn't that much difference between a Microsoft SELECT statement and an Oracle SELECT statement. Also, it sounds like you would coming...
March 9, 2016 at 1:47 pm
Steve Jones - SSC Editor (3/9/2016)
Eric M Russell (3/9/2016)
March 9, 2016 at 1:40 pm
It sounds similar to Microsoft Lync / Skype. It's useful for those situations where you need a quick ad-hoc group conversation between team members. A lot of useful information can...
March 9, 2016 at 6:57 am
As you've already learned the hard way, deleting 600 GB of data is even more time consuming that selecting it 30x over, and yes it's transaction logging that's eating most...
March 8, 2016 at 3:09 pm
I'm glad to hear that SQL Server 2016 will now support non-clustered indexes, primary keys, and foreign keys on Clustered ColumnStore tables.
March 8, 2016 at 11:03 am
adam.hoelscher (3/7/2016)
March 7, 2016 at 2:31 pm
At least we have a choice. What gets me is when folks take the choice that costs them more money for basically the same level of service, and then they...
March 4, 2016 at 7:04 am
One of my ongoing projects is maintaining a PowerShell script to automate the A - Z installation of SQL Server on freshly provisioned virtual machine environments. It first does a...
March 3, 2016 at 11:51 am
If you are certain there is a 1-1 relationship between these columns, meaning they are all essentially attributes of one entity and not stand alone entities, then I'd lean in...
March 3, 2016 at 11:32 am
Also, let's not forget the HeartBleed vulnerability discovered a few years back in OpenSSL.
http://www.pcworld.com/article/2141740/is-open-source-to-blame-for-the-heartbleed-bug.html
Open Source means that the public can review the code to verify that the developers are not...
March 3, 2016 at 7:50 am
Half a GB of clickstream data per NetFlix user every day should raise some eyebrows. When I read about these PB and EB scale Big Data projects, I think about...
March 2, 2016 at 8:38 am
Viewing 15 posts - 2,806 through 2,820 (of 6,038 total)