Difference between MySQL, SQL server?
Following are the some technical differences in MySQL and SQL Server databases / database servers:
- MySQL does not support Triggers but SQL Server support.
- MySQL does not support User Defined Functions but SQL Server does.
- MySQL does not have Cursor Support but SQL Server have Cursor support.
- MySQL does not support Stored Procedures, SQL Server does.
- MySQL does not have FULL JOIN capabilities, SQL Server does.
- MySQL has limited Import/Export capabilities, SQL Server has full support for Import/Export.
And many more can be find...
0 Comments
Please add nice comments or answer ....