Forum Replies Created

Viewing 15 posts - 7,741 through 7,755 (of 9,244 total)

  • 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" 😉

  • RE: SQLIO Question

    personally i would use the same file size, or maybe just one slightly smaller about 2048 MB minimum. The local controller will not have the overhead of the storage network...

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

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

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

    Hawkeye_DBA (8/20/2010)


    try to run EXEC sp_change_users_login Auto_Fix, 'username'

    that's because you have some parameters missing. if autofixing the database user account you need to supply a password and null for the...

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

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

  • RE: New Drive added to SQL Server 2005 not showing up

    After deploying a clustered SQL Server instance I always check my resource dependencies.

    😎

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

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

  • RE: Do we need to cretae Cluster group for Quorum on Windows server 2008?

    On a Windows 2008 cluster the install will default to an MNS quorum configuration. You have to actually force it to use a disk which is no longer recommended. You...

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

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

  • RE: Steps to be performed after building the Single node cluster on Windows 2008

    Mani

    On the cluster node go into Failover Cluster Manager and at the top of the treeview underneath where it says "failover cluster manager" click on the Windows cluster name.

    The centre...

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

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

  • RE: Steps to be performed after building the Single node cluster on Windows 2008

    Mani-584606 (8/19/2010)


    Could you please provide me the screen shot where the SQL Server 2008 installation gives the option for selecting the Quorum drive?

    It doesnt, the quorum is part of the...

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

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

  • RE: Steps to be performed after building the Single node cluster on Windows 2008

    quorum will be present as part of the cluster deployment.

    Create a DTC clustered application first and then install SQL server

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

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

  • RE: Need SQL memory advice

    SQL_Padre (8/19/2010)


    I am need of some advise. I have a 3 node cluster, 2 Active one Passive. Server boxes have 48GB RAM, each SQL instance Min/Max is set...

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

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

  • RE: couldn't use Lock Pages in SQL 2005 x64 Standard Edition

    onlo (8/18/2010)


    and re-started the service.

    you have to reboot the server, this is an operating system policy which will be forced by a reboot. Service restart has no effect!

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

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

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

    exec sp_change_users_login 'report'

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

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

  • RE: SQLIO Question

    make sure the size of your test file is larger than the SAN cache by at least 2 x

    Param file should be something like

    F:\testfile.dat 2 0x0 4096

    Check the Microsoft document...

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

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

  • RE: create the Resource Group in Windows Server 2008

    you should already have some sort of quorum in force even on the single node cluster.

    Create a clustered DTC application and then install SQL Server failover cluster.

    The necessary groups, IP...

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

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

Viewing 15 posts - 7,741 through 7,755 (of 9,244 total)