Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

How to Decipher sysschedules

$
0
0
SQL 2012 includes the FORMAT function that would have allowed ... LEFT(RIGHT('000000' + CONVERT(VARCHAR(6), @time), 6), 2) + ':' + SUBSTRING(RIGHT('000000' + CONVERT(VARCHAR(6), @time), 6), 3, 2) + ':' + RIGHT('00' + CONVERT(VARCHAR(6), @time), 2)),109),'.

Viewing all articles
Browse latest Browse all 989

Trending Articles