Viewing 6 posts - 1 through 6 (of 6 total)
Hi,you could also try
UPDATE STATISTICS 'tablename'
with FULLSCAN,
ALL
go
Roy
December 2, 2003 at 8:12 am
Hi,
A simpler way too would be to create a table and script the start of a procedure and the end of the procedure , this will notify you how far...
November 26, 2003 at 2:45 am
Hi,
If you running SQL2K, SP3a,
Why not create a maintenace job to backup your database and then remove the backup files older than a certain number of days.
These flat files are...
November 26, 2003 at 2:21 am
I loaded SP3 and experienced performance issues running my apps.When I loaded SP3a it resolved the performance issues.
I agree with selims.
After SP3a load the MDAC patch to be downloaded from...
September 11, 2003 at 1:53 am
quote:
sp3a should be used instead as it fixes sp3 installation & slammer issues
September 11, 2003 at 1:49 am
Cool.
When your syslogs are full run the
DBCC checktable(syslogs)
August 25, 2003 at 3:08 am
Viewing 6 posts - 1 through 6 (of 6 total)