View Post

memcached for caching query results (and other stuff) in memory

I was using Kayak today and noticed they had a link about their technology. One thing I noticed was that they use Ruby, which I’ve been reading about more lately, […]

Continue Reading
Written by DevelopmentNow -- February 6, 2006
View Post

Change Stored Procedure Ownership in SQL Server

I was restoring a database backup on my new project when I noticed that some of the stored procedures where owned by a specific user instead of ‘dbo.’ That’s a […]

Continue Reading
Written by DevelopmentNow -- January 23, 2006
View Post

Show sizes of all tables in SQL Server

In one of my projects, the client is concerned about the size of the database. He wants to save money on hosting, so I was going to poke around & […]

Continue Reading
Written by DevelopmentNow -- January 18, 2006
View Post

MySQL Data Imports with C#

One of my current projects involves creating a data warehouse from multiple datafeeds. For cost reasons we’re going with MySQL Community Edition, but we’re sticking with ASP.NET, C#, and Windows on […]

Continue Reading
Written by DevelopmentNow -- January 17, 2006
View Post

SQL Server 2005 Import and Export Wizard

The released version of SQL Server 2005 is missing the Import/Export Wizard that was available during beta. Now Microsoft wants you to practice using the Business Intelligence Development Studio to […]

Continue Reading
Written by DevelopmentNow -- December 8, 2005