Viewing 5 posts - 1 through 5 (of 5 total)
In select statement You can use
CONVERT(VARCHAR,insert_dt,110)AS CreatedDate
to get the same date format as you expected from following
right('0' + rtrim(month(insert_dt)), 2) + '-' + right('0' + rtrim(day(insert_dt)), 2) + '-' +...
July 28, 2010 at 3:21 am
that was Helpful information.
Thanks all for your time.
July 28, 2010 at 1:32 am
I am halfway done in my task.. It would be helpful if you pass the script..
Thank you very much for everyone who tried to contribute..:-):-)
November 30, 2009 at 3:04 am
Thanks for your time & suggestions.. I already started working by examining each SP seperatly.........
🙂
November 29, 2009 at 10:30 pm
Hi All,
Could anyone please assist me with above scenorio.......:(
November 3, 2009 at 11:37 pm
Viewing 5 posts - 1 through 5 (of 5 total)