Forum Replies Created

Viewing 15 posts - 4,696 through 4,710 (of 9,241 total)

  • RE: Suspend log shipping restore for full backup on standby

    Indianrock (6/3/2009)


    You can't run a backup on a log-shipping standby database normally because it's either in no recovery or standby. To reduce the performance hit on our primary server...

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

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

  • RE: Suspend log shipping restore for full backup on standby

    Indianrock (6/4/2009)


    Another DR possibility is stopping the sql service on the log ship standby long enough to copy the data and ldf files elsewhere for attachment. there is a...

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

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

  • RE: Can't remove DB mirroring

    Joie Andrew (10/28/2012)


    On the mirror that you cannot drop (but after it was already removed on the primary), what happens if you issue the following:

    RESTORE <database_name> WITH RECOVERY

    If it succeeds...

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

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

  • RE: Can't remove DB mirroring

    I've recreated this under 2012 and the only way i could remove the broken mirrored db was to stop the SQL Server service and delete the db disk files then...

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

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

  • RE: The one resource a DBA needs to transition to SQL Server 2012

    The product itself coupled with books online

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

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

  • RE: Can't remove DB mirroring

    you should be able to remove the database using

    DROP DATABASE yourdb

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

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

  • RE: How's this for a Job Description

    Brandie Tarvin (10/26/2012)


    Supply their own equipment? I mean, phones I get. But laptops?

    This is quite common for contract staff

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

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

  • RE: Can't remove DB mirroring

    so what is the current state of the principal is it still connected?

    Post the results of the following please against the principal instance

    select * from sys.database_mirroring

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

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

  • RE: Can't remove DB mirroring

    w8buch 88800 (10/26/2012)


    Sooo, I tried to disable db mirroring on the mirror using ALTER DATABASE db SET PARTNER OFF;, which completed successfully, but the DB STILL remained in a mirrored-configuration.

    It...

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

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

  • RE: Possible to list Tables SP with Roles and Permissions

    n00bDBA (10/26/2012)


    Hi all,

    Is it possible to list out all the tables/SP in a database and if a role has a GRANT on it what it allows...

    I cant find...

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

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

  • RE: How's this for a Job Description

    I saw an advert for a contract here in the UK only last week and the agency stated

    Must have 5+ years experience on SQL Server 2008 R2

    Now, remind me, what...

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

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

  • RE: Can i create an initial snapshot in transactional replication with Standard edition

    Elizabeth.Block (10/25/2012)


    Thank you both for your replies! I thought that database snapshots might be the same as the snapshots used for replication but wasn't sure.

    You're welcome. I guessed that's...

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

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

  • RE: Mirroring + log shipping together: log shipping breaks after fail over

    There is a recovery path that has occurred but not been synchronised by log shipping. What does the following return when run against the new mirror principal instance and the...

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

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

  • RE: Shrinking Transaction Log File "the right way"

    distas (10/25/2012)


    Unfortunately, the rest of the comments made by other participants were just useless buzz, worse than they claimed my article to be. Nice, old, lame teenage-kind of attitude. Keep...

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

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

  • RE: mirroing - Restoring

    arkiboys (10/25/2012)


    I can script the job in production.

    In the script, I see the name for the production server.

    On running this script in the mdr (mirrored server), do I change the...

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

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

Viewing 15 posts - 4,696 through 4,710 (of 9,241 total)