Microsoft
Software
Hardware
Network
Question : Sports timing 00:00:00:00 and sql data types
I need to store seconds and hundreths in mssql.
This is to record sports times.
I tried inputting based on my best guess 00:00:23:09 being 23 seconds and 09 hundreths of a second but obviously this doesnt work.
How should I go about doing this as I need to have time so I can rank the results.
Answer : Sports timing 00:00:00:00 and sql data types
assuming your 2 variables are of type varchar so that the .09 is stored as '09' in the @RoundTimeH variable then
convert(datetime,'00:00:'+
@RoundTime
S+'.'+@Rou
ndTimeH,14
)
should work, the & is a boolean operator in SQL.
Random Solutions
Deploying and using Active Sync in a secured (non-admin) environment
how to recover exchange mailboxes from priv1.edb file
where-object does not filter out quilifying values for -notmatch
PHPMAILER: Sending mutiple Emails to different addresses with one instance/connection?
SQL 2005 - deleting zipped backup files
Move 2003 Member Server with Exchange 2003 to different Domain for temporary use
Not able to install Flash Player
How do I Lookup a value on another spreadsheet and then offset from that location?
How to prevent Run Time error 1004, the cell or chart you are trying to change is protected ?
Trying to import media to restore system state using ntbackup