Remove Fixed lenght from SQL Server

Asked

Viewed 37 times

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 save a string with a size of 30, it fills the string with spaces up to the full size. If it is in edmx and manually set to false it works. But how to set it to false as default in SQL Server?

inserir a descrição da imagem aqui

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.