Forum Replies Created

Viewing 15 posts - 4,591 through 4,605 (of 9,244 total)

  • RE: Regarding Cluster Failover

    SQLCrazyCertified (11/20/2012)


    Hi All,

    I was troubleshooting a connectivity issue for a cluster server.

    SQL 2k5 on Windows 2k3.

    Found an instance is down, manually brought back online. However, I am wondering howcome...

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

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

  • RE: Mirroring Strange Behaviour Question

    Commonly a network error, what testing did you perform to ensure the default of 10 secs was sufficient to mitigate potential issues on your network?

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

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

  • RE: Mirroring Strange Behaviour Question

    what is the timeout value you are using for this database?

    select mirroring_connection_timeout from sys.database_mirroring

    where database_id = DB_ID('yourdb')

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

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

  • RE: Need to Install Multi Instance SQL Server on a 2-node A/P Cluster

    Jeetendra (11/19/2012)


    Hi All,

    I am trying to install Multiple instances of SQL Server 2008 R2 on a Windows Cluster in a Active / Passive Mode.

    I have installed the Default Instance of...

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

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

  • RE: Combining AlwaysOn Groups With Failover Cluster Instances

    Dustin W. Jones (11/19/2012)


    is AONode2\CLMaint. Is this node necessary? Is this just another secondary replica?

    That's exactly what it is, a secondary replica.

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

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

  • RE: size of LOB data 41GB smaller after BACKUP/RESTORE

    sqlnyc (11/19/2012)


    The irony here is that we deleted all of those records so that we could save space. But obviously that never happened.....

    The ghost cleanup is a periodic background task....

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

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

  • RE: size of LOB data 41GB smaller after BACKUP/RESTORE

    sqlnyc (11/19/2012)


    Guess I'll have to do some research as to why they're not getting cleaned up in production.

    Sql server version may be the issue, check for any patches that...

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

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

  • RE: size of LOB data 41GB smaller after BACKUP/RESTORE

    sqlnyc (11/19/2012)


    Hi Perry,

    Yes, we have recently deleted a large amount of rows. In fact I was just in touch with Paul Randal about this, and he suggested that it...

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

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

  • RE: size of LOB data 41GB smaller after BACKUP/RESTORE

    Have large amounts of data been dropped on the source database from this table at all.

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

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

  • RE: backup/restore process

    arkiboys (11/19/2012)


    1- if the backup of transaction log is scheduled to run say every 15 minutes then how can I "write to a new file each time with a unique...

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

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

  • RE: SQL SP/CU taking HOURS on Multi-Node Multi-Instance Cluster

    Slipstreaming is performed at install time and can merge an install media with an SP and\or CU on the fly.

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

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

  • RE: size of LOB data 41GB smaller after BACKUP/RESTORE

    can you post the column definitions for the table and the backup script you are using to take the backup on the new server?

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

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

  • RE: backup/restore process

    arkiboys (11/19/2012)


    1-Do you mean to overwrite?

    No, write to a new file each time with a unique name

    arkiboys (11/19/2012)


    2-I am thinking of having t he full backup of the database every...

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

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

  • RE: size of LOB data 41GB smaller after BACKUP/RESTORE

    DBCC UPDATEUSAGE, that'll be the culprit 😉

    Just out of interest, does the backup\restore cross database version?

    I.e. are you restoring from SQL2000 to SQL2008 for instance?

    Do you have the output from...

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

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

  • RE: Mirroring configure HA and DR

    saidapurs (11/19/2012)


    Hi Gila,

    Can it is possible with replication (primary server)?

    Satish

    A simple search of the Microsoft site produces this link

    http://msdn.microsoft.com/en-us/library/ms151799.aspx

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

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

Viewing 15 posts - 4,591 through 4,605 (of 9,244 total)