Quantcast
Channel: SCN : All Content - SAP Applications on SAP Adaptive Server Enterprise (SAP ASE)
Viewing all articles
Browse latest Browse all 956

Need to disable SybaseTransaction log

$
0
0

If I want to disable transaction log is

 

use master

go

sp_dboption SBP, 'trunc',true

go

use SBP

go

checkpoint

go

 

and I want to enable again

 

use master

go

sp_dboption SBP, 'trunc',false

go

use SBP

go

checkpoint

go

 

The checkpoint command is mandatory to change the mode of transaction log?

 

Regards


Viewing all articles
Browse latest Browse all 956

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>