June 1, 2009 at 10:02 am
Hi Apologies if this has already been asked, but how do I get all of my drive letters to appear in sql server management studio > restore database >from device > specify backup > add > locate backup file?
At the moment there is only 1 drive letter in there which is where i installed my sql cluster, there should be 3 other drive letters (2 from my SAN and my c: drive). I have setup a brand new 2 node Windows 2008 x64 Ent Cluster with SQL Server x64 Ent on it and now I would like to restore my database and start testing. I want to split my restored database over 2 drives so database on one drive and logs on another.
thanks for your help.
June 1, 2009 at 10:35 am
Are those drives set up as dependencies in the cluster?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 1, 2009 at 10:48 pm
Hi,
Open CLUSTERADMIN and select SQL Server Resource. If rest of the drives are added in this group then you should be able to see it thru SSMS. So add these rest of the drives in side SQL Server Resource & set its dependency as it is for the one which you are able to see in SSMS.
Regards
GURSETHI
June 1, 2009 at 11:42 pm
I added the data drive, log drive and tempdb drive as dependencies for the sql server instance in Resources(in cluster administrator. note: you need to bring the sql server(instance name) offline before adding the drives as dependencies) but not Backup drive. So I can not view this backup drive in SSMS but I can restore to this backup drive using T-SQL commands in query editor.
my question is it necessary to add the backup drive as a dependies like other drives?????
thanks
June 2, 2009 at 1:03 am
yes very much necessary so that it will also failover to the node incase your sql server is failing over.
June 2, 2009 at 3:30 am
hi thanks for the quick response i just checked and no there not so that is what I will do next. thanks for your post
June 2, 2009 at 4:30 am
thanks everyone for your posts I can see my drives now. I added dependicies to the sql server , sql agent and full text services in other resources and now the drive letters have all appeared
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply