dbTalk Databases Forums  

SQL 2005 Management Studio Missing Drives

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SQL 2005 Management Studio Missing Drives in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
elpepe
 
Posts: n/a

Default SQL 2005 Management Studio Missing Drives - 09-05-2009 , 06:57 AM






I am in SQL 2005 Management Studio under account that is an administrator on
the Windows 2003 R2 server.

I can't see my local H: & T: drives when I attempt to do backups or restores.

How can I make them available for use in Management Studio?

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL 2005 Management Studio Missing Drives - 09-05-2009 , 07:10 AM






elpepe (elpepe (AT) discussions (DOT) microsoft.com) writes:
Quote:
I am in SQL 2005 Management Studio under account that is an
administrator on the Windows 2003 R2 server.

I can't see my local H: & T: drives when I attempt to do backups or
restores.

How can I make them available for use in Management Studio?
Are you running SSMS on the same machine as SQL Server is running on?
SQL Server will only see the disks on the machine it runs from.

Furthermore are H and T actually local disks, or are they mapped network
devices? In such case you need to use UNC names, as the mapping is on
session level.

Is this a cluster?

What is the service account for SQL Server? If it's LocalSystem,
NetworkService or some such, change to a regular domain account.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
elpepe
 
Posts: n/a

Default Re: SQL 2005 Management Studio Missing Drives - 09-05-2009 , 07:33 AM



Erland -- thanks for your quick reply

This is a cluster and the problem was that the drives were in different
groups. I brought them into the same group as SQL server and created them as
dependencies for the SQL server.

I can see them now -- again thanks for your assistance.

Joe

"Erland Sommarskog" wrote:

Quote:
elpepe (elpepe (AT) discussions (DOT) microsoft.com) writes:
I am in SQL 2005 Management Studio under account that is an
administrator on the Windows 2003 R2 server.

I can't see my local H: & T: drives when I attempt to do backups or
restores.

How can I make them available for use in Management Studio?

Are you running SSMS on the same machine as SQL Server is running on?
SQL Server will only see the disks on the machine it runs from.

Furthermore are H and T actually local disks, or are they mapped network
devices? In such case you need to use UNC names, as the mapping is on
session level.

Is this a cluster?

What is the service account for SQL Server? If it's LocalSystem,
NetworkService or some such, change to a regular domain account.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.