Re: Migrate from SQL Server 2000 using Workbench
Hi Paul,
You have right - there is already bug reported:
http://bugs.mysql.com/bug.php?id=82069, so feel free to leave a comment below
As workaround you can change line:
query_pre_90 = 'SELECT name FROM master.dbo.sysdatabases'
to:
query_pre_90 = 'SELECT name FROM sys.databases'
Regards,
--
Milosz Bodzek
MySQL Developer Tools
Subject
Written By
Posted
Re: Migrate from SQL Server 2000 using Workbench
July 06, 2016 05:41AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.