Forum Replies Created

Viewing 15 posts - 4,141 through 4,155 (of 9,241 total)

  • RE: Adding Report Services to existing passive cluster node

    george sibbald (4/27/2013)


    could you expand on that perry?

    You run setup with the skip validation rules parameter. Search google you'll find it.

    I generally wouldn't recommend it though as using skip...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: AlwaysOn: automatically add new databases to SQL 2012 AlwaysOn by script/T-SQL or PowerShell

    AllenValk66 (4/26/2013)


    If you run this script manually in SSMS, be sure to run the command β€œDROP TABLE dbo.#dbs” first, otherwise it won’t run manually in SSMS.[/Quote]

    the temporary table should be...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: huge log file

    zi (4/26/2013)


    (you may have to run a checkpoint or two before the log rolls over to the free space to allow shrinking) will work,

    how to run a checkpoint?

    Thanks

    use [yourdb]

    GO

    checkpoint

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Adding Report Services to existing passive cluster node

    Larry Kruse (4/24/2013)


    I have a clustered SQL Server 2008 R2 setup.

    Node01 = runs an instance of Report Services pointing at a production report services database on the cluster.

    Node02...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Installing SP AND CU on Cluster

    something i've never tried actually, but i would follow this

    dan-572483 (4/25/2013)


    1) Install SP on the passive node

    2) Failover

    3) Install SP on the other node.

    4) Failover

    5) Install CU on the 1st...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: dbo user in the database has a domain login account

    A user maps to dbo when they are the owner of the database. Open the database properties and check\change the account who owns it.

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: db mirroring error 1456

    Have you created a database mirroring endpoint on the witness and granted the appropriate account connect permission?

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: DBmirroring state change SQL job

    Use the appropriate escape macro, if you dont need to escape any quote marks then the following will apply

    INSERT INTO dbo.[DB Mirroring State Changes] (

    ...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Restoring System Databases

    You could check the history tables see if they have recent events logged

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Restoring System Databases

    mJai (4/26/2013)


    Anything else?

    Yes enable service broker on the database, it's detailed in books online.

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Restoring System Databases

    You had service broker enabled before, you'll need to re enable it again. Ideally you should restoring your current backups of your system databases to retrieve the previous configuration.

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Slow Disc Access on Single Cluster Node

    Firstly I would start with the ESX hosts, check the HBA types and settings

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Ownership of cluster disk 'Cluster Disk xxx has been unexpectedly lost by this node.

    sql-lover (4/24/2013)


    It has been very difficult to explain and support my arguments though. I've been questioned a lot (knowing this by experience) and it is really FRUSTRATING! πŸ™

    point them to...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Ownership of cluster disk 'Cluster Disk xxx has been unexpectedly lost by this node.

    sql-lover (4/24/2013)


    The MCS policy was set to "round robin".

    You use either MPIO or MCS not both, so, are you using MCS or MPIO?

    MCS is specific to the Microsoft iSCSI Initiator...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Ownership of cluster disk 'Cluster Disk xxx has been unexpectedly lost by this node.

    sql-lover (4/23/2013)


    Hi Perry,

    The shared storage is a Dell Compellent SC8000 SAN, connected via iSCSI / MPIO to both nodes. The Windows Cluster runs on Win2008R2 SP1. MS-SQL runs SQL2012 Standard.

    I'm...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 15 posts - 4,141 through 4,155 (of 9,241 total)