The easiest and fastest way to create ad hoc reports from SQL Server
Got a SQL Server or .NET question? Discuss it in the forums. (SQL Server Forums | Dot NET Forums)
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

May 2009 - Posts

Solution for challenge #5

This is my solution for challenge #5: DECLARE @filter TABLE ( id INT IDENTITY , data nvarchar ( 32 )) insert into @filter ( data ) values ( 'sql,performance' ) insert into @filter ( data ) values ( 'profiler' ) insert into @filter ( data...
by Leonid Koyfman on 05-11-2009 | 388 Views

Solution for Challenge #4

The goal for this challenge was to write the shortest possible code. I know that the shortest code is not necessarily better performing code. But nobody will argue that this challenge was a good exercise. Here is my original solution for the Challenge...
by Leonid Koyfman on 05-08-2009 | 234 Views

Blog Inaugural Post

Welcome to my blog. I'm Leonid Koyfman, SQL Server Developer. I've started this blog so I can share technologies and techniques for data processing and presenting information. This blog focused on SQL Server content but I do have other interests...
by Leonid Koyfman on 05-08-2009 | 173 Views

Copyright © Beyondrelational.com