Feeds:
Posts
Comments

Archive for May, 2009

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 [...]

Read Full Post »

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. [...]

Read Full Post »

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 [...]

Read Full Post »

Response files in C#

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 [...]

Read Full Post »