Viewing 4 posts - 1 through 5 (of 5 total)
Thanks everyone. I really appreciate your help. I look good now.
May 14, 2003 at 7:02 am
quote:
Read this KB for how to remove duplicate records.http://support.microsoft.com/default.aspx?scid=kb;en-us;139444
The article helps if you have...
May 13, 2003 at 2:45 pm
Sorry my table structure is like this:
SavedID (Increment 1, 1)
Userid (int)
MLSNum (int)
DateInserted (Datetime)
The duplicates are userid, mlsnum.
Could you give an example with this column structure. I just want to make...
May 13, 2003 at 2:04 pm
quote:
You have to either clean up your data or add additional unique column such as identity column to create the constraint. Strongly...
May 13, 2003 at 1:22 pm
Viewing 4 posts - 1 through 5 (of 5 total)