Quic answer plzzzz

  • Any method to perform Database Mirroring? without impacting perfromance??

    ************************************
    Every Dog has a Tail !!!!! :-D

  • Q1)-SQL server wait until a lock release before giving another connection access to the same data, By default how long will sql server wait for the first connection to release the lock.

    Ans: D)- Unlimited

    Q2) - You want to implement the lowest level of granular locking. Which one of the following is most appropriate?

    Ans: D)-Key

    Q3)-You have implemented a pull subscription in your replication strategy. Which server should run the Distribution Agent?

    A)- Subscriber B)- Distributor C)-Publisher D)- All

    No Idea

    Q4)-Which of the following installation types will enable you to avoid installing the Development Tools and support for Full Text searching.

    Ans: C)-Custom

    Q5)-You have decided to implement page level locking. How much data is actually locked by SQL Server when using this mode?

    A)-64K B)-8K C)-16K D)-32K

    No Idea

  • hey did you change the question? what happended?????

  • Database mirroring doesn't impact performance (implemented correctly).

    As for whatever questions were deleted, those look like homework or test questions. How about trying them yourself, you don't learn anything if you're just given the answers.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • GilaMonster (10/16/2012)


    Database mirroring doesn't impact performance (implemented correctly).

    As for whatever questions were deleted, those look like homework or test questions. How about trying them yourself, you don't learn anything if you're just given the answers.

    Yes, Thanks Gila 🙂

    ************************************
    Every Dog has a Tail !!!!! :-D

  • vivekkumar341 (10/16/2012)


    hey did you change the question? what happended?????

    Hey Thanks Vivek, Even i know the answers.. but wanted to verify...

    Anyways for the question

    1) You want to implement the lowest level of granular locking. Which one of the following is most appropriate?

    My Answer - In order to avoid a Lock the table should have appropriate indexes on it which gives good performance for Single user, where as Records lock for Multiple users.

    How do you say KEY?? can u explain about it

    ************************************
    Every Dog has a Tail !!!!! :-D

  • You can't avoid locks, by indexing or otherwise. SQL will always take necessary locks, whether there's one connection using the table or 20.

    Chapter 6: http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply