All things Ticketing

It is currently Sun Sep 05, 2010 1:54 pm

All times are UTC - 5 hours [ DST ]


Forum rules


Stick with topics, no ADs /spams!



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Something to remember :)
PostPosted: Fri Jan 04, 2008 1:11 pm 
Offline
Site Admin

Joined: Wed Dec 19, 2007 12:02 pm
Posts: 5
T-sql mm-dd-yy HH:MM formatting
select CONVERT(CHAR(9),GETDATE(),10)+RIGHT(CONVERT(CHAR(19),GETDATE(),100),7)

T-sql mm/dd/yy HH:MM formatting
select CONVERT(CHAR(9),GETDATE(),1)+RIGHT(CONVERT(CHAR(19),GETDATE(),100),7)

T-sql full address
select (Street1+(case len(Street2) when 0 then '' else ','+Street2 end)+', '+City+', '+State+' '+Zip) as Address


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
(C)opyright Ticketmap.com All rights reserved. | Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group