Viewing 15 posts - 91 through 105 (of 230 total)
Wait a sec.....
BOL:
"Because SQL Server must wait for the disk subsystem to complete I/O to SQL Server log files as each transaction is completed, it is important that the disks...
October 29, 2002 at 11:27 pm
so any data page change never goes from the data buffer cache to disk???
So the changes get written to the log cache, then to the log file on disk, then...
October 29, 2002 at 6:50 pm
So if a data page is pulled into cache and then changes are made to that data page while in cache, that page is considered "dirty". With that same change,...
October 29, 2002 at 3:19 pm
so if a full Table resides in Buffer Cache and the Optimizer does a full table scan for example, the results will be a Logical Read only - and...
October 28, 2002 at 7:58 am
yes. Thats fine then.
What other things should I be looking at here?
(What I am doing is running queries to determine where to place indexes.)
October 27, 2002 at 6:23 pm
Yes that is what I expect to see. However, below is what I am seeing. Now this table has no Primary Key and no Clustered Index on it(for testing purposes)....
October 27, 2002 at 12:23 am
I haven't had a change to try this yet.
Any experiences anyone?
October 24, 2002 at 12:18 pm
I want to find out what size specific rows are. Meaning what amount of data is in there.
October 22, 2002 at 7:09 am
Viewing 15 posts - 91 through 105 (of 230 total)