We're looking at some errors after we attempted to upgrade to Sybase 16
and the preupgrade check program reported these warnings (Which perhaps need addressing).
Warning: The following compiled objects have missing source and therefore will not upgrade. Please
drop and recreate these objects.
dbo.ptncond_1362361137_0
dbo.ptncond_487930029_0
dbo.ptncond_274357261_2
dbo.ptncond_318881422_0
dbo.ptncond_487930029_2
dbo.ptncond_1349837090_0
dbo.ptncond_318881422_2
dbo.ptncond_1349837090_2
dbo.ptncond_1044456014_0
dbo.ptncond_1362361137_2
dbo.ptncond_1044456014_2
dbo.ptncond_274357261_0
How do we find out if these constraints are used ?
sp_depends returns "... no objects reference it " for all our partition constraints in sysobjects not just the ones above.
They don't appear to be just warnings as we got error messages like this
Execution of unknown type ptncond_1502885640_0 failed because of errors parsing the source text in syscomments during upgrade. Please drop and recreate dbo.ptncond_1502885640_0.
How do you drop a constraint if necessary ?
BTW, All the paritions in this db are
[I've logged this as a support call as well - will let you know what comes back]