Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread W O
Thank you Mark, it is very clear now. Greetings. Walter. On Mon, Sep 9, 2013 at 8:24 AM, Mark Rotteveel wrote: > On 9-9-2013 03:43, W O wrote: > > 3. The restored database can have another 2.000.000.000 of commited > > transactions, doing a total of 4.000.000.000 of commited transactions. >

Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread Norman Dunbar
Evening Lane, On 09/09/13 16:21, lcampbell wrote: > OK, this is scary. How do I query the TID to determine if my DB is > approaching the limit? SQL> select MON$NEXT_TRANSACTION from mon$database; MON$NEXT_TRANSACTION 785 or $ fbstat -h employee | grep -i

RE: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread Leyne, Sean
Querying the MON$Database table. Depending on your engine version (minor ODS) the current TID value should be available as a column. Sean From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] On Behalf Of W O Sent: Monday, September 09, 2013 12:14 PM To: firebird-s

Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread Thomas Steinmaurer
> On 9/8/2013 5:53 PM, Helen Borrie wrote: >> >> At 11:53 a.m. 9/09/2013, W O wrote: >> >> >Thank you very much for your answer Helen. >> > >> >I do backups every day, one full and several incrementals. Well, >> rather it is done automatically by my program. >> >> That sounds like nBackup. Restorin

Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread W O
Excellent Lester!!! That's the answer I was looking for. Greetings. Walter. On Mon, Sep 9, 2013 at 3:31 AM, Lester Caine wrote: > W O wrote: > > 3. The restored database can have another 2.000.000.000 of commited > > transactions, doing a total of 4.000.000.000 of commited transactions. > I

Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread lcampbell
On 9/8/2013 5:53 PM, Helen Borrie wrote: At 11:53 a.m. 9/09/2013, W O wrote: >Thank you very much for your answer Helen. > >I do backups every day, one full and several incrementals. Well, rather it is done automatically by my program. That sounds like nBackup. Restoring from nBackups does N

[firebird-support] RE: FB 2.5.3 release timeframe

2013-09-09 Thread mariuz

Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread Mark Rotteveel
On 9-9-2013 03:43, W O wrote: > 3. The restored database can have another 2.000.000.000 of commited > transactions, doing a total of 4.000.000.000 of commited transactions. > Is that right? Yes and no. After a backup & restore you have a new database with one committed transaction (that has the s

[firebird-support] RE: frequent update a table, please give me some advise!

2013-09-09 Thread jym013

[firebird-support] RE: frequent update a table, please give me some advise!

2013-09-09 Thread Svein Erling Tysvær
>Hi, every body! > I have a problem. Ask everybody to help me. > I have a table ,The table's DDL is > >Ext_Meter >( > ID integer, > LastTime timestamp, > LastReading numeric(12,2), > Notes varchar(50) >) > > TableA have about 10,000 rows, use it to record the last time and the last > value

[firebird-support] RE: FB 2.5.3 release timeframe

2013-09-09 Thread remk_1

Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread Helen Borrie
At 01:43 p.m. 9/09/2013, W O wrote: >Thank you very much for answering me, Helen > >Well, I had not expressed well. My program does a full backup with GBAK every >day, another full backup with NBACKUP and several incremental backups, all >automatically. It does restore (when needed), send the b

[firebird-support] frequent update a table, please give me some advise!

2013-09-09 Thread jym013

Re: [firebird-support] Two transactions can have the same TID?

2013-09-09 Thread Lester Caine
W O wrote: > 3. The restored database can have another 2.000.000.000 of commited > transactions, doing a total of 4.000.000.000 of commited transactions. Is that > right? Yes But another way of saying it is ... there is no limit on the number of committed transaction, as long as you backup and r