Viewing 2 posts - 1 through 2 (of 2 total)
Works great, just do not forget to remove the space in this line!
EXEC @hr = sp_OASetProperty @iMsg, 'Configuration.fields("http://schemas. microsoft.com/cdo/configuration/smtpserver").Value', 'MailServerName'
September 9, 2004 at 6:47 am
#522287
How about something like:
print Convert( Char(30), GetDate(), 108)
print Convert( Char(30), GetDate(), 109)
See BOL for a complete list with format numbers
December 18, 2003 at 3:09 am
#486890