July 25, 2017 at 11:07 am
Hi,
I want to create my maintenance script and the corresponding data entry to a MYSQL Database. Is there any tool which converts the data type and other script to load properly to MS SQL? Pl suggest
Thanks.
July 25, 2017 at 12:17 pm
SQL-DBA-01 - Tuesday, July 25, 2017 11:07 AMHi,I want to create my maintenance script and the corresponding data entry to a MYSQL Database. Is there any tool which converts the data type and other script to load properly to MS SQL? Pl suggest
You are converting to MySQL, but you want it to load in MS SQL – you seem to be going in two directions here. What does your 'maintenance script' maintain?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
July 25, 2017 at 12:22 pm
Want to convert SQL Server Scripts (functions, procs, triggers and related scripts) from MS SQL DB to MYSQL. These scripts are used for general DB maintenance purposes , say checkdb integrity, bkp/restore/ rebuild index/stats and so on.
Thanks.
July 25, 2017 at 12:28 pm
SQL-DBA-01 - Tuesday, July 25, 2017 12:22 PMWant to convert SQL Server Scripts (functions, procs, triggers and related scripts) from MS SQL DB to MYSQL. These scripts are used for general DB maintenance purposes , say checkdb integrity, bkp/restore/ rebuild index/stats and so on.
Not that I know of. Perhaps you could try raising this on a MySQL forum.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
July 25, 2017 at 1:42 pm
tables and views are easyto convert, but procedures that do stuff meta-data wise will require a complete re-write.
checkdb? kind of equivalents are CHECK TABLE , REPAIR TABLE , ANALYZE TABLE
reindex? backup and reswtore, similar enough that maybe you could find/replace, ior use as is, but there's a learning curve in there for sure.
Lowell
July 28, 2017 at 6:56 pm
I am in the middle of something similar with an app I am building. Your maintenance on SQL Server will not be handled the same on MySQL...SSC guru mentions this. Concepts will be similar, but implementation will be different.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply