Remove fixed lenght from SQL Server

0

The string fields of the tables in my database are coming with fixed length as true. So if the size is 60, and I saved a string with size of 30, it fills the string with spaces up to the full size. If it is in edmx and set manually to false it works. But how to set this to false as default in SQL Server?

    
asked by anonymous 30.06.2018 / 20:33

0 answers