Forum Replies Created

Viewing 15 posts - 7,411 through 7,425 (of 9,244 total)

  • RE: how to install the default instance on existing node 2

    Launch the sql server 2008 installer on node b and select add node to a sql server failover cluster.

    Step through the wizard and when prompted select the default instance...

  • RE: Why default instance is missing from node b

    hydbadrose (11/12/2010)


    but this is sql 2008 servers. will you follow the same method or through the installer?

    So why have you posted in the SQL Server 2005 forum then???

    No, the install...

  • RE: Why default instance is missing from node b

    To add node b to the default clustered instance go into add\remove programs on the active node and under the currently installed programs click the SQL Server 2005 entry and...

  • RE: SQL Server Not Installed on Passive Node for 2008 Failover Cluster

    you have to launch the installer on the passive node and select the option "add node to a SQL Server failover cluster".

  • RE: Boot.in

    BL Hayes (11/11/2010)


    These were recommended to improve the performance of the SQL server.

    by who?

    I would recommend you change this

    [operating systems]

    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003,

    Standard" /noexecute=optout /fastdetect /execute /nopae /3GB /Userva=2650

    To this

    [operating systems]

    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows...

  • RE: Log and Data placement on a SAN.

    Dave D. (11/11/2010)


    the idea that every node has it's own resource database doesn't sound logical to me.

    It's to allow the removal of updates and service packs.

  • RE: Efficient ways to reset lost sql sa password

    when you install SQL Server 2005 it creates a series of groups on the windows server, these groups are provisioned into the SQL Server instance. Add your windows account to...

  • RE: Boot.in

    BL Hayes (11/9/2010)


    [operating systems]

    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Standard" /noexecute=optout /fastdetect /execute /nopae /3GB /Userva=2650

    The boot.ini setting did not apply on reboot. The boot is wrong........?

    :crazy:

    Why have you added these options?

    /execute /nopae...

  • RE: Clustering Issue

    This is nothing to do with AD. Check your DNS server and more specifically, your reverse lookup zone for that subnet, it'll probably be in there!!

  • RE: Any good references on SQL 2008 Clustering?

    Hi

    sorry, my bad. I had posted the same link twice but have corrected that now. Right click the link and download the file before trying to open!!

  • RE: sql account with connect sql can shutdown sql server

    K. Brian Kelley (11/4/2010)


    Yeah, but it's only a couple of extra clicks and if I was an attacker, I would use what you just said to do exactly that. 🙂

    Sorry,...

  • RE: Any good references on SQL 2008 Clustering?

    That would be something wouldn't it.

    SQL Server is managed in the same way you would manage a normal instance of SQL Server, what changes is the complexity of the...

  • RE: SQL Server 2008 R2 Cluster Installation

    Chris Kitchen (11/4/2010)


    Active/Active/Active/Passive configuration.

    This is a misconception, a cluster is either Active\Active or Active\Passive!

    Chris Kitchen (11/4/2010)


    The bit where I am confused is running setup.exe to "Add Node".

    1.

    Can...

  • RE: sql account with connect sql can shutdown sql server

    K. Brian Kelley (11/4/2010)


    Likely that user is a member of a group that is either a member of the Administrators or Power Users group on the system where SQL Server...

  • RE: Stored Procedure Takes long time on one Server, but quick on another

    Have you tried a recompile of the procedure on the server where it takes time to execute, could be a bad cached plan.

Viewing 15 posts - 7,411 through 7,425 (of 9,244 total)