Its just simple. Try the following query and it will give you the result.
SELECT REPLACE(convert(varchar(11), getdate(), 109),’ ‘,’/')
Enjoy
Posted in MS Sql Server
Its just simple. Try the following query and it will give you the result.
SELECT REPLACE(convert(varchar(11), getdate(), 109),’ ‘,’/')
Enjoy
Posted in MS Sql Server