Viewing 15 posts - 391 through 405 (of 507 total)
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...
January 30, 2002 at 6:47 am
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
January 30, 2002 at 6:29 am
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...
January 14, 2002 at 9:54 pm
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...
January 3, 2002 at 12:11 pm
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...
January 3, 2002 at 8:22 am
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...
January 3, 2002 at 6:30 am
You are installing on the active node on the cluster yes?
November 19, 2001 at 3:24 pm
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
November 16, 2001 at 3:41 pm
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
November 12, 2001 at 12:11 pm
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,...
November 12, 2001 at 12:07 pm
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...
November 9, 2001 at 3:09 pm
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...
November 9, 2001 at 2:50 pm
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...
November 9, 2001 at 2:43 pm
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.
November 9, 2001 at 2:14 pm
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...
November 9, 2001 at 8:57 am
Viewing 15 posts - 391 through 405 (of 507 total)