Forum Replies Created

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

  • RE: huge log file

    Jeffrey Williams 3188 (4/29/2013)


    switch recovery model back to full - take a full backup - and restart your transaction log backups.

    Taking a diff backup instead of a full maybe quicker...

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

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

  • RE: huge log file

    Surely you mean πŸ˜‰

    Steve JP (4/27/2013)


    1)switch to simple recovery

    2)backup database

    3)checkpoint database

    4)shrink log

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

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

  • RE: Installing SP AND CU on Cluster

    You can apply an SP and CU when slipstreaming an install, but the PCUSource and CUSource parameters do not apply to straight SP or CU installs.

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

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

  • 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" πŸ˜‰

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