Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-03-22 : 09:14:07
|
| Tom writes "I am getting the following error message when attempting to expand the database.ERROR 2601 [SQL Server] Attempt to insert duplicate key row in object 'sysusages' with unique key index 'sysusages'This is SQL Server version 6.5.How do I clear this error???Thanks" |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-03-22 : 13:19:04
|
| Check the output of Sysusages and sysdatabases, and see if anything looks peculiar.If you don't see the problem, post the output here.-Chad |
 |
|
|
|
|
|