Ad Code

Difference in MySQL and SQL server?

Difference between MySQL, SQL server?



Following are the some technical differences in MySQL and SQL Server databases / database servers:


  1. MySQL does not support Triggers but SQL Server support.
  2. MySQL does not support User Defined Functions but SQL Server does. 
  3. MySQL does not have Cursor Support but SQL Server have Cursor support.
  4. MySQL does not support Stored Procedures, SQL Server does. 
  5. MySQL does not have FULL JOIN capabilities, SQL Server does. 
  6. MySQL has limited Import/Export capabilities, SQL Server has full support for  Import/Export.


And many more can be find...
Reactions

Post a Comment

0 Comments