I'm trying to change my server from SQL Server to MYSQL Server. I just wondering what's the difference between the two binary(1632) in SQL and binary(255) in MYSQL. I wanted to know because it could affect the data that I am going to insert in the database.
binary(1632) = is the max value of binary in SQL Server
binary(255) = is the max value of binary in MYSQL
Thank you in advance. :)