Table 'Item' already exists.

Error 3010

You tried to create or rename a table with a name that already exists in this database.  Choose another name, and then try the operation again.

In a multiuser database, this error can also occur if you delete a table, another user creates a table with the same name, and then you try to Rollback the deletion of your table.  To restore your table, the other user must first delete or rename the new table.  Then, try the Rollback operation again.