I’m not sure there is an exact match for the format you want. But you can get close with convert() and style 106. Then, replace the spaces:
SELECT replace(convert(NVARCHAR, getdate(), 106), ' ', "https://stackoverflow.com/")
I’m not sure there is an exact match for the format you want. But you can get close with convert() and style 106. Then, replace the spaces:
SELECT replace(convert(NVARCHAR, getdate(), 106), ' ', "https://stackoverflow.com/")