Forum Replies Created

Viewing 15 posts - 196 through 210 (of 338 total)

  • RE: Is this true?

    hi, sachin nandawar!!!

    i'm sorry, the time that i stay without post!! I was having problems with my work!

    with relation the book - SQL Server 2008 Internals, this link: http://www.amazon.com/Microsoft%C2%AE-SQL-Server%C2%AE-2008-Internals/dp/0735626243 you...

  • RE: Is this true?

    Shawn Melton (6/9/2011)


    It is a good book to use for the exercises and practice exam. If you plan on taking both 70-432 and 70-450, there is not book out there...

  • RE: Is this true?

    Shawn Melton (6/8/2011)


    Sachin Nandanwar (6/7/2011)


    The book is Microsoft Published MCTS Self-Paced Training Kit(Exam 70-432) Chapter 9, page no 213, 3rd line from the top.

    That book is covered with errors and...

  • RE: Is this true?

    rfr.ferrari (6/8/2011)


    DML = Data Manipulation Language, is is how we do the data manipulation, for example: insert, update, delete ...! it's recorded in transation log!!!

    Yes I understand that.

    But just wanted...

  • RE: Is this true?

    rfr.ferrari (6/8/2011)


    the LSN = Log Sequence Number, then to each transaction is generated one LSN !!!

    Correct me if I am wrong but I believe that LSN is generated for...

  • RE: Is this true?

    The book is Microsoft Published MCTS Self-Paced Training Kit(Exam 70-432) Chapter 9, page no 213, 3rd line from the top.

  • RE: MEM usage is high

    Also set the MIN memory value and the option Lock Pages in Memory ON.This will make sure that sqlserver wont flush the memory to the OS

    in case of memory pressure...

  • RE: Shrink Database in Simple Recovery Mode

    GilaMonster (3/28/2011)


    Sachin Nandanwar (3/28/2011)


    Truncation is the process of marking the inactive VLF's as active

    marking active VLFs as inactive.

    Yes sorry.Will update it.

  • RE: Shrink Database in Simple Recovery Mode

    So to conclude(Hopefully;-)) the discussion we had till now we covered two importants points.

    1)Truncation and the Shrinking of log files and the cookie analogy.

    The difference is

    Truncation is the process of...

  • RE: Shrink Database in Simple Recovery Mode

    Hey Gail,

    Thanks for such a nice explaination.

    If my understanding is correct when a rollbacks happens and also a checkpoint in middle of an inflight transaction there will be basically 2...

  • RE: Shrink Database in Simple Recovery Mode

    Checkpoint writes the changed pages to disk. It does not flush the data cache...

    Again now what does that mean and what exactly happens? Damn this is getting more and more...

  • RE: Shrink Database in Simple Recovery Mode

    The rollback changes the data pages in memory to their original values. A later checkpoint will flush them to disk again.

    This is where I am getting confused.Just consider the scenario...

  • RE: Shrink Database in Simple Recovery Mode

    Wayne,

    Surely I will view the videos. Due to limited access I am unable to do it right now in my office 🙁

    But just one last confusion if you can clear...

  • RE: Shrink Database in Simple Recovery Mode

    Wayne now your explanation is exactly SPOT ON.Now the whole process has become crystal clear to me just like the cookie analogy Brandie had posted earlier.

    Thanks to you Wayne and...

  • RE: Shrink Database in Simple Recovery Mode

    The only unbreakable rule is log before data.

    It writes the log records to disk at the point the transaction is committed (or sometimes before)

    Does it hold true for a checkpoint...

Viewing 15 posts - 196 through 210 (of 338 total)