Rob Howard - Database Geek of the Week!
This week, I have posted a very cool Database Geek of the Week Interview with Rob Howard. From the interview:
Doug: Can you think of a cool tip or trick for the developers who will be working with the latest SQL Server 2005 Beta?
Rob: Easy: the ability of SQL Server 2005 to send notifications to applications when the results of a query, stored procedure or view change. For ASP.NET developers, this feature, coupled with caching, equals database cache invalidation. To be notified when data cached by ASP.NET is no longer valid will fundamentally change the way software is written.
Read the full interview here.