Re: Client for SQL Server 7.0
- From: "Jack Vamvas" <delete_this_bit_jack@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 16:15:26 +0000 (UTC)
How many indexes do you have on this table?
SQL Query Analyzer (comes with SQL 7) is sufficient to run this command.
--
Jack Vamvas
___________________________________
Receive free SQL tips - www.ciquery.com/sqlserver.htm
"aschrage16" <art.schrage@xxxxxxxxx> wrote in message
news:1141139745.303817.76810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Are either of the programs below full featured clients for SQL Server
7.0? I am having difficulty reindexing my database for the first time--
i.e. I get no feedback from the server from a dbcc dbreindex command.
It appears that my syntax is correct:
DBCC DBREINDEX(tablename,'',85)
The statement above returns "OK" (no error), but it executes in 0
seconds and appears to do nothing. I have gotten the same result using
both of the following as a client:
MS Access 2003 (through a project)
Database Fishing Tool (http://daft.sourceforge.net/)
Is it that I don't have the right client or am I missing something
else?
.
- References:
- Client for SQL Server 7.0
- From: aschrage16
- Client for SQL Server 7.0
- Prev by Date: Client for SQL Server 7.0
- Next by Date: Re: Client for SQL Server 7.0
- Previous by thread: Client for SQL Server 7.0
- Next by thread: Re: Client for SQL Server 7.0
- Index(es):
Relevant Pages
|