Pinal Dave
Member since Dec 11, 2008
- Profile: /members/1601-pinal-dave.htm
- URL: http://blog.sqlauthority.com
- Comments: 4
Recent Blog Comments By Pinal Dave
-
Using CASE Statements In A SQL UPDATE Query
Posted on Jun 26, 2010 at 8:14 AM
CREATE PROC Testing ( @jobnumber NVARCHAR (100), @flag INT ) AS BEGIN UPDATE tablename SET jobnumber=CASE WHEN @flag = 0 THEN @jobnumber ELSE jobnumber END END... read more »
-
Ben Forta At The NYCFUG: ColdFusion Centaur, Bolt, And Flash Tour
Posted on Jun 13, 2009 at 11:56 AM
I dream that once in life time - I will see Ben Forta and Ben Nadel live in action together and I guess, I missed this wonderful opportunity.... read more »
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Feb 24, 2009 at 6:22 AM
This has been long thread and I enjoyed reading it completed. It has been long time since I commented on my friend Ben's blog. I have been busy with so many things. This is really interesting that Ben goes in depth of understanding the subject matter. A year ago, I had done similar performance com... read more »
-
Learning ColdFusion 8: CFThread's VARIABLES Scope Update (Thanks Dan G. Switzer, II)
Posted on Jun 3, 2007 at 7:27 PM
Good notes about ColdFusion 8. I enjoy reading your articles. Keep it up. Pinal Dave... read more »