Viewing 15 posts - 16 through 30 (of 61 total)
If you are going to have trustworthy source control you should only deploy from source control. I can't overstate how important that is. Backfills never get kept up...
June 30, 2015 at 12:57 pm
There will always be a need for people who are deep subject matter experts in critical systems, whether database, network, etc. That said. We need to spend less...
June 8, 2015 at 2:34 pm
We handle this using a "build the tunnel from both ends" approach.
Ideally anything that gets done gets pushed through our continuous deployment system, and we can push those through in...
June 2, 2015 at 1:05 pm
Of course if you find something, they put you on the nofly list...
http://fortune.com/2015/05/14/united-airlines-hacking-plane/
May 27, 2015 at 11:33 am
Reporting in NoSQL databases is generally going to be through services or interfaces developed by the same teams who did the data model. That works great (performance questions aside)...
April 13, 2015 at 2:42 pm
Warning: Null value is eliminated by an aggregate or other SET operation.
April 1, 2015 at 11:34 am
I currently support Mongo, SQL Server, MySQL, and increasingly PostGres, which offers an interesting hybrid document db datastore on top of a relational db.
The foreign key discussion is...
March 10, 2015 at 11:06 am
We have thousands of installed express editions on customer sites. I think it's great for that as long as you can live without HA (beyond backups). Obviously you...
February 27, 2015 at 11:26 am
I got it wrong because I read the two year sliding window as a requirement, and picked the new index as the less wrong answer. But still a really...
January 6, 2015 at 2:09 pm
Grant Fritchey (10/28/2014)
cdesmarais 49673 (10/27/2014)
October 29, 2014 at 11:38 am
It's not magic. It's also not a free lunch. There are tradeoffs even beyond the extra up front work of TDD and automation. CI is poor at...
October 27, 2014 at 2:43 pm
I think this comes up more often than any other issue in code reviews. "Just wrapping it in a transaction doesn't actually do anything. You need to check...
October 9, 2014 at 10:28 am
There are important distinctions, but this is a SQL server board and SQL server implements the logical construct of the primary key by creating a special case index.
July 16, 2014 at 12:31 pm
Data state is something that is tough to automate, which I suppose is job security. There is also something of a mismatch still between windows automation, which is generally...
May 29, 2014 at 10:24 am
I think it's too easy to just poo poo the claim. The author of that article was talking about a specific development approach using a dev-ops, service oriented architecture...
January 29, 2014 at 12:57 pm
Viewing 15 posts - 16 through 30 (of 61 total)