Viewing 2 posts - 1 through 2 (of 2 total)
try alter table..alter column and then rebuild the indexes if you have any on that column...this should fix.
OR
drop and re-create the column.....which is much safer as it is suggested by...
February 18, 2009 at 6:46 am
#945852
run this:-
select text from sys.syscomments
where text like '%Exec Proc2%'
September 18, 2008 at 1:49 am
#873422