Archive for category: SQL Server

NSQUARED2 – Caching in .NET 2.0

14 April, 2005 (19:58) | Asp.Net 2.o, SQL Server | By: Thomas

Frederik has a small note about the much anticipated SQL Dependency Cache in ASP.NET 2.0 / SQL Server 2005
read more

SQL Log Rescue – undelete for SQL Server

1 April, 2005 (06:37) | SQL Server | By: Thomas

SQL Log Rescue is a simple tool for viewing and recovering lost SQL Server data. If you have accidentally deleted, inserted or modified your database then SQL Log Rescue will help you get the data back.
read more

I’m 10 times faster in T-SQL as an O/R mapper or a DataSet solution – part #1

5 March, 2005 (06:22) | SQL Server | By: Thomas

Klaus Aschenbrenner is quantifying the speed that some operations gain by being moved into the db. I love ORM’s like LLBLGen but just as Klaus clearly saw, you can’t simply throw any old ORM at an app. LLBLGen happens to be able to deal with this. But sometimes it may take judicious tuning and [...]

Adam Bosworth’s Weblog: Where have all the good databases gone

28 February, 2005 (08:31) | General, SQL Server | By: Thomas

Adam Bosworth has som thougths on what a database ought to do.
“… If open source, I wonder if the software itself, should cost at all? Open Source solutions would undoubtedly get hacked more quickly to be robust and truly scalable across nice simple software. It wouldn’t be as pointwise fast, but the whole point is [...]

Microsoft did something right

27 February, 2005 (12:10) | SQL Server | By: Thomas

For the past 3 months I’ve been working on a project that uses Oracle 8i. It made me appreciate what MS has done right with SQL Server. Beginning with a free limited version of the bits that developers can use, all the way up to the Enterprise product that comes in at what [...]

TheServerSide.NET – Heirarchical Queries in SQL Server 2005

8 January, 2005 (16:49) | SQL Server | By: Thomas

Hmmm someone had a little spelling problem at The ServerSide
Nonetheless, here is what was discussed in Dan Sullivans article:
In summary a CTE can be used to implement a hierarchical query. The SELECT statement before the UNION ALL is executed first and just once. The SELECT statement after the UNION ALL is executed recursively [...]

SQL Server VSS Integration

1 January, 2005 (18:26) | .NET Code Related, SQL Server | By: Thomas

This post originaly appeared in my now defunct Radio blog.
Have I ever mentioned Bill Wunder’s SQL Server Page?? Its a good reference page to have.

RDL Components – SQL Reporting Services

22 December, 2004 (16:44) | SQL Server | By: Thomas

A component that can be used to aid in the generation of report templates / rdl files. It looks a bit raw but the idea has some promise.
Link here

MSDN – Walkthrough for RDL Files

22 December, 2004 (16:42) | SQL Server | By: Thomas

This MSDN article outlines how to build a Reporting Services RDL file in code. I have a feeling that ultimately many folks will choose this approach as opposed to some of the management components of Reporting Svs.

read more

SQL Reporting Services and the ReportViewer Component

22 December, 2004 (16:39) | SQL Server | By: Thomas

Just a brief description with screenshots that explains how to set up a report in Reporting Services.
read more