In this article I will demonstrate how we can ultilise the new feature called table valued parameters in SQL Server 2008. These are great addition to the SQL sever 2008 that allows us to pass multiple rows of data to the stored procedure. In earlier versions we acheived this functionality by converting the data into XML or calling [...]
Archive for May, 2009
Table valued parameters in SQL Server 2008
Posted in SQL Server on May 7, 2009 | Leave a Comment »
When will our policy makers think like this?
Posted in Interesting Stuff on May 1, 2009 | Leave a Comment »
I recently came across an article written by Thomas L. Friedman, a Newyork Times Editor and the author of books like “The World is Flat“ , “The Lexus and the Olive Tree” and “From Beirut to Jerusalem“.
You can read the article here. This article tells about the authors experiences while travelling to a small country called CostaRice. [...]
SQL Server Code Name “Kilimanjaro” and “Project Madison” webcast
Posted in SQL Server on May 1, 2009 | 1 Comment »
The new version of SQL server Code named “Kilimanjaro” is going to release in FY2010. Before that microsoft wants to give a brief introduction of the same. So they have created this webcast. You can download the webcast by registering here. This session will provide you with an sneak preview into the next release of [...]
Response files in C#
Posted in C# on May 1, 2009 | Leave a Comment »
When you write any .NET application it will always add some of the assemblies by default. How will this happen? When I think about the probable answer I thought it might be GAC. But when I googled it I found the answer is completely different. The answer is a response file.
What is a response file [...]