database
-
what is difference and similarities between mysql and ms sql server.
-
what is difference and similarities between mysql and ms sql server.
They are exactly the same except SQL Server is better in every way.
You'll never get very far if all you do is follow instructions.
-
They are exactly the same except SQL Server is better in every way.
You'll never get very far if all you do is follow instructions.
can we use them by replacing each other with other tools for example can i use mysql with asp.net and php with ms sql server
-
can we use them by replacing each other with other tools for example can i use mysql with asp.net and php with ms sql server
Mix and match to your heart's content. Best use a layered approach of course. The front-end shouldn't care what the back-end is.
You'll never get very far if all you do is follow instructions.
-
Mix and match to your heart's content. Best use a layered approach of course. The front-end shouldn't care what the back-end is.
You'll never get very far if all you do is follow instructions.
plz explain something called in simple words thank you
-
plz explain something called in simple words thank you
You put the lime in the coconut.
You'll never get very far if all you do is follow instructions.
-
what is difference and similarities between mysql and ms sql server.
There are differences in query keywords and functionality; also differences in datatypes (MySQL does not have a Guid datatype). Also MySQL has some strange calculation bugs when dealing with DateTime values. Escaping reserved keywords uses different characters. Etc... You cannot simply replace MS SQL Server and MySQL, you'll need to adjust your application to the database!
-
They are exactly the same except SQL Server is better in every way.
You'll never get very far if all you do is follow instructions.