Click here to Skip to main content
15,888,286 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to get rows having sum equal to given value Pin
konduc9-Jun-11 3:16
konduc9-Jun-11 3:16 
GeneralRe: How to get rows having sum equal to given value Pin
Luc Pattyn9-Jun-11 3:34
sitebuilderLuc Pattyn9-Jun-11 3:34 
GeneralRe: How to get rows having sum equal to given value Pin
Hum Dum9-Jun-11 13:27
Hum Dum9-Jun-11 13:27 
AnswerRe: How to get rows having sum equal to given value Pin
Luc Pattyn9-Jun-11 13:33
sitebuilderLuc Pattyn9-Jun-11 13:33 
QuestionConvert MSSQL database to MySQL database Pin
sarang_k8-Jun-11 17:59
sarang_k8-Jun-11 17:59 
AnswerRe: Convert MSSQL database to MySQL database Pin
David Skelly8-Jun-11 22:36
David Skelly8-Jun-11 22:36 
AnswerRe: Convert MSSQL database to MySQL database Pin
Shameel9-Jun-11 1:04
professionalShameel9-Jun-11 1:04 
AnswerRe: Convert MSSQL database to MySQL database Pin
obhijitghosh19-Jun-11 20:17
obhijitghosh19-Jun-11 20:17 
Convertion of MSSQL database to MySQL database can mean a lot of things.

Migration of Tables and Data.
Migration of stored proc, triggers etc.

Doing the first one is relatively easy and less labour intensive and can be done in a lot of ways.
One example would be first to generate the create table scripts and edit them to suit MySQL.
Execute these to create the tables in MySQL.
Export the data from MSSQL to MySQL.
Lastly apply the foreign keys.
For each of these steps, there are tools available.


The below mentioned link may help you.

http://kofler.info/english/mssql2mysql/[^]

--
obhijitghosh
QuestionSet RowCount Alternatives [solved] Pin
Dan Mos8-Jun-11 8:17
Dan Mos8-Jun-11 8:17 
AnswerRe: Set RowCount Alternatives Pin
Chris Meech8-Jun-11 8:28
Chris Meech8-Jun-11 8:28 
GeneralRe: Set RowCount Alternatives [modified] Pin
Dan Mos8-Jun-11 8:29
Dan Mos8-Jun-11 8:29 
GeneralRe: Set RowCount Alternatives Pin
PIEBALDconsult8-Jun-11 14:12
mvePIEBALDconsult8-Jun-11 14:12 
GeneralRe: Set RowCount Alternatives Pin
Dan Mos8-Jun-11 22:54
Dan Mos8-Jun-11 22:54 
QuestionORA-01843: not a valid month - Error Pin
Sathiyasoori.S8-Jun-11 3:22
Sathiyasoori.S8-Jun-11 3:22 
AnswerRe: ORA-01843: not a valid month - Error Pin
Luc Pattyn8-Jun-11 3:52
sitebuilderLuc Pattyn8-Jun-11 3:52 
GeneralSide bet Pin
Peter_in_27808-Jun-11 14:46
professionalPeter_in_27808-Jun-11 14:46 
AnswerRe: Side bet Pin
Luc Pattyn8-Jun-11 15:05
sitebuilderLuc Pattyn8-Jun-11 15:05 
GeneralRe: ORA-01843: not a valid month - Error Pin
Sathiyasoori.S8-Jun-11 17:31
Sathiyasoori.S8-Jun-11 17:31 
AnswerRe: ORA-01843: not a valid month - Error Pin
Luc Pattyn14-Jun-11 1:58
sitebuilderLuc Pattyn14-Jun-11 1:58 
Questionclustered index more than on one field Pin
MecAlex8-Jun-11 2:52
MecAlex8-Jun-11 2:52 
AnswerRe: clustered index more than on one field Pin
_Damian S_8-Jun-11 15:38
professional_Damian S_8-Jun-11 15:38 
GeneralRe: clustered index more than on one field Pin
MecAlex8-Jun-11 21:59
MecAlex8-Jun-11 21:59 
QuestionRemote Server(DB) conn from local DB Pin
ravi110387-Jun-11 7:04
ravi110387-Jun-11 7:04 
AnswerRe: Remote Server(DB) conn from local DB Pin
jschell7-Jun-11 10:08
jschell7-Jun-11 10:08 
QuestionSQL Server 2008 Pin
Member 46502877-Jun-11 1:24
Member 46502877-Jun-11 1:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.