The SQL Server 2005 database is available in various editions: Enterprise, Standard, Workgroup, Express, Developer, and Mobile. The Enterprise Edition is for enterprise-level applications that require ...
One dilemma of deployment is what to do about a SQL database. For easy deployment of a Java application, you've probably used tools like Web Start to let the application download and run in almost a ...
In my last post, “Hello Cassandra,” I looked at downloading the Cassandra NoSQL database and using cqlsh to connect to a Cassandra database. In this post, I look at the basics of connecting to a ...
Microsoft continues to make positive strides in the world of open source. The company once considered open source software to be an anathema, but now it’s common for Microsoft to pull software ...
I'm going to have to build an app in PHP which does this, but before I do that I'd like to connect to it with a client tool just to see how things are structured and such. I'm afraid I don't know much ...
Today I’m going to blog about persisting hierarchies (tree-like structures) in relational databases. Actually not persisting, but more retrieving — as you most probably know hierarchies are stored in ...