This morning I installed the latest SQL Server 2008 beta on my laptop, just to have a quick look at some of the spatial support. One of the sites I work on has a lot of GPS data, growing all … Continue reading
February 27, 2008
0 comments
February 27, 2008
0 comments
This morning I installed the latest SQL Server 2008 beta on my laptop, just to have a quick look at some of the spatial support. One of the sites I work on has a lot of GPS data, growing all … Continue reading
February 25, 2008
0 comments
Having posted last night about row numbers and ranking, I realised in the shower this morning that there’s actually an easy way to get the first and last rows per group, just by using ROW_NUMBER. The trick is to PARTITION, … Continue reading
February 25, 2008
0 comments
Sometimes things pass you by. I’ve been using the ROW_NUMBER() function SQL Server 2005 for ages, along with Common Table Expressions, to do server side paging, but had completely missed some other new functions. This is an odd occurrence for … Continue reading
January 9, 2007
0 comments
While there are some know issues with Visual Studio 2005 on Vista (not that I’ve hit any of them), there is less talk about SQL Server 2005 Reporting Services. After a frustrating morning I of trying to get it installed … Continue reading
December 12, 2006
0 comments
I’ve blogged before about RedGate and their SQL tools and I’ve just tried SQLDoc. Once again I’m amazed; another cracking tool. Once installed, it had documented 7 largish databases within a minute, producing complete documentation for them as a set of … Continue reading
October 20, 2006
0 comments
Yet another software complaint. Ignoring all the direness that is the SQL Reporting Services Designer, which I really don’t think is as easy to use as the one that Access has had for 10 years, I have the install / … Continue reading
October 10, 2006
0 comments
I have decided that, as great and powerful as it is, SSIS sucks (but only a little). There are way too many little things that make working with it frustrating: Why did they feel the need to invent a new … Continue reading
October 3, 2006
0 comments
I’ve seen the Red Gate SQL Tools used in the past, but not tried them myself until today, when I ventured into SQL Compare and SQL Data Compare. My word, these are good. Really, really good. Not only do they do … Continue reading
June 5, 2006
0 comments
SQL Server 2005 supports notifications, allowing it to tell you when data has changed. This is useful for many reasons, invalidating the ASP.NET cache for example. Someone asked me about this at DeveloperDeveloperDeveloper (which was most excellent as usual) and … Continue reading
May 15, 2006
0 comments
I really should read my blog feeds before posting. Scott has just posted a good article about LINQ in ASP.NET “Orcas” with some good examples. However, I’m still worried about SQL style syntax in code – where should it go? … Continue reading