Viewing 15 posts - 2,221 through 2,235 (of 2,494 total)
In a heap, the data and indexes are processed independently.
When you are doing any DML on a heap table, you will get I-Os to any index you use, and then a...
June 29, 2006 at 5:24 am
Apart from the anti-virus and intruder detection software our security people require, we run nothing else on the SQL Server box. ...except for backups, integrity checks, etc. ...and sometimes a...
June 21, 2006 at 7:02 am
I recently did an investigation about SP4, which I have summarised below. In the end we have decided to stick with our SP3 + HF 928 build until next year when we...
June 21, 2006 at 6:29 am
1) Windows Task Manager does not properly report usage of memory above the 4GB line. Your AWE memory usage is not shown in Task Manager. You can track AWE usage by...
June 21, 2006 at 6:19 am
We have had a similar issue on a server that is SAN connected. However all of our I-O errors were in tempdb which uses the only local disks on the...
June 21, 2006 at 6:02 am
I mis-read the original post. On a 8GB box server 2 would have access to 7GB with AWE enabled.
Note that only the database bufferpools can go into AWE memory. All...
June 20, 2006 at 3:52 am
There are a lot of questions here. I can only answer some of them.
If all the servers you want to replicate to will be SAN-attached, you should look at SAN...
June 20, 2006 at 3:26 am
If all else fails, run
UPDATE msdb..sysjobs SET originating_server = @@SERVERNAME
You can now manage the jobs locally
June 20, 2006 at 3:10 am
Server 1 will never use AWE because there is not enough memory on the machine. SQL will have access to 3GB memory due to the /3GB switch. It will do...
June 20, 2006 at 3:07 am
If I understand you correctly, you want to restore an old copy of master but call it something else, such as FRED. If you do this there will be no...
June 20, 2006 at 3:01 am
If you have access to a 'Crash & Burn' server it is worth trying out some of these tricks.
Recently I was asked to get SQL working on a server...
June 19, 2006 at 3:24 am
The problem of a large IN list is not confined to SQL Server. If I was doing this work in DB2 or Oracle I would not want to see an...
June 19, 2006 at 3:14 am
I was going to suggest the same as Nagabhushanam, but I got there second... Anyway, the suggestion given is without doubt the best way to go.
June 16, 2006 at 4:44 am
BACKUP LOG ... WITH TRUNCATE ONLY is doing what it says on the can. Run the backup log process but ONLY truncate the log file.
You need to do a...
June 16, 2006 at 4:39 am
This can be fixed. You need to start SQL with the -T3608 and -f flags, and do the work in Query Analyzer.
1) Start SQL and QA as above
2) Run sp_attach...
June 16, 2006 at 4:31 am
Viewing 15 posts - 2,221 through 2,235 (of 2,494 total)