sybase error - liamlamth/blog GitHub Wiki
Warning: Using ALTER DATABASE to extend the log segment will cause user thresholds on the log segment within 128 pages of the last chance threshold to be disabled.
cause: alter database db name log on log device = "200M"
solution: below are uncertain methods
-
sp_helpreshold
to verify the existing threshold -
sp_extend 'list','database','db name'
to verify auto extension policy -
dbcc thresolds(db id)
to verify existing threshold