Thanks Gary,
I need to clarify however that this SQL Server was installed on VMware,
which changed significantly from the way they used to install servers - which
was on one physical hard drive.
Now I have master is on F:, some other databases on other drives.
Please let me know if you know anything about VMWare and SQL Server
functioning on it.
Thanks
[quoted text, click to view] "Gary Whitley [MSFT]" wrote:
> Hi Cathy,
>
> You may be able to work around this issue by increasing the timeout setting
> for Enterprise Manager. Select Tools-Options-Advance and increase the
> login timeout setting. By default, it is set to 4 seconds. If you have an
> issue with network latency, this might do the job for you.
>
> Thank you.
>
> Gary Whitley
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
Hi,
I have not personally tested SQL Server in a VMWare configuration.
However, the fact you have the Master database on drive 'F' and your user
databases on another drive letter should be OK. You can specify the
database file locations on any drive letter as long as they are local on
the server. In a virtual machine configuration, the drives are considered
local to the system.
You really have two separate issues at play I believe. If there is a
problem with SQL Server accessing a database file on any drive letter, SQL
will be unable to recover that database and will mark it as suspect. The
connectivity issue should have no relationship to the database drive
location.
Please let me know if this information helps.
Thanks.
Gary
This posting is provided "AS IS" with no warranties, and confers no rights.