Viewing 15 posts - 4,291 through 4,305 (of 9,253 total)
Can you supply more info about how the storage is mapped, it seems to be mapped as one large disk group. The group doesn't contain a disk small enough for...
February 19, 2013 at 1:41 am
what do you see under "Available storage" in the Failover Cluster manager snap in?
February 18, 2013 at 9:26 am
EdVassie (2/18/2013)
the best thing is to open a Support Case with Microsoft.
or hire a consultant to troubleshoot the system for you, which would likely be a lot cheaper than calling...
February 18, 2013 at 9:25 am
Can you post a screenshot of what you see?
To check the settings for a log shipped database use the following
against the primary
exec sp_help_log_shipping_primary_database 'primarydb'
against the secondary
exec sp_help_log_shipping_secondary_database 'secondarydb'
February 18, 2013 at 9:18 am
What operating system is the cluster using Windows 2003 or Windows 2008?
February 18, 2013 at 9:07 am
you need to move the folder contents under the folder path that contains the file stream data. Check books online for more info on the alter database command
February 18, 2013 at 8:04 am
why do you want to log ship between 2000 and 2008, do you understand the ramifications of doing this?
February 15, 2013 at 10:04 am
Simha24 (2/15/2013)
I am going to implement log shipping between 2000 (primary ) and 2008 R2 (secondary).
Why???
February 15, 2013 at 9:56 am
MissTippsInOz (2/14/2013)
However I did, and still believe its necessary
The idea is to keep the 2 way configuration in place as the document states.
From the error it sounds like an agent...
February 14, 2013 at 4:17 pm
The link I posted does not tell you to run sp_delete_log_shipping_primary_secondary or sp_delete_log_shipping_primary_database for the role reversal!!
February 14, 2013 at 3:51 pm
balasach82 (2/14/2013)
My database is already populate, its 523gb now.1. Can I create new files in new drive but in Primary filegroup
If the database and its primary filegroup is already at...
February 14, 2013 at 6:07 am
sumith1andonly1 (2/13/2013)
GOT ERROR : "User does not have permission to create database".
Then i tried to enable 'sa' account.but it also...
February 14, 2013 at 2:26 am
MissTippsInOz (2/13/2013)
I'm currently running some DR testing and have failed over a couple of databases to our DR site. Generally the process was:
Tail log backup on ServerA with NORECOVERY
RESTORE...
February 14, 2013 at 2:23 am
No but since the database id may change history would be lost here
February 13, 2013 at 4:21 pm
Jason Shadonix (2/13/2013)
February 13, 2013 at 3:13 pm
Viewing 15 posts - 4,291 through 4,305 (of 9,253 total)