M
mttc
have a 3 int varibles: y,m,d
how get Date from them?
this is the only way?
convert(smalldatetime,convert(varchar(4),@y) + '-' + convert(varchar(2),@m)
+
'-' + convert(varchar(2),@d))
how get Date from them?
this is the only way?
convert(smalldatetime,convert(varchar(4),@y) + '-' + convert(varchar(2),@m)
+
'-' + convert(varchar(2),@d))