Displaying only MM:SS in SQL Server 2012 Manager -
i having issues getting sql server manager display track length of song correctly, using data type time(7) displaying track length of 04:09 00:04:09.0000000. data type should using?
thank you!
this not question of data type of using right tool.
what oyu care how things formatted in management studio - run own application , can format things there want. management studio general purpose system.
that said, there reason sture sub-second parts? explicitly ask time(7) has resolution of 0.0000001 seconds. maybe shoudl read on data types , ask proper time in table definition?
msdn microsoft has list of data types , leads time to
i assume cabable of reading part , nadjusting table yourself. little hint - store seconds, want time(0).
Comments
Post a Comment