|
|
-
|
|
This is my solution for challenge #5: DECLARE @filter TABLE (id INT IDENTITY, data nvarchar(32)) insert into @filter (data) <span style="co......
|
|
-
|
|
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 #4.
select * <span......
|
|
-
|
|
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 in data visualization, Excel, MS Office automation wit......
|
|