Forum Replies Created

Viewing 15 posts - 91 through 105 (of 230 total)

  • RE: Backup / Restore question

    anyone use this as their Backup plan?

  • RE: CHECKPOINT

    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...

  • RE: CHECKPOINT

    sounds right to me.

    Thanks.

  • RE: CHECKPOINT

    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...

  • RE: CHECKPOINT

    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,...

  • RE: Profiler

    ya all my calls are Stored Procedures.

  • RE: DBCC DROPCLEANBUFFERS

    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...

  • RE: DBCC DROPCLEANBUFFERS

    Why just logical reads?

  • RE: DBCC DROPCLEANBUFFERS

    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.)

  • RE: DBCC DROPCLEANBUFFERS

    So how can I force a Physical Read?

  • RE: DBCC DROPCLEANBUFFERS

    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)....

  • RE: Backup / Restore question

    I haven't had a change to try this yet.

    Any experiences anyone?

  • RE: Dynamic SQL

    how are you testing this?

  • RE: Row Sizes

    I want to find out what size specific rows are. Meaning what amount of data is in there.

  • RE: I/O's

    Andy,

    What is the difference between the stripe set and cluster size?

Viewing 15 posts - 91 through 105 (of 230 total)