michael wrote:
a blank database already has guest and administrator, so in oder to "overwrite" those enable identity insert and delete all records when using DT |
Yep! I just did it this weekend and it's exactly what michael wrote!
You should delete all records from the newly created tables (some of them are created with some records), enable identity insert and follow a logical order! For example, if you delete the records from tblGroup, you should insert the new group records before inserting the users...
This error you got must have occurred because of the default Administrator and Guest accounts...