Force DATABASE ALTER ignoring errors

Posted by Felipe Fiali on Stack Overflow See other posts from Stack Overflow or by Felipe Fiali
Published on 2010-05-31T14:20:23Z Indexed on 2010/05/31 14:23 UTC
Read the original article Hit count: 205

As the name says, force the alter database to alter its collation ignoring the error message that I get from functions or calculated columns that compare data.

Is there a way to do so?

Like IGNORE_ERRORS or something like that? Thanks a lot!

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server