Feeds:
Posts
Comments

Archive for September, 2008

Fun – Wedding In SQL Style

Introduction
Smile please, hey guys I received this query through email from one of my friend. It looks great and funny; I am sharing it with you. Dedicated to all techies
Wedding Sql Query
CREATE PROCEDURE MyMarriage
BrideGroom Male (25),
Bride Female (22)
AS
BEGIN
SELECT Bride FROM India_Brides
WHERE FatherInLaw = ‘Millionaire’
AND Count(Car) > 20   AND HouseStatus=’ThreeStoreyed’
AND BrideEduStatus IN (B.TECH ,BE [...]

Read Full Post »

Step by step installation of Microsoft SQL server 2008.
read more | digg story

Read Full Post »

ASP.NET – Connecting asp.net to mysql database

This article wil tell you how to create a sample database in mysql and how to connect that database to an ASP.NET application……
read more | digg story

Read Full Post »