ClearTrace 2.0.9

I released ClearTrace 2.0.9.  You can find the information here [http://www.cleardata.biz/cleartrace/default.aspx].  I moved the download to my corporate site so I can keep a static page up for information.  I'm pretty happy with this version.  It seems to be very…

SQL Server 2005 Query Plan Webcast (UPDATED)

You can download the PowerPoint file and demo script from my webcast here [http://www.sqlteam.com/downloads/sql2005webcast.zip].  I'll post a link to the recorded presentation when they post it. You can view the recorded webcast by registering here [http://ad.doubleclick.net/clk;26540591;12550611;…

ClearTrace 2.0.7

I've made some pretty significant changes to this tool. * It now writes to multiple tables instead of a single table. This greatly reduces the space required and the import time. It creates the objects it needs in the database specified. All the objects have a CT prefix in…

Great Sample ADO.NET 2.0 Code

Pablo Castro, the Program Manager of the ADO.NET team, posted some great code samples from his PDC presentation [http://blogs.msdn.com/dataaccess/archive/2006/01/09/510083.aspx]. There are a variety of demos available. The one I spent the most time playing with was the one that…

SQL Server 2005 RTM Code Available

The downside of having a blog and SQLTeam.com is that I feel like I have to post some things in both places. And this is one of those things. The Developer Edition of SQL Server 2005 is "available" on MSDN. MSDN is swamped so good luck getting…

Integrating .NET and SQL (LINQ)

From the Visual Studio Data Team blog [http://blogs.msdn.com/vsdata/archive/2005/09/12/Announcing_Linq.aspx] ... At the PDC Microsoft announced LINQ (Language Independant Query) Framework.  This gives you the ability to use a SQL-like language on your collections (anything IEnumerable).  The example from the blog is:…