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
move Officescan server to new server w/o reconfigure
Outlook 2003 hangs when Selecting Insert file.
Exchange information Store problem on Exchange 2k3 server
Image rollout
Suggestions on strategy using Adobe LiveCycle Designer or another approach???
Structs, Arrays and CF script
amavisd debug
Actionscript: Dynamically create empty movie clip within a scroll pane, attach JPEG to that dynamically created movie clip
HTC Diamaond 2
Txt to HTM convertion