Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Data Compare Previous Versions
compraring datetime content
New post
I often experience that columns with datatype datetime does not compare correctly. The pattern seems to be that the hh:mm:ss is missed and I get:
date hh:mm:ss vs date 00:00:00
mulmad
August 13, 2009 03:02
-
0
+
Comments
1 comment
Sort by
Date
Votes
The datetime value in the results should be exactly what they are in the database.
Can you run a query in SSMS or Query Analyser to check the datetime columns in that table.
e.g. Select datetime_col from table
Chris Auckland
August 14, 2009 08:55
-
0
+
Add comment
Please
sign in
to leave a comment.
date hh:mm:ss vs date 00:00:00