Forum Discussion
Arshad440
May 21, 2024Brass Contributor
How to Change Table Structure
Hello, How to change the status of FixedLenNullInSource of a table in sql server. In This Table I want to set FixedLenNullInSouce as 'No'. need help Regards Arshad
Arshad440
May 22, 2024Brass Contributor
When I tried to update the value of that column, it cannot be changed by it's length.
olafhelper
May 23, 2024Bronze Contributor
You didn't answered my question and your post is still unclear.
The data type is varchar and has a variable length, not a fix length as with the data type char.
The data type is varchar and has a variable length, not a fix length as with the data type char.