![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I have a sybase database (Adaptive Server Enterprise/12.0.0.3/P/SWR) which has the transaction log enabled - and thus bcp disabled. I would like to reverse this to allow bcping. Is it possible to do this intra-day (i.e. whilst users are actively in the system) or does it require a server restart / single user ? Similarly what are the constraints for turning the transaction log back on again ? Thanks Chris |
#3
| |||
| |||
|
|
"Chris Marshall" <c_j_marshall (AT) hotmail (DOT) com> wrote in message news:cb9c7b76.0407070859.3a962b66 (AT) posting (DOT) google.com... Hi I have a sybase database (Adaptive Server Enterprise/12.0.0.3/P/SWR) which has the transaction log enabled - and thus bcp disabled. I would like to reverse this to allow bcping. Is it possible to do this intra-day (i.e. whilst users are actively in the system) or does it require a server restart / single user ? Similarly what are the constraints for turning the transaction log back on again ? Thanks Chris I think there may be some misunderstandings here. First, the transaction log cannot be turned off. Second, bcp cannot really be disabled. Could you perhaps post more details as to what you're trying to do and what goes wrong (preferably with the original error messages) ? HTH, Rob |
#4
| |||
| |||
|
|
"Rob Verschoor" <rob (AT) DO (DOT) NOT.SPAM.sypron.nl.REMOVE.THIS.DECOY> wrote in message news:<RDWGc.63574$3N6.40217 (AT) amsnews05 (DOT) chello.com>... "Chris Marshall" <c_j_marshall (AT) hotmail (DOT) com> wrote in message news:cb9c7b76.0407070859.3a962b66 (AT) posting (DOT) google.com... Hi I have a sybase database (Adaptive Server Enterprise/12.0.0.3/P/SWR) which has the transaction log enabled - and thus bcp disabled. I would like to reverse this to allow bcping. Is it possible to do this intra-day (i.e. whilst users are actively in the system) or does it require a server restart / single user ? Similarly what are the constraints for turning the transaction log back on again ? Thanks Chris I think there may be some misunderstandings here. First, the transaction log cannot be turned off. Second, bcp cannot really be disabled. Could you perhaps post more details as to what you're trying to do and what goes wrong (preferably with the original error messages) ? HTH, Rob Sorry - I guess I could have worded it better. Is it safe to turn "select into/bulkcopy/pllsort" to true (and back to false) whenever you wish ? |
#5
| |||
| |||
|
|
On Thu, 08 Jul 2004 01:03:36 -0700, Chris Marshall wrote: Sorry - I guess I could have worded it better. Is it safe to turn "select into/bulkcopy/pllsort" to true (and back to false) whenever you wish ? Changing the setting of this option won't affect recoverability in any way. It's only if you run a minimally logged operation (such as certain "alter table" commands, or fast bcp in, for example) that the transaction dumps will stop working and you'll have to do a full database dump. The transaction dump command will tell you this, BTW. Michael |
![]() |
| Thread Tools | |
| Display Modes | |
| |