Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Checking and Indexing
Hi,

Does running the SQL maintenance tools such as indexing and checking while
users are using the database cause problems?

Thanks

Report this thread to moderator Post Follow-up to this message
Old Post
Amir Marathonian
03-31-06 01:27 AM


Re: Checking and Indexing
Any maintenance activity such as DBCC CHECKDB and DBREINDEX will have some
effect due to their resource intensive nature.  But DBCC CHECKDB can be run
while users are accessing the system without stopping normal access to the
tables.  The system may be slower due to the CPU usage of the command but it
will not prevent them altogether.  DBCC DBREINDEX on the other hand will
stop any access to the table it is currently working on. From the time it
starts to reindex anything in that table it takes an exclusive table lock
and holds it until it finish's with that table.

--
Andrew J. Kelly  SQL MVP


"Amir Marathonian" < AmirMarathonian@disc
ussions.microsoft.com> wrote in
message news:193BC0D7-1BF7-415B-8B74- 1FBCBC4C649F@microso
ft.com...
> Hi,
>
> Does running the SQL maintenance tools such as indexing and checking while
> users are using the database cause problems?
>
> Thanks



Report this thread to moderator Post Follow-up to this message
Old Post
Andrew J. Kelly
03-31-06 02:31 PM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server Tools archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 07:34 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006