1.7 Code modifications (MS SQL Server)

45. Extract custom code from the MS SQL database

46. Re-introduce UDTs

47. Change the calls to the SSMA emulation functions

48. Delete the ASCII() function or replace it by the UNICODE() function

49. Replace Char by NChar

50. Replace VarChar by NVarChar

51. Change char_length_varchar

52. Look for incorrect stored procedure calls

53. Convert string literals to Unicode

54. Import customizations into the MS SQL database