Viewing 15 posts - 46 through 60 (of 175 total)
Thanks Wanderer, after some adds I'll use it
May 23, 2005 at 7:46 am
Well, these 2300 indexes exists on a server, not on one db I've overdone a little; this server holds one real DB and its...
May 23, 2005 at 6:54 am
One question: How to drop all USER defined indexes from database at once? There are about 2300 of them
Thanks in advance
May 23, 2005 at 5:55 am
Yes, quite simple way. I'll use it next time. Now I've allready fixed that
Thanks
May 17, 2005 at 5:37 am
May 17, 2005 at 2:50 am
Not sure did I correctly understand, but there are some procs:
sp_help
sp_depends
May 17, 2005 at 1:04 am
Yes Chris, you are. The lazywriter starts to do his job (clean inactive pages) when the SQL server takes the maximum possible memory and...
May 12, 2005 at 3:42 am
Ups, sorry. Not DBCC MEMUSAGE but DBCC MEMORYSTATUS. 99% comes from one monitoring tool called Spotlight. It shows many general SQL Server parameters and couple of them are SQL...
May 11, 2005 at 11:18 pm
Yes Chris, you are absolutelly right about what do I mean. I think that RAID there isn't that factor to which we should pay attention.
After running some tools like...
May 11, 2005 at 7:26 am
Standart. But does it have any relations with the buffer cache?
May 11, 2005 at 4:56 am
The disks are mirrored... Have you any idea?
May 11, 2005 at 4:31 am
Well it becomes better because when our buffer cache becomes full, the server uses physical disk I/O instead of logical I/O. It reads data from disk not from cache.
But...
May 11, 2005 at 3:25 am
Thanks Chris. I know this DBCC statment, but as you said, it flushes all pages even those which are not aged.
On one of the our production servers the buffer...
May 11, 2005 at 1:59 am
What did you had on your mind: "We tried rebuilding the databases for the required collations.."? If you want to change db collation you don't need to restore it. You can simply run...
May 11, 2005 at 12:59 am
Viewing 15 posts - 46 through 60 (of 175 total)