• Look at BOL: "datetime values are rounded to increments of .000, .003, or .007 seconds, as shown in the following table."

    If you need that extra precision, look into upgrading to SQL 2008 and using the DATETIME2 and TIME data types.

    DAB