Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 9,241 total)

  • RE: Transaction Log Sequence Broken....

    Chowdary's (7/11/2014)


    Hi All,

    T.log can not be restored on the secondary Database which is due to that transaction log sequence is broken.in that time what we will check & do .

    Please...

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

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

  • RE: Failed "ALTER DATABASE...REMOVE FILE" leaves sys.database_files missing a file

    very easy to do on a maintenance window and also checks that you still know how to perform this action

    😉

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

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

  • RE: Possible to alter the location of both the MDF and LDF in one go?

    It's one alter command per file when modfying, never been a bother for me

    you're only typing multiple alter statements, not as if it's a hardship 😉

    ALTER DATABASE somedb MODIFY FILE

    What...

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

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

  • RE: Upgrade - SQL Server 2005 Standard SP2 64-bit to SQL Server 2012 Enterprise 64 bit

    nvalia (7/14/2014)


    Hi,

    Current SQL Server Details-

    Microsoft SQL Server 2005 - 9.00.3042.00 (X64) Feb 10 2007 00:59:02 Copyright (c) 1988-2005 Microsoft Corporation Standard Edition (64-bit) on...

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

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

  • RE: Always On troubles

    khott (8/8/2013)


    Ok, I am about at my limit on this. I am trying to set up SQL 2012 Always On. I have tried setting it up with Two Instances on...

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

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

  • RE: Failed "ALTER DATABASE...REMOVE FILE" leaves sys.database_files missing a file

    since a restart of the instance is necessary i would recommend you just remove the file at your next maintenance window. Start the instance single user and remove it.

    Note this...

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

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

  • RE: Failed "ALTER DATABASE...REMOVE FILE" leaves sys.database_files missing a file

    Noam Graizer (7/15/2014)


    I reset the services - not help.

    I can re-do this "alter database ...remove file" and this leaves the rows in the sys.database_files !!!

    OOO !!!

    I don't know what...

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

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

  • RE: Installing named instance on existing cluster

    inevercheckthis2002 (7/11/2014)


    If I install a named instance on an existing cluster, will the named instance need it's own Clsuter Group, with its own cluster resources (like Physical Disks) or can...

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

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

  • RE: Error when backing up to a backup server

    cstrati (7/14/2014)


    The SQL Service account is logged on as "Network Service" instead of a domain network account.

    Am I still able to give it permissions to the backup server somehow?

    Did you...

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

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

  • RE: Moving Master database using command line (Sql Server 2005)

    You can edit the parameters via the registry, take a backup of the keys before you change them

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

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

  • RE: Cluster Failover Cause

    check the cluster events and the windows application logs first

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

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

  • RE: Changed SQL Services Acct - "Cannot Generate SSPI Context"

    TryingToLearn (7/10/2014)


    Giving the Service account 'domain admin' privileges for a brief time allowed the SPN error to correct itself or register properly.

    Thank you

    Exactly what you shouldnt do.

    Either grant the new...

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

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

  • RE: Moving Master database using command line (Sql Server 2005)

    To move master you'll also need to move the resource database too. Move master using the following

    • move the MASTER DB first.
    • edit the SQL server service and change the paths for...

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

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

  • RE: Error when backing up to a backup server

    go onto the remote server and find the backups share. You need to check and set Share permissions then move to the folders security tab and set NTS ACLs too.

    The...

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

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

  • RE: SQL 2012 on Multiple Node FCI

    gwellbrock (7/10/2014)


    The load of the databases require 3 active servers.

    Do you mean you distribute the databases between 3 separate SQL server instances?

    gwellbrock (7/10/2014)


    I understand the negative of the AlwaysON...

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

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

  • Viewing 15 posts - 3,166 through 3,180 (of 9,241 total)