Problem with migrating from SQL Server to MySQL (1 reply)
I've got a problem during migration. To migrate data between SQL Server 2017 and MySQL I use MySQL workbench (version 8.0.12). When script for new tables generation is completed I can find that there...
View ArticleConvert from sql server to MySql (no replies)
Hello all, can someone explain to me what the following line of code means in MS Sql and how i can convert it to MySql. declare @sources nvarchar(4000) = REPLACE(N'insert into #sourceprts select src.*...
View Articlemigration from sql server (no replies)
Hello I'm trying to migrate from SQL server to MySQL with MySql migration tool but it takes over than 30 hours to migrate :/ is there any other solution to do the work faster?!
View ArticleHow to connect my application to MySQL from MS SQL (5 replies)
I am the owner of ManagePro software, I just took over the company in April 2018, currently, the application requires an MSSQL instance to work, I want to use MySQL instead, but the app does not...
View ArticleSQL Server Migration Asistant (SSMA) doesn't recognise MySQL Columns (no...
I am trying to migrate my MySQL DB to MsSQL.However, as you can see in the picture SQL Server Management Assistant cant recognise MySQL table columns. https://ibb.co/HXxKMBx
View ArticleEquivalent collation for SQL_Latin1_General_CP1_CI_AS (no replies)
I'm migrating my MS SQL databases to MySQL. We use SQL_Latin1_General_CP1_CI_AS as database collation. Would like to know equivalent collation in MySQL.
View ArticleMicrosoft SQL Migration Schemas Selection Empty (no replies)
trying to migrate SQLServer to MySQL. There seems to be a problem with migrating remote databases. The SQLServer is on a different server. ODBC works, I can write programs to select and display data....
View Articlemigration 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 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 ArticleMigrating from MySQL to MS SQL (no replies)
I have been tasked with migrating a legacy building monitoring system from MySQL to SQL server. I have tried unsuccessfully many times to use the the Microsoft SQL Server Migration Assistant for...
View ArticlePostgreSQL wildcard search query (no replies)
I am trying to optimize 2 slow SQL queries where the search should go across multiple columns. First query is used to get total number of records to display on the UI. Second query is used to get...
View Articlewhat conftest.py should look like? (1 reply)
How should I configure conftest.py to test my async endpoints in fastapi? With access to the test postgres database. Does anyone have an example? I'm looking at different people's implementations and...
View ArticleMigration from Microsoft SQL Server to MySQL (no replies)
https://medium.com/@henriqueleandro/unlocking-database-freedom-migration-from-microsoft-sql-server-to-mysql-using-generative-ai-288cc7d5c865...
View Article