"Invalid date literal detected" when reading decimal (no replies)
Hi everyone, I'm attempting a migration from MSSQL to MySQL and keep coming across a "Invalid date literal detected" error when reading certain decimal columns. I'm running the following (all...
View ArticleInsert data in MSSQL from MySQL? (no replies)
So I'm currently inserting data into a MySQL table from a form on my Linux-based website. When a customer submits an inquiry through our web form, a new row is added to the specified table in MySQL....
View Articleconnecting MSSQL database using MYSQL workbench (no replies)
Hi Experts, I am using MYSQL Workbench. MySQL Workbench Community (GPL) for Windows version 6.1.4 revision 11773 build 1454 One of my database is on MSSQL server 2005. I want to connect to database on...
View ArticleQuery Translator (2 replies)
Is there a software that will actively translate queries made by my software that is written for MSSQL to queries that MySQL would understand?
View ArticleMigrazione dati (3 replies)
Buongiorno Ho una domanda da sottoporre, attualmente al lavoro utilizziamo un gestionale basato su MS SQL Server 2008, (per motivi di gestionale e altri, attualmente non posso variare questo SQL)....
View Articlemysql database administration basics (1 reply)
I am an experienced Microsoft SQL DBA, i am interested to learn about mysql. Is there any book or e-book which will go through basics of mysql database administration? I am coming from a windows...
View Articledata load (no replies)
Hi I am loading a text file from sql using the command below. LOAD DATA INFILE '//server//folder//arch_order_header.txt' INTO TABLE arch_order_header FIELDS TERMINATED BY ',' LINES TERMINATED BY...
View Articleupload client side data to the MySQL server (1 reply)
Can someone tell me how do i upload the data created in mysql command line client into the Mysql server, I mean, i have created some tables using mysql command line client in my system, it is...
View ArticleTime estimate for a migration? (1 reply)
Hi, I am new to MySQL. We have been developing a .NET application with SQL database. The costs for SQL are too high. Yes, we made a wrong decision there upfront. The app is not live up to now....
View ArticleAuto increment (no replies)
I have a mysql table where in i have a field called patient_id which i do an auto increment and its the primary key !! since this number goes on patient card also simply 1,2 will not be good . Is...
View ArticleMS SQL & MySQL (no replies)
I am good at MS SQL and who can help me with a query or code that can connect data in MS SQL and data in MySQL. Thanks
View ArticleMigrating SQL Server to MySQL problem (no replies)
I have developed a java application that is based on MS SQL Server 2005. Now I am trying to migrate my database to MySQL 5.6 by using “Migration Wizard” tool of MySQL Workbench. The problem is that I...
View ArticleMS Sql to MySQL migration - data transfer issue (5 replies)
Migration from MS sql 2008. workbench 6.3.5 Migration is failing when I am using different characters like (ã). Manual insert in to the table is working. But workbench is not able to convert it...
View ArticleInstalling Adventureworks db on MySql 5.7 (1 reply)
Hi all - Just finished a course on udemy and it was suggested that I continue to practice with the Adventureworks db. I am using Heidisql and have MySql 5.7. Can anyone tell me how to load...
View ArticleScheduling MSSQL Workbench to execute or export on a daily basis to MYSQL (3...
Can we use MSSQL workbench schedule to migrate tables or update tables to MYSQL on a daily basis
View ArticleDatabse QA. (no replies)
How do I check mysql table which is integer type does not have any character value, and if it has then it should shows that value 'False'.
View ArticleSql2005 migration utf8mb4 problem (1 reply)
I really need help for Sql2005 migration problem. MY GOAL: To migrate many Sql2005 DataBases with data to a MySQL version 5.6 using Workbench. Sql2005 DataBases COLLATE is Chinese_PRC_CI_AS. MySQL...
View ArticleSQL Server Migration fails to get schema (1 reply)
Greetings, I've followed instructions for SQL Server Migration using WorkBench. When WorkBench tries to get the schema, it fails. If I enter the database name for Source Database, the logs end up...
View ArticleMigrating from SQL Server 2008 R2 (no replies)
Hi,i'm trying to migrate from SQl Server 2008 R2 but i have this error in the reverse engineer selected schemata File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.7\modules\db_mssql_grt.py",...
View ArticleCannot connect to MS SQL 2005 to begin migration process (1 reply)
Hello, I was hoping someone could help me. I'm attempting to migrate from MS SQL 2005 on a Windows Server 2003 machine to a new server with Centos 6.5 installed. I have MySQL installed, using MySQL...
View Article