Has anyone had experience converting from mysql to ms sql server and could tell me how difficult is the process. Will alot of the fucnctionality migrate over? I'm trying to see how time consumming this process will be.
yes a lot of the functionality will migrate nicely, e.g. auto_increments become identity columns
date functions are all different, though, as are many string functions, and of course sql server has no ENUM or SET datatypes (which in my opinion you shouldn't have been using anyway)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.