Search the web
Sign In
New User? Sign Up
firebird-support · Support for Users of Firebird Releases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 81716 - 81745 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
81716
Hi, ... Change your NOT IN into a NOT EXISTS. See also the release notes from Firebird 2. Regards, Arno Brinkman ABVisie -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ...
Arno Brinkman
arnobrinkman
Offline Send Email
Dec 1, 2006
8:06 am
81717
Hi, but reading your link, the superserver seems better than classic and it should allow parallel execution of queries in different connections with the...
jvacompie
Offline Send Email
Dec 1, 2006
9:04 am
81718
Hi1 Is there any reasonable way to change a query inside a stored procedure? What I mean is that I have a procedure like this: CREATE PROCEDURE ReadArticle( ...
PenWin
penwincz
Offline Send Email
Dec 1, 2006
9:19 am
81719
what, if any, is the effective difference? I recall that a unique constraint is enforced via an index so does it ever matter which is used?...
Nick Upson
upsonn
Offline Send Email
Dec 1, 2006
10:33 am
81720
Hello Nick, ... Yes, Foreign Key Constraints can "point" to a Unique Constraint, but not to a Unique Index. Martijn Tonies Database Workbench - tool for...
Martijn Tonies
martijntonie...
Offline Send Email
Dec 1, 2006
10:43 am
81721
on Firebird 1.5 and 2.0 I have this problem, Table A and table B in relation, on table A there's a field WUPDATE, on A and B a trigger onAfterUpdate setting...
s_m_t80
Offline Send Email
Dec 1, 2006
10:44 am
81722
... IIRC, unique indices preceeded the unique constraint. IMO, you should never manually create a unique index. Such an index is implicitly created with a...
Adam
s3057043
Offline Send Email
Dec 1, 2006
11:20 am
81723
Hello, I am running four Firebird Classic 1.5.3.4870 Servers. All of these servers run on Dual Xeon 2.8Ghz Machines one Has 2Gb Ram and runs Windows 2000...
will.honor
Offline Send Email
Dec 1, 2006
1:07 pm
81724
Pepak, I've just moved across from MSSQL to Firebird, and have yet to write a Firebird stored procedure - so I'm not familiar yet with Firebird's syntax, but...
jft
jft1308
Offline Send Email
Dec 1, 2006
1:57 pm
81725
Will, ... these ... I have been having the same problem, with a very similar configuration (FB classic on dual Xeon W2k3 server). How are you detecting the...
Bob Murdoch
r_a_murdoch
Offline Send Email
Dec 1, 2006
2:49 pm
81726
We have been taking users on interbase 5.x to firebird 1.5.2 without problems, today we ( by accident ) found one of our users were on interbase 7, we found...
jason
jasonthepoly...
Offline Send Email
Dec 1, 2006
3:15 pm
81727
I find large databases always corrupt, I think you need to devise some kind of archive process. Perhaps copy the .gdb away to archive.gdb and then run some sql...
jason
jasonthepoly...
Offline Send Email
Dec 1, 2006
3:49 pm
81728
... Yould try extracting the metadata to create an empty firebird database. Then use a tool like IBDataPump to pump the data from IB7 to the new FB database. ...
Markus Ostenried
macnoz
Offline Send Email
Dec 1, 2006
3:53 pm
81729
Hello All, In FB.1.5.xx DELETE FROM TICKETITEMS WHERE TICKET_UNIQUENUM NOT IN (SELECT TICKET_UNIQUENUM FROM TICKETS); executes in a fraction of a second, since...
Hans
ittybittypro...
Offline Send Email
Dec 1, 2006
3:58 pm
81730
Hello Jason, ... Reinstall InterBase, do a "backup" with InterBase and a "restore" with Firebird and all should be well (that is: if you didn't use any IB7...
Martijn Tonies
martijntonie...
Offline Send Email
Dec 1, 2006
4:01 pm
81731
I think you solved it, now FB2 is coming up with good plans. Now the question is, why do all my primary key indices have no statistics computed for them? ...
Rick Debay
rdebay@...
Send Email
Dec 1, 2006
4:06 pm
81732
... Yes this is probably a bug, and it will be hard to find since it's rare and hard to reproduce. If I had a copy of the database with the broken index, I...
Ann W. Harrison
annwharrison
Offline Send Email
Dec 1, 2006
4:06 pm
81733
... Have you tried backing up the database with the Firebird 1.5 gbak using the name of the InterBase 7 database running on a system with the InterBase 7...
Ann W. Harrison
annwharrison
Offline Send Email
Dec 1, 2006
4:13 pm
81734
... I suspect you're both hitting the same problem ... Best, Ann...
Ann W. Harrison
annwharrison
Offline Send Email
Dec 1, 2006
4:21 pm
81735
... I guess we're going to need to see your actual trigger, or better yet a simplified version of it. However, my suspicion is that you're trying to change a...
Ann W. Harrison
annwharrison
Offline Send Email
Dec 1, 2006
4:25 pm
81736
... I feel that all those errors are related each other (the same table for example ). Could it be that the reason of broken index is something which caused...
Bogusław Brandys
brandys@...
Send Email
Dec 1, 2006
5:23 pm
81737
We have taken them back to interbase 7 for now, they are sending us the .gdb so we can test it here. I think they were having problems doing backups for some...
jason palmer
jasonthepoly...
Offline Send Email
Dec 1, 2006
5:25 pm
81738
I've tried that on table A either in a before and in an after trigger, with the same result, the second call is made with new=0, however have tried it from the...
s_m_t80
Offline Send Email
Dec 1, 2006
5:48 pm
81739
Rick, ... Because as a primary key all values are unique; so, the selectivity is not required (since it is a constant). Sean...
Leyne, Sean
seanchk_98
Offline Send Email
Dec 1, 2006
6:03 pm
81740
... The mutex wait is amount of time processes spend waiting their turn to update the lock table. In classic, though we talk about the lock manager as if it...
Ann W. Harrison
annwharrison
Offline Send Email
Dec 1, 2006
6:14 pm
81741
... My guess is that there's a problem that happens while splitting an upper level index page. Again, guessing, under some circumstances, the page isn't being...
Ann W. Harrison
annwharrison
Offline Send Email
Dec 1, 2006
6:14 pm
81742
Hi, ... Because you first created all metadata and imported the data after that. I Assume you first created the tables with only the PK's, then filled with...
Arno Brinkman
arnobrinkman
Offline Send Email
Dec 1, 2006
6:17 pm
81743
no, trust me on this one, large databases are not stable, unless your using a very expensive database system archive the data :) ... From: Ann W. Harrison...
jason palmer
jasonthepoly...
Offline Send Email
Dec 1, 2006
6:32 pm
81744
... inside the tables. OK, that makes sense. Too bad the engine can't do this on its own. But I guess since it has to be done just once, the burden should...
Rick Debay
rdebay@...
Send Email
Dec 1, 2006
6:40 pm
81745
... Thanks for the info. I have seen your previous posts and the issues do look very similar. A question for you, do the indexes that go corrupt on you always...
will.honor
Offline Send Email
Dec 1, 2006
7:15 pm
Messages 81716 - 81745 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help