Virtual PC and SQL Server Issue - can't use USB drive as local - Mark Rae |
03-Jun-07 04:49:18
|
I don't believe so...
I don't believe so...
I believe it does...
--
http://www.markrae.net |
 |
| |
Virtual PC and SQL Server Issue - can't use USB drive as local - Sylvain Lafontaine |
03-Jun-07 05:06:23
|
You're right about SQL-Server beeing able to connect only with a local
drive. One possible solution would be to go with VMWare. I think that the
version 5.5 of VMWare offers support for USB 1.1 but that the next version
(6.0) will offer support for USB 2.0. You could also use softwares like USB
over TCP/IP but you will have to pay for these specialised drivers and if I
were you, I would prefer to pay for VMWare 6.0 than to pay for a USB driver
over TCP/IP.
In your case, to overcome the domain limitation and the fact that databases
files are outside of the virtual machine, one possible solution would be to
set up a local instance of SQL-Server inside the VM as a proxy linked to the
external SQL-Server running on the host. Never worked this myself but this
trick is now often used for people willing to communicate from a SQL-Server
client running on 64 bit mode to a server running exclusively in 32 bit mode
(for example, you want to link/access an Access database from SQL-Server).
See for an exemple:
http://gorm-braarvig.blogspot.com/2005/11/access-database-from-sql-200564.html
One other possibility would be to use SVS from Altiris Juice to give you the
possibility of easily switching between multiple versions of your custom
applications directly on your physical machine. Personally, this is the
solution that I would try first in your case.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please) |
 |
| |