Posted by Tom on Jan 6, 2011 in Development, Everything Else
Some quick SQL statements to easily find out what your most recently accessed reports, and your recently modified reports are, on your SQL Server Reporting Services instance.
Read More
Posted by Tom on Jan 4, 2011 in Development
I want to talk about NOLOCK. NOLOCK is a SQL Server T-SQL hint which you can give to the compiler in your SQL to tell it that it needn’t bother locking the records...
Read More
Posted by Tom on Dec 9, 2010 in Development
I’ve been playing around with the Silverlight PivotViewer, and used some education data from data.gov.uk to give a different perspective of education...
Read More
Posted by Tom on Dec 5, 2010 in Development
On Friday, I created a working demo of the PivotViewer that demo’d in the Silverlight Firestarter keynote, which I blogged about a couple of days ago. Apart from...
Read More
Posted by Tom on Dec 2, 2010 in Development
I’ve been watching the Silverlight Firestarter event tonight, via live stream. I’ve not seen all of it, and I’m still watching it now, but this is my...
Read More
Posted by Tom on Oct 4, 2010 in Development
The new IntelliSense in SQL Server 2008 is fantastic, and makes SQL development and maintenance much easier.
However, sometimes it can be annoying, as changes and...
Read More