Forum Replies Created

Viewing 15 posts - 5,266 through 5,280 (of 9,241 total)

  • RE: Starting SQL services - Best practise

    SQLCrazyCertified (7/23/2012)


    So, I would say best practice is to stop/start SQL from Configuration Manager.

    Or failover cluster manager if it's a clustered instance of SQL Server

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

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

  • RE: 2008 LogShipping - Files deleted before copy

    Ferguson (7/23/2012)


    My DBA brought me a problem that was very surprising. We had a log shipping secondary down for maintenance, and while it was down the retention period of...

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

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

  • RE: Moving LUN's from existing server to new cluster

    Most SAN\NAS technologies will allow you to mask off LUNs from one host and attach to another. However, it may be better to mirror the current LUNs to new LUNs...

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

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

  • RE: DBCC Hangs

    Stamey (7/23/2012)


    I left it to run all weekend and it turns out it only ran 4:41.00. Is CheckDB cumulative, in that whatever it did before is saved and it continues...

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

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

  • RE: Concurrency question

    the only concurrency issue you're likely to get is if someone is updating the table at the time you request the reads

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

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

  • RE: DBO permissions to a user

    Just seen this post but need to clarify.

    There is a difference between the user\schema dbo and the database role Db_Owner.

    A user who is the owner of a database will map...

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

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

  • RE: AlwaysOn Availability Group Restore

    santosh.balaraj (7/23/2012)


    I am writing a program to restore a Database which is part of a AAG group.

    What are you trying to restore, the primary or a replica database?

    santosh.balaraj (7/23/2012)


    The...

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

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

  • RE: Suspect Database

    there's not a lot we can do without the error messages, please provide them as Anthony has advised

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

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

  • RE: AWE Memory and Lock Pages in Memory

    thunderousity (7/23/2012)


    Ah, Yes I've read the original quote again and what you say makes more sense GilaMonster.

    I was reading it incorrectly.

    Thanks I'll set it and monitor it.

    Will 64bit SQL Server...

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

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

  • RE: Adding datafile

    Yes so it does. Apologies for that, been a long day

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

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

  • RE: Adding datafile

    http://www.sqlservercentral.com/articles/Database+Mirroring/72294/[/url]

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

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

  • RE: Adding datafile

    You don't need to break mirroring at all. Pause the mirror and then perform a backup on principal and restore with move to mirror then resume mirroring. It's all in...

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

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

  • RE: DBCC Hangs

    You should only run checkdb once with data_purity on a pre 2005 database to invoke the flag, this is not necessary on 2005 on as the checks are automatically completed.

    Try...

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

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

  • RE: DBCC Hangs

    Has this database ever produced a clean CHECKDB result?

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

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

  • RE: Multi Site Clustering

    dbasql79 (7/20/2012)


    Hi Folks,

    1. Can Multisite clustering work on single node per site? Like Node1 on Site A and Node2 on SiteB provided SAN replication.

    Yes it can.

    dbasql79 (7/20/2012)


    2. Can current working...

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

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

Viewing 15 posts - 5,266 through 5,280 (of 9,241 total)