dbcc traceon (3604)
go
dbcc dbinfo (dbname)
go
yes..and now we have handy function in ASE 15.x tran_dumpable_status
here is more informtaion http://tinyurl.com/yemwhtb
-HTH
Manish Negandhi
[TeamSybase]
This shouldn't be happening if the dboption "select into" is
turned off. Conversely, if you run with "select into" turned
on, you probably shouldn't generally be expecting to take tran dumps.
If you are pretty sure that "select into" is being kept off,
make sure nobody is using the "select ... into existing table"
syntax - it was documented in error and should not be used.
It does perform minimally logged transaction that can
break the transaction log chain and can execute even when
select into is turned off. CR 475469.