Pulse » Popular Items from 9/5/2011
Welcome!
Pulse has a simple goal: to give you a quick view of what's happening in the SQL Server community.
-
Browse
Finding interesting content on Pulse is easy – you can drill down to a specific time period (by clicking on the bars of the chart), toggle different types of content on and off, and sort the results by popularity or recency.
-
Vote
Discovered an informative blog post or a hilarious tweet? Tell the rest of the community about it by voting it up or down. Behind the scenes, our popularity algorithm will make sure it rises to the top of the list.
-
Comment
When a simple up-or-down vote isn't enough, voice your opinions in a comment. Or check out what others are saying about something you posted or tweeted.
September
-
AVG function
declare @test table ( d1 int ) insert into @test values ( 5 ) insert into @test values ( 15 ) insert into @test values ( 0 ) insert into @test values ( 5 ) select AVG(d1) from @test Choose your answer: 6 8 6.25
-
Stored Procedures Versus LINQ to SQL for Dynamic WHERE Clauses « John Opincar’s Blue Corner
Now let’s see the manually-generated in C# version which is just a translation of the T-SQL code above into C#. For demo
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.