My posting below was added a few months ago and the supplied link helped me solve the issue I was having. Howver I am now facing the same problem but this time the universe I am designing is over a SQL Server 2000 database.
Does anyone know a nice fix for finding the time difference between two datetime fields for a SQL Server 2000 database?
I’ve tried numerous converts(datetime) commands and datediff() but these dont seem to give me the correct values.