I forgot to elaborate on why I'm asking this question...
We would like to implement transaction log dumps for recovery reasons, but two database options are currently set which may interfere with successfully implementing a successfuly transaction log recovery solution. They are...
"select into/bulkcopy/pllsort" and "trunc log on checkpoint"
Of course we will want to disable both before implementing hourly transaction log dumps.
In addition, we need to better understand how "BULK INSERT" transactions will be impacted if these database options are turned off and if we can successfully dump the transaction log after a "BULK INSERT" takes place. We think that the answer may be yes if the below URL is understood correctly.
http://infocenter.sybase.com/help/in...sag/X80055.htm
Thank you for your help and time you are setting aside.