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)
 Reindexing tables in SQL server 2000

Author  Topic 

chaitu18
Starting Member

2 Posts

Posted - 2009-01-23 : 11:01:56
Hello Guys,

I am new to this forum, I am using SQL server 2000 as my back end. I have 8 GB of database on my production server. However I am very concern about SQL performance, database takes my site down for several times a day.
Kindly suggest something on how can I overcome from this? Also suggest how can i re index all database tables by using any query or stored procedure.

Thanks in Advance.


sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-01-23 : 11:07:17
Search for it.There are so many posts in this issue.
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-01-23 : 11:09:23
See TARA's Blog. It will do reindex or Defrag on basis of fragmentation level.
Go to Top of Page

mcrowley
Aged Yak Warrior

771 Posts

Posted - 2009-01-23 : 14:18:45
Cross post: http://www.dbforums.com/microsoft-sql-server/1637453-table-reindexing-sql-server-2000-a.html
Go to Top of Page

chaitu18
Starting Member

2 Posts

Posted - 2009-01-24 : 04:39:30
Hello sodeep,

I think TARA's Blog is focusing on SQL server 2005. And i want to know the same process in SQL server 2000. Please post Tara's blog link here.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-01-24 : 11:30:10
Don't use my script for SQL 2000 as it rebuilds all of them regardless if they are fragemented or not. I believe there's a good 2000 defragmenter stored proc on www.sql-server-performance.com, so go search for it.

Once you upgrade to 2005, then yes I'd recommend my script.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -