sql server replication:
I have a table being replicated with two columns named "effdate" and
"termdate" which have a datatype which are smalldatetime. The value
for "effdate" is 10/1/2002. The value for "termdate" is 12/31/2078.
On my production server when I query this table it returns the values
"2002-10-01 00:00:00" and "2078-12-31 00:00:00". The replicated table
returns the values "2002-10-01 00:00:00.000" and "2078-12-31
00:00:00.000". When I query for the BINARY_CHECKSUM I get
"-1835532288" and "-10354688" on the production table and "37528" and
"65378" on the replicated table!!
Does anyone have an idea of why this differnce? Any help would be
greatly appreciated.
Kind Regards,
Stephen Rosales, Senior DBA
Schaller Anderson Network of Arizona, LLC