Results 1 to 3 of 3

Thread: Difference between MYSQL and MS SQL

  1. #1
    Join Date
    Jan 2009
    Posts
    16

    Difference between MYSQL and MS SQL

    I want to know what is the difference between MYSQL and MS SQL ? Which is best ? Max function in MS sql server supports numeric,character and datetime data types.

  2. #2
    Join Date
    Nov 2008
    Posts
    29

    Re: Difference between MYSQL and MS SQL

    Technical - As of versions 4.x MySQL does not support views, triggers, stored procedures, user defined functions, XML, while all these are suported by MS SQL
    But MS SQL is an expensive proprietory RDBMS developed & owned by Microsoft Corporation while MySql is an open source RDBMS developed & maintained by MySQL AB of sweden with free as well as paid enterprise versions available.

  3. #3
    Join Date
    Oct 2008
    Posts
    20

    Re: Difference between MYSQL and MS SQL

    Main differences between commonly used SQL in Microsoft SQL Query

    Current Date and timing
    MS SQL : SELECT GETDATE()
    MY SQL : SELECT NOW()
    Optionally: Use CURDATE() for the date only.

    Trim function
    MS SQL: LTRIM() and RTRIM()
    MY SQL: TRIM()

    Get List of Tables
    MS SQL: SP_TABLES
    MY SQL: SHOW TABLES

    Find database version
    MS SQL: SELECT @@VERSION
    MY SQL: SELECT VERSION()

Similar Threads

  1. Replies: 4
    Last Post: 13-01-2011, 01:08 AM
  2. What are API in MySQL?
    By Atsushi in forum Software Development
    Replies: 3
    Last Post: 16-12-2010, 02:57 AM
  3. mysql config file in MySQL
    By Netorious in forum Software Development
    Replies: 4
    Last Post: 18-03-2010, 09:43 PM
  4. Replies: 3
    Last Post: 07-11-2009, 09:36 PM
  5. MySQL with PHP
    By Gyan Guru in forum Guides & Tutorials
    Replies: 2
    Last Post: 18-11-2008, 04:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,254,844.10191 seconds with 17 queries