Forum Replies Created

Viewing 15 posts - 4,861 through 4,875 (of 9,244 total)

  • RE: Sensible values for Database Mirroring Monitor Threshold

    Kwisatz78 (10/8/2012)


    Hi all

    As the title suggests I am wondering what other people are using as thresholds for database mirroing. We have a multi-site mirror which is connected by fibre...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Ryder Cup 2012

    I'm still learning at the mo, got myself a nice set of second hand Ping Eye 2 irons and Callaway ERC Fusion woods 🙂

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Changing Locations of DataFile

    runal_jagtap (10/7/2012)


    Hi Perry Whittle,

    Did you goyt any chance to perform this at your end???:-)

    I am still waiting for the approval :w00t:

    Hi, yes my tasks around this have been completed. What...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Need to find user accounts that are running jobs

    The following should help

    SELECT jobs.name,

    jobs.enabled,

    SUSER_SNAME(jobs.owner_sid) as Owner

    FROM msdb.dbo.sysjobs as jobs

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: DBA Interview Questions needed - Serious only please.

    Jeff Moden (10/6/2012)


    and my answer was that I basically interview anyone that applies.

    Jeff Moden (10/7/2012)


    Did you read the other part about usually only getting 6 or 8 candidates or...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: DBA Interview Questions needed - Serious only please.

    Grant Fritchey (10/6/2012)


    For those interested, I'm a film school drop-out. No degree, not a single certification, nothing from an outside accrediting body to validate that I have a clue what...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: DBA Interview Questions needed - Serious only please.

    Jeff Moden (10/6/2012)


    Someone on this thread asked what I looked for on resumes

    i did 😉

    Jeff Moden (10/6/2012)


    and my answer was that I basically interview anyone that applies.

    so you...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What is a read ?

    Yes a read is a page. A logical read may need to initiate a physical read first if the requested page is not in cache.

    more info may be found at...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Steps involved in removing mirrored database

    No, just follow the link

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Problem With Moving MSDB?

    Konuri Dinesh (10/6/2012)


    Hey Pals!

    I moved My MSDB database to another location. after that i tried to start my server but unfortunately it can't 🙁

    i done it by following steps

    step:1

    SELECT ...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What is a read ?

    a logical read is the pages that are read in memory, a physical read is when the page is brought in from disk

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Steps involved in removing mirrored database

    remove mirroring

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Information on SQL Mirroring and Clustering configuration

    yeohbk (10/5/2012)


    Hello everyone,

    Can anyone share with me the information on how to configure SQL Mirroring and MS Clustering for SQL? I need to configure them and it would be...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Question Regarding Backup Policy

    SQLCrazyCertified (10/5/2012)


    Hi All,

    If you have mirroring or logshipping setup as a DR solution......Do you need have a backup policy/plan on top of it?

    Yes you do!

    It sounds like you haven't so...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Adding secondary file in Logshipping

    MysteryJimbo (10/5/2012)


    That's correct if you want minimal overhead but you can manually move files if you have different drives.

    Yes, but if you read the post the user wants to...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 4,861 through 4,875 (of 9,244 total)