I am trouble shooting a script for someone else where they used an alter column statement to change from a varchar(100) to a varchar(25). Query Analyzer will not execute the command because there is text inside the column that is longer than 25 char's.
Is there a way to not check for that, or to have it execute the change regardless of whether the text will be truncated or not?
-Ovatvvon :-Q
Is there a way to not check for that, or to have it execute the change regardless of whether the text will be truncated or not?
-Ovatvvon :-Q