migration of mysql db to sql db by using bash scripts or power shell (2 replies)
I need to migrate the data from mysql database to sql database with powershell or by using bash scripts.How can be it achieved.
View ArticleConnecting to MS SQL server from MySql database (1 reply)
Hi, One of my applications use MySql database. Now I need to retrieve data from a vendor app which uses MS SQL Server. I need to change some of the stored procedures to connect to the MS SQL Server...
View ArticleHow can I connect my local mysql server 2000 database to my website? (no...
I currently host a mysql server 2000 database locally. I have a desktop application operating with this database. I would like to show some of my data from this database over the internet, using a...
View Articlecross apply (2 replies)
I was a big fan of CROSS APPLY in mssql. I can't find a similar function in MySQL. Any suggestions on how to do the same thing in MySQL?
View ArticleMSSQL to MySQL source selection failure (no replies)
Hello, I've been trying to work through this for about 2 days now, and I've tried everything. I'm trying to get my MSSQL database to migrate to MySQL. I have created a ODBC Data Source using the...
View ArticleTSQL To Maria DB (1 reply)
I am trying to load data from TSQL Into Mysql/Maria DB. I get an automatic warning when trying to create the destination table about manually edit data types for destination table. I looked at the...
View ArticleIssues/Doubts while doing Migration from SQL Server to MySQL DataBase using...
Dear Team, I am trying to explore on Database Migration from SQL server to MySQL . I am facing the following issues can you please clarify . MySQL workbench version : 8.0.23CE SQL server version: 2017...
View ArticleSQL Server 2000 code RRS feed (1 reply)
Hi, My name is Ajay owner of Ridhimanalloys.com my question is Anyone could help me to correct the script on SQL Server 2000? Thanks in advance -------------------- USE [Data_ADM] GO /****** Object:...
View ArticleWorkbench throws error in Data migration with online transfer option (4 replies)
Dear Team, I am facing following issue when database migration happening from SQL server to MySQL with large sets of data . Error: 19:01:55 [INF][ copytable]: Re-enabling triggers for schema 'test'...
View ArticleHow to import data from Microsoft SQL Server to MySQL Database Service (no...
https://blogs.oracle.com/mysql/how-to-import-data-from-microsoft-sql-server-to-mysql-database-service
View ArticleLocal-name() in XML from MSSQL to MySQL (2 replies)
Hi experts, I'm working on migrating some codes from MSSQL to MySQL, but I don't know the equivalent of local-name()in MySQL. The original MSSQL code is as followed: <Attributes> <Map>...
View ArticleBinary_checksum() of MSSQL in MySQL (1 reply)
Is there any function that similar to Binary_checksum() of MSSQL in MySQL? TIA
View Articlecrash when test sql server connection (1 reply)
os : mac monterey 12.3.1(21E258) mysql workbench : 8.0.28 No matter what you set, it crashes immediately when testing sql server connection
View Articlekaprekar number check function not working on T-SQL (2 replies)
Hi! i made an T-SQL Function which checks if a number is a kaprekar number or not. here is the code ``` CREATE FUNCTION [dbo].[kaprekar](@n int) RETURNS bit WITH EXECUTE AS CALLER AS BEGIN DECLARE...
View ArticleMigrate MSSQL Database (10+GB database size) to MySQL community (6 replies)
I'm trying to migrate MSSQL database to MySQL, using Workbench 8.0.29, but it seems it won't migrate all tables' all rows. Few tables have limitation with row size 65,535 and few having billions of...
View ArticleMSSQL Migration MYSQL (1 reply)
Hello, I've been given the task of migrating a large (2TB) MSSQL database to MYSQL, I am total newbie to MYSQL so I was looking for some general tips and advice on how to quickly as possible migrate...
View ArticleConverting MSSQL to MySQL (no replies)
Dear community members, I hope this message finds you all well. I am reaching out to seek your valuable insights and guidance regarding MySQL migration for optimizing website performance. As we strive...
View ArticleDbMssqlRE.getDataSourcesNames (no replies)
an error occurred while retrieving values for options 'dsn' from 'MssqlOdbcDSN'. error calling Python module function DbMssqlRE.getDataSourcesNames. When i migrate the database from MSSqlserver to...
View Articleworkbench migration error (no replies)
HELP! Been working thru this issue for 3 or 4 days and have been going in circles. We are looking at converting our MS Sql database to MySql. I am trying to use the Migration Tool. when I choose...
View Articleerror database (no replies)
Hello Friends, can someone help me, when I enable tcp/ip, it does not open the sql database and gives an error
View Article