Forum Replies Created

Viewing 15 posts - 7,726 through 7,740 (of 9,241 total)

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    pshaship (8/22/2010)


    As i suspected you are using file share quorum.

    NO. As you see my Quorum configuration says Node Majority.

    :blush: sorry my bad. yes. Was meant to say Node majority

    pshaship (8/22/2010)


    The...

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

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

  • RE: Quorum Conundrum

    if the nodes are close enough then yes, a bit of a crude way but yes. However, your heartbeat network could easily be 2 ports on the network switch that...

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

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

  • RE: Restore System DBs to Another SQL Instance

    Indianrock (8/19/2010)


    Great info!

    the info provided is designed to help re create an environment not upgrade it!

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

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

  • RE: ALTER LOGIN <loginname> ENABLE not working!?!

    Hawkeye_DBA (8/23/2010)


    here's what I normally run: exec sp_change_users_login 'auto_fix', '<user name here>', NULL

    Is this incorrect????

    that would only work when the login already exists on the server. To auto fix...

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

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

  • RE: SQL on VMWare

    rdecker (8/23/2010)


    Perry,

    I spoke to Russel, here's what he did to make you happy πŸ™‚

    ha ha, thank you. And my thanks to Russel too! πŸ˜€

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

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

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    As i suspected you are using file share quorum.

    To recap, these are the quorum models in Windows 2008 clustering

    Node Majorityβ€”There's no file-share witness or disk witness and votes are...

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

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

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    pshaship (8/21/2010)


    I believe, QUORUM will be assigned when add the second node (correct me if we miss anything here)

    no, no , no , no , no. The quorum is present...

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

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

  • RE: Does anybody know "grant permission to multiple users" in sql

    use the following syntax

    GRANT <permission>, <permission>, ... ON OBJECT::dbo.mytable

    TO [user1], [user2], [user3], ..........

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

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

  • RE: SQL on VMWare

    I'm a big fan of HP kit, in my experience it is far more reliable\superior to Dell.

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

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

  • RE: SQL on VMWare

    Personally I would not have Dell in my datacentre!!

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

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

  • RE: ALTER LOGIN <loginname> ENABLE not working!?!

    Derrick Smith (8/20/2010)


    when you try to auto_fix a db user that doesn't have a matching login created on the server. It's not a case of missing parameters as mentioned earlier.

    When...

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

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

  • RE: ALTER LOGIN <loginname> ENABLE not working!?!

    Hmm, did you execute these queries under the context of your problem database?

    The second query returns only the default database user accounts (as you would see in the master or...

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

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

  • RE: SQLIO Question

    you're welcome friend!

    If you're on LinkedIn join my network and maybe recommend me if you can!

    Regards

    Perry

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

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

  • RE: ALTER LOGIN <loginname> ENABLE not working!?!

    could you post the output of the following queries when run against your database

    select distinct sp.name, sp.sid from sys.server_principals sp, sys.database_principals dp

    where sp.type = 'S'

    and not exists (select sid...

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

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

  • RE: Reclaim space after dropping a table

    Using truncateonly will shrink the file to the last used extent

    DBCC SHRINKFILE (LogicalFileName, truncateonly)

    Specifying a size will shrink and re arrange the file to free potentially more space (2GB in...

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

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

Viewing 15 posts - 7,726 through 7,740 (of 9,241 total)