Hello,
I am using SQL Server 2000 Enterprise SP2 and when I try to create a new table, it gets created as a system table, not a user table. I am then not able to delete the table: 'You tried to delete one or more system objects. They were not deleted'. The only way to get rid of them is to delete the entire database and restore from yesterday's backup. The new tables I tried to create are called 'Maintenance' and 'test' and both show up as System tables. I guess for now I will try to use them as a User table and see if it works?
I am using SQL Server 2000 Enterprise SP2 and when I try to create a new table, it gets created as a system table, not a user table. I am then not able to delete the table: 'You tried to delete one or more system objects. They were not deleted'. The only way to get rid of them is to delete the entire database and restore from yesterday's backup. The new tables I tried to create are called 'Maintenance' and 'test' and both show up as System tables. I guess for now I will try to use them as a User table and see if it works?