Archive for September 10th, 2008
SQL For Programmers – Stored Procedures (Better than LINQ)
[Don't start the flames until you read the entire post
. ]
While we could go on with the various syntax elements in a SELECT statement, I doubt that it would be as helpful as the items we’ve already covered. Most of what I use on a day to day basis is some combination of what I’ve shown already.
Where SQL really starts getting fun though, is with stored procedures.
But why use Stored Procedures at all?
Other Related Items:
Pro ASP.NET MVC FrameworkSteven Sanderson has seen the ASP.NET MVC framework mature from the start, so his experience, combined with comprehensive coverage of all the new f... Read More >
Beginning ASP.NET 3.5: In C# and VB (Programmer to Programmer)This book is for anyone who wants to learn how to build rich and interactive web sites that run on the Microsoft platform. With the knowledge you gain... Read More >
If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!


