Viewing 15 posts - 811 through 825 (of 2,387 total)
quote:
Its as if newplans are not being recognized in the system but they are enabled and show up in
jobs.
December 9, 2003 at 8:42 am
What multi-threads simultaneous process did you run? Can you be more specific in details?
December 9, 2003 at 7:00 am
I would ask hardware people to check the I/O subsystem again.
December 9, 2003 at 6:55 am
Did you try to connect MSDE instance?
Edited by - allen_cui on 12/08/2003 1:42:01 PM
December 8, 2003 at 1:37 pm
It is trace file with date and time, such as audittrace_20031208144551.trc.
December 8, 2003 at 1:35 pm
I would verify whether C2 auditing is enabled.
December 8, 2003 at 1:03 pm
Try database reverse engineering in Microsoft Visio.
December 8, 2003 at 7:40 am
You have to restore full database backup first and then transaction log backups which created since full database backup in the same sequence.
December 8, 2003 at 7:35 am
Try to backup/truncate the database log and shrink it again.
December 8, 2003 at 7:26 am
Can you post result of sp_configure here?
December 8, 2003 at 7:24 am
alter database pubs remove file pubs_data2. For details, see BOL.
Make sure the file you are going to remove is empty.
November 28, 2003 at 7:05 am
DBCC SQLPERF(LOGSPACE) will tell you how full the log file is.
Run "backup log yourdbname with truncate_only" to see whether the usage decreases.
November 27, 2003 at 7:11 am
First, Set the log file to auto growth.
Try to see whether there are open transactions using 'dbcc opentran', if they are, you need to find out why they are...
November 26, 2003 at 4:03 pm
You need SQL Server Enterprise Edition.
See BOL 'Maximum Capacity Specifications'
November 26, 2003 at 3:47 pm
It should be 16384.
Using AWE Memory
To use AWE memory, you must run the SQL Server 2000 database engine under a Windows 2000 account that has been assigned the Windows 2000...
November 26, 2003 at 3:44 pm
Viewing 15 posts - 811 through 825 (of 2,387 total)