Forum Replies Created

Viewing 15 posts - 5,071 through 5,085 (of 9,241 total)

  • RE: Log-Shipping Failed

    Follow these steps

    • stop all LS jobs for this database
    • take a differential backup on the primary
    • restore differential to the secondary
    • enable and start LS backup job on primary
    • enable and start LS copy...

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

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

  • RE: Can I install additional sql instances without affecting the existing Production instance while it's being accessed online

    You'll typically install a new instance for a database when there are different security requirements or performance requirements.

    Some applications such as Blackberry ES are best off ring fenced due...

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

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

  • RE: SAN issue

    sierra4 (9/6/2012)


    hello,

    there were SAN issues on the server where E: and F: became unavailable.

    we realized this when the log backups were failing.

    now that the drives are back online this is...

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

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

  • RE: Using High Availability to move to a new server?

    Just out of interet why is hyperv installed, are you hosting VMs on this box too?

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

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

  • RE: preffered node in cluster

    ramyours2003 (9/6/2012)


    what is preffered node in sql cluster ?

    The preferred node setting will attempt to locate the clustered sql instance group on a particular node or nodes. There is also...

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

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

  • RE: Release Total Server Memory in SQL 2008

    sjimmo (9/6/2012)


    Freeing the buffers and cache will make EVERYTHING in SQL Server run slower.

    Not quite everything. When you checkpoint a database and then run DBCC DROPCLEANBUFFERS it will only...

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

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

  • RE: Mirroring Configuration

    ananda.murugesan (9/6/2012)


    Mr. Perry Whittle, one final question

    1. What is the best pratices & procedure restarted both server principal & Mirror? if restart required.

    Depends, are you rebooting both at sametime or...

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

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

  • RE: Release Total Server Memory in SQL 2008

    CHECKPOINT is a per database operation so you may need to run for multiple databases being attempting to free cache

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

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

  • RE: Is it OK to ask salary range before applying?

    It is generally taboo to ask a salary range at first interview, it portrays to the prospective employer you're just in it for the cash. Once at a second interview\offer...

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

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

  • RE: Mirroring Configuration

    To manually fail to the mirror you need to execute

    ALTER DATABASE <database name> SET PARTNER FAILOVER

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

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

  • RE: Release Total Server Memory in SQL 2008

    lower the max memory and then raise it again

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

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

  • RE: Mirroring Configuration

    ananda.murugesan (9/6/2012)


    If changed another domain account2 at sql service account, SQL Engine service will be working then what will happend at Mirroring part for both server? In this cause, Does...

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

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

  • RE: Failover Clustering

    soccer (9/4/2012)


    First thing, I added new server into windows cluster.

    Secondly, I installed SQL on the new server and added the node into the SQL cluster. The logs indicates clear...

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

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

  • RE: backup file size

    You can do, but i don't use it.

    I, and I'm sure many others, create files based on date, much easier to manage.

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

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

  • RE: Combining AlwaysOn Groups With Failover Cluster Instances

    jheim (9/4/2012)


    Good article. Covered the basic configurations that people are "thinking about". Thanks.

    Please do not forget to rate the article if you found it useful

    jheim (9/4/2012)


    To keep the nodes consistent...is...

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

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

  • Viewing 15 posts - 5,071 through 5,085 (of 9,241 total)