Browse by Tags

Handle ISDATE() with care
24 September 07 07:09 AM | Madhivanan | 2 Comments   
Now-a-days it became common practice for newbies to varchar datatype to store dates. My first advise is to use proper DATETIME datatype. Sometimes it is preferred to use varchar when importing dates from other systems(to avoid any errors if the source Read More...