Viewing 2 posts - 1 through 2 (of 2 total)
DECLARE @STR VARCHAR(255) =' rajneeh
kumar
is
working in technext'
SET @STR = ' ' + @STR
SET @STR = ...
September 16, 2011 at 1:29 am
#1382407
if you are sending this date from the front end(i.e. .net, php) then always send you date in "yyyy-MM-dd" or "yyyy-MMM-dd hh:mm:ss" if you want time also. it will never...
July 7, 2010 at 4:45 am
#1189517