(Michael Sorens) Test-Driven Development (TDD) relies on the repetition of a very short development cycle Starting from an initially failing automated test that defines the functionality that is required, and then producing the minimum amount of code to pass that test, and finally refactoring the n
Other News
Localization in VB.NET
(Hannes Du Preez) Localization allows you to customize your application according to a certain culture. Today I will show you how to Localize your application to three different cultures.
Message Queues in SQL Followup
Greg writes in as a response to using an SQL Server table as a queue instead of a queuing service. His requirements are simple, and this method works well for them. Regarding your question about queues in SQL Server, we have an application that uses SQL Server as a queue for emails. We decided to take this approach instead of […]
Using DB2 with Python on Cloud Foundry-Based IBM Bluemix
(Henrik Loeser) Wow, what a title for this article. Today I will describe exactly that, nothing more. Recently I created a SQLDB service (DB2) in my IBM Bluemix account. Looking at the documentation for the SQLDB service, it describes how to use DB2 for programming languages like Java, Ruby, and Nod
12.1.0.2 Released With Cool Indexing Features (Short Memory)
(Richard Foote) Oracle Database 12.1.0.2 has finally been released and it has a number of really exciting goodies from an indexing perspective which include:
Oracle Database 12.1.0.2.0 – Native JSON Support (1)
(Marco Gralike) Oracle Database 12.1.0.2 has now native support build-in for handling JSON (Javascript Object Notation) data. Oracle Database supports JSON natively with relational database features, including transactions, indexing, declarative querying, and views.
Decoding (encrypted) MySQL traffic with Wireshark
(Daniël van Eeden) In a comment on my post about Using SSL with MySQL xiaochong zhang asked if it is possible to decode SSL/TLS encrypted MySQL traffic. The short answer is: It depends.
SQL SERVER – SSMS: Backup and Restore Events Report
(Pinal Dave) A DBA wears multiple hats and in fact does more than what an eye can see. One of the core task of a DBA is to take backups. This looks so trivial that most developers shrug this off as the only activity a DBA might be doing.
Two gotchas when developing a COM component using C# and .NET 4
(Steve Endow) In the last year, I’ve had two customers request Dynamics GP integrations packaged up as COM DLLs so that their internal applications can call the DLL to import transactions into GP.
When Index Scans Attack!
(Ember Crooks) We all know that table scans can be (but aren’t always) a negative thing. I have spent less time worrying about index scans, though. Index access = good, right? I thought I’d share a recent scenario where an index scan was very expensive. Maybe still better than a table scan, but with
