How to Handle NULL value in SQL server 2005


Saturday, August 22, 2009

To handle NULL value in the sqlserver 2005

By using ISNull function you can handle null value .

SELECT @BeginDate = ISNull(@BeginDate, '1900-01-01')



Hope this post will help you,
Rajesh Singh
ASP.Net Developer
Indianic Infotech ltd (India)
rajesh@indianic.com

No comments :