sql server or mysql ( imp)

beq

New member
Joined
May 19, 2010
Messages
3
Programming Experience
3-5
I 'll develop a program in vb.net ..but i dont know which database i use
mysql or sql ??
Im used mysql with mywebsite .. it really nice and reliable one .
any advice :)

thanks in advance :)
 
Either will do the job, but...

If you have a large, multi-user application then MySQL has the advantage of being free and having fewer restrictions that SQL Server Express, although SQL Server Express 2008 R2 has upped the database size limit to 10 GB.

For a smaller application where the database is for the local instance only, SQL Server Express is likely to be the better choice.
 
Back
Top