Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Migrating from ms sql serve with Migration toolkit

Status
Not open for further replies.

ushtabalakh

Programmer
Jun 4, 2007
132
Hey

I have an instance of ms sql server running at this address:

COMPUTER_NAME\SQLEXPRESS

Now when in MySQL Migration toolkit I enter this as hostname, it does not fetch the list of databases.

it says

unknown server host name "COMPUTER_NAME\SQLEXPRESS"

This is the address that sql studio manager uses to connect so it can't be worong but I guess mysql is looking for an ip address and a port.

How can I overcome this issue?
 
Sounds like windows...not my forte, but can you get to \\COMPUTER_NAME\? It could be a sharing or dns problem.

Mark
 
thanks, but that didn't help.
I realize instead of filling those textbox I can enter a jdbc connection string.

Does anyone know how to make a connection string for
server:COMPUTER_NAME\SQLEXPRESS
database:dbname
username:sa
password:sapassword

I'm using ms sql 2005 express.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top