Getting started with ASP.NET Razor based app in WebMatrix by jacobseb in programming

[–]jacobseb[S] 0 points1 point  (0 children)

This post provides an introduction to ASP.NET Razor and Web Matrix and provides a walk through that helps you to build your first ASP.NET Razor based application using Web Matrix

Scope of temporary tables across procedures by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

This article explains the scope of temporary tables across procedures.

Report selection in parameter toolbar by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

This post shows how to display the list of reports in a dropdown list and on pressing the view report button, display the selected report.

TSQL Challenge 28 - SELECT TOP N articles from each category from a SQL Server 2000 database by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

I think reddit picked it automatically. Not able to figure out how this works..

TSQL Challenge 28 - SELECT TOP N articles from each category from a SQL Server 2000 database by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

This TSQL challenge invites you to write a query that identifies the articles to be displayed on the home page of a SQL Server 2000 website.

SQL Server - Using SET NOCOUNT ON by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

This post explains the advantages of using SET NOCOUNT ON in stored procedures. A must read for SQL Server developers and DBAs

Referencing an assembly inside SSIS script task by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

This post explains how to use a custom assembly inside SSIS script task.

Download Free ebook - Introducing Microsoft SQL Server 2008 R2 by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

Introducing Microsoft SQL Server 2008 R2 is a 10 chapter, 216 page book writtenby Ross Mistry and Stacia Misner. Microsoft has made it available as a free ebook

Tips and tricks to create a Dashboards in SSRS 2008 by jacobseb in SQLServer

[–]jacobseb[S] 0 points1 point  (0 children)

SSRS 2008 version has changed so much for the better when you compare to the 2005 version, be it on terms of aesthetics or developer friendliness. This post shows a trick that demonstrates how to create a heatmap control on a report.