Forum Replies Created

Viewing 15 posts - 391 through 405 (of 507 total)

  • RE: A/A Question

    It shouldn't effect you at all. The cluster simply rolls another seprate instance of SQL onto the current up node if there is a failure. I haven't seen any problems...

  • RE: A/A Question

    The fact it is A/A shouldn't effect the way the extSP works. Do you have a specific problem with a extSP on an A/A cluster?

    Wes

  • RE: Clustering problem

    So, You are saying the server failover is fine but your apps don't see the failover? I would check that you can connect to the passive node after the failover...

  • RE: BY PASSING SA

    I agree about the logging in as a LOCAL admin to the box if you can. I've had issues on non mixed mode machines where my account was a domain...

  • RE: Active/Passive Configuration

    You don't install the second instance of SQL on the passive node. The only book I have found on SQL clustering is in the sql server 2000 resource kit from...

  • RE: Cheapest RAID solution?

    If you want to setup a cheap home raid go with a promise SuperTrak100 controller. It is one of the very few IDE controllers to support raid 5. Next find...

  • RE: Specifying an Active/Passive setup

    You are installing on the active node on the cluster yes?

  • RE: SQL Mail in a cluster?

    The only thing you need to worry about is making sure the domain account you are using is the same on both machines active/passive active/active doesn't come into play.

    wes

  • RE: Keeping the production db up to date with the dev

    That was a big problem at my last job. Dev team would write the update or load scripts I'd have do dang near re-write them anyway.

    Wes

  • RE: ASP forms & SQL syntax error

    function SQLparse(s)

    '*********************************************

    '* This just does a charater replacement on my

    '* insert and update sections

    '* so I don't blow up the database.

    '*********************************************

    dim tmp

    tmp = s

    tmp = replace(tmp, "’", "'")

    tmp = replace(tmp,...

  • RE: SQL Server Perfect Configuration

    Only that compaq is still SCSI at the backplane. They say it only makes like 100th of a second diffrence I don't know about that. I have setup a compaq...

  • RE: SQL Server Perfect Configuration

    We have a T3 san device from SUN up and running now. It is impressive. The new stuff comming from HP and EMC look REALLY nice. With the new switching...

  • RE: SQL Server Perfect Configuration

    At some point you are going to run out of bandwith on the raid controler with two many drives. Thats why SAN is so attractive you can fill the bus...

  • RE: SQL Server Perfect Configuration

    So what are your thoughts about two 0+1 raid arrays. One for data and one for log files. Access times should scream if they are all 15k drives.

  • RE: SQL Server Perfect Configuration

    without knowing the front end application or number of concurrent users/max users ect ect what you ask cannot be maped out. In general two servers in an active/passive mode attached...

Viewing 15 posts - 391 through 405 (of 507 total)