Viewing 15 posts - 256 through 270 (of 283 total)
Not sure this is the right forum for SQL 2000 but anyone with adminstrative rights in Windows will have admin rights in SQL Server 2000/2005 by default. You can...
September 16, 2008 at 2:51 am
We had exactly the same problem with a cluster using SAN disks. However only one node showed this behaviour and it happened when high I/O occurred and especially around...
September 16, 2008 at 1:54 am
You have to take one CPU out or disable it at the BIOS level in order to be compliant with the SQL Server licencing. You are able to use...
September 12, 2008 at 10:51 am
When a cluster fails over the servername/ip address remains the same and although any connections to the cluster will have to reconnect after the failover, they just connect as they...
September 10, 2008 at 2:59 pm
Had something that might be similar - the sql resource came up before the disk resources and therefore sql server couldn't find the database files
September 9, 2008 at 3:14 am
Do you mean they failover to the other server? Have a look in the cluster.log, the event viewer and the sql server errorlog. These should show when and...
September 5, 2008 at 5:57 am
We use service accounts which incorporate the server name and they all have different passwords. It does make it more secure as previously mentioned but would suggest ensuring a...
September 4, 2008 at 11:46 am
... and what? Can you still get in via windows authentication? Are you a sysadmin user? You can change the sa password.
September 4, 2008 at 11:22 am
What errors/problems did you have?
The following will do what you want:
Back up the database and restore it with the new name
Detach the database, copy and rename the files and...
September 3, 2008 at 6:33 am
I went on a 2008 launch event and they were pushing CDC as an auditing feature. I thought it was more for capturing intermediate changes to data for data...
August 28, 2008 at 3:44 am
If you only have a full backup you can only restore to that full backup. So if your database dies towards the end of the day you can only...
August 28, 2008 at 3:36 am
Here's some of the processes we went throught to produce a DR plan :
Work out what systems need to be available in the event of a disaster and in which...
August 21, 2008 at 11:07 am
I for one would be interested in your thoughts on this technology after you've had your meeting. We are looking into consolidation as well but haven't got as far...
August 21, 2008 at 10:37 am
I passed the 70-443 exam first time but was worried about doing it. I think the time per question is about right but I would say read the question,...
August 21, 2008 at 6:18 am
From SP1 onwards you don't need to set the trace flag to enable mirroring. The ports are are the endpoints defined on each server.
August 21, 2008 at 5:38 am
Viewing 15 posts - 256 through 270 (of 283 total)