Viewing 15 posts - 871 through 885 (of 1,536 total)
I would change the ASP to connect using the IP address rather than using the DNS name (presuming that's how it's set up) and use SQL Auth if you are...
March 1, 2005 at 7:38 am
In real world scenarios with clusters pretty much the only occassion I've seen a cluster failover automatically was when one of the nodes crashed due to a hardware fault.
Other than...
March 1, 2005 at 7:34 am
A better course of action would probably be to change the DSN.
February 28, 2005 at 5:43 am
Basically, as the SQL service account that you are using is not a domain admin and does not have sufficient priveledge to register itself correctly in active directory. Using the...
February 4, 2005 at 5:53 am
Or you could DTS the data in at intervals.
February 3, 2005 at 1:23 pm
I would use setspn to resolve the problem, it's one less thing that you have to concern yourself with from that point on (and the fix only takes a matter...
February 3, 2005 at 1:18 pm
You would need to make sure that the login you are using has access to the database and table that you would be updating when the trigger fires.
February 2, 2005 at 6:23 am
Do you need to change the signatures?
If you have basic disks I am not sure that there is a guid type disk signature written that windows needs to understand.
February 2, 2005 at 6:22 am
Just a quick note, this will give you all the commands that you need to run, you can then remove any databases that you don't want to change the recovery...
February 1, 2005 at 1:36 pm
Was the target server shut down also?
February 1, 2005 at 12:42 pm
Did you shut down the servers involved prior to making the disk changes?
Given that the cluster service keeps a track of whats going on, I wonder if having the servers...
February 1, 2005 at 12:21 pm
What about create a new table, insert the relevant records into the new table, stopping at (for arguments sake) 8am today.
Rename the current table to old and the new table...
February 1, 2005 at 12:17 pm
Does that user have permissions to create a view in the database?
February 1, 2005 at 12:15 pm
You have to bear in mind that an outer join will return every record from the left table, whether there is a matching record in the right table or not....
February 1, 2005 at 11:25 am
Have you run execution plans for the procs that are causing the problems to see if there are any glaring problems like table scans etc?
February 1, 2005 at 9:47 am
Viewing 15 posts - 871 through 885 (of 1,536 total)