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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 rendexing

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-27 : 08:30:22
carl writes "<Del-sol>
DBCC DBREINDEX([dbo.ACTIVITY]) or

dbcc dbreindex ('ACTIVITY','')

can someone tell me if there is a difference with this indexing commands please
<Del-sol> I was under the impression these did the same thing."

paulrandal
Yak with Vast SQL Skills

899 Posts

Posted - 2005-06-27 : 13:27:37
quote:
Originally posted by AskSQLTeam

carl writes "<Del-sol>
DBCC DBREINDEX([dbo.ACTIVITY]) or

dbcc dbreindex ('ACTIVITY','')

can someone tell me if there is a difference with this indexing commands please
<Del-sol> I was under the impression these did the same thing."



They do the same thing except the first one specifically qualifies the table name.

Paul Randal
Dev Lead, Microsoft SQL Server Storage Engine
Go to Top of Page
   

- Advertisement -