CONVERT converts an expression of one data type to another.
Example
select CONVERT(nvarchar(30), GETDATE(), 100)
result
Oct 15 2014 9:54AM
Other examples:
Example
select CONVERT(nvarchar(30), GETDATE(), 100)
result
Oct 15 2014 9:54AM
Other examples:
send failed, exception: javax.mail.MessagingException: Could not connect to SMTP host: , port: 25;
nested exception is: java.net.SocketException: Network is unreachable: connect