Click here to Skip to main content
15,899,126 members
Home / Discussions / Database
   

Database

 
GeneralRe: A Grouping Pin
RadioButton9-Jun-11 4:53
RadioButton9-Jun-11 4:53 
AnswerRe: A Grouping Pin
Chris Meech9-Jun-11 5:26
Chris Meech9-Jun-11 5:26 
GeneralRe: A Grouping Pin
RadioButton9-Jun-11 5:50
RadioButton9-Jun-11 5:50 
AnswerRe: A Grouping Pin
dbrenth9-Jun-11 9:58
dbrenth9-Jun-11 9:58 
QuestionWrite trigger for multiple tables Pin
vishnukamath8-Jun-11 23:45
vishnukamath8-Jun-11 23:45 
AnswerRe: Write trigger for multiple tables Pin
Simon_Whale8-Jun-11 23:51
Simon_Whale8-Jun-11 23:51 
AnswerRe: Write trigger for multiple tables Pin
Chris Meech9-Jun-11 2:13
Chris Meech9-Jun-11 2:13 
QuestionHow to get rows having sum equal to given value Pin
Hum Dum8-Jun-11 21:25
Hum Dum8-Jun-11 21:25 
AnswerRe: How to get rows having sum equal to given value Pin
Blue_Boy8-Jun-11 23:17
Blue_Boy8-Jun-11 23:17 
AnswerRe: How to get rows having sum equal to given value Pin
Jagz W9-Jun-11 0:01
professionalJagz W9-Jun-11 0:01 
AnswerRe: How to get rows having sum equal to given value Pin
Simon_Whale9-Jun-11 0:29
Simon_Whale9-Jun-11 0:29 
GeneralRe: How to get rows having sum equal to given value Pin
Hum Dum9-Jun-11 13:29
Hum Dum9-Jun-11 13:29 
AnswerRe: How to get rows having sum equal to given value Pin
Shameel9-Jun-11 1:02
professionalShameel9-Jun-11 1:02 
AnswerRe: How to get rows having sum equal to given value Pin
Luc Pattyn9-Jun-11 2:11
sitebuilderLuc Pattyn9-Jun-11 2:11 
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 

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.