Tagged Questions
1
vote
3answers
320 views
How to convert a database from SQL Server to MySQL
What we are looking for is a tool that can convert our SQL Server database to MySQL database.
We are not only looking for the data schema migration along with the data. We are also looking for ...
0
votes
1answer
128 views
Convert All mysql Text to ascii form
I have a mysql database that has text stored in it with non encoded special characters.
Example, there is are cells in a table that has text like Texas A&M
I want all of the text in my database ...
0
votes
2answers
390 views
Alter table to change datatype causing very large database file
I am working on a database that is about 6Gb. I need to convert all the non unicode columns to unicode e.g. change all varchar to nvarchar.
I had scripted this using ALTER statements like ALTER ...
0
votes
1answer
398 views
Pervasive 8.x how to access? Where to find
I am working on some data conversion. I asked for files in csv format but client didn't know how to convert and instead handed me a folder with bunch of *.btr files and FIELD.DDF, FILE.DDF, INDEX.DDF ...
1
vote
1answer
2k views
How to convert Apache Derby database to MySQL
I would like to convert an existing Derby database to MySQL.