Error syncronizating columns with less length than before
Juan
Posts: 6
Hello,
I have changed the length of a column from varchar(50) to varchar(30), when I try to sync the database, an error is fired about truncated data. I want that data will be truncate, so how can I do it?
Greetings.
I have changed the length of a column from varchar(50) to varchar(30), when I try to sync the database, an error is fired about truncated data. I want that data will be truncate, so how can I do it?
Greetings.
Comments
We provide a range of warnings, including one about possible truncation of data, to tell people about things that they might not have realised they were about to do to their database. If you know that you want to truncate the data, then you can just continue through the wizard and synchronize, ignoring the warning.
Redgate Software
Thanks.
Redgate Software
Thank you again, Juan.