Re: Newbie: feature comparison
From: Jacco Schalkwijk (NOSPAMjaccos_at_eurostop.co.uk)
Date: 02/23/04
- Next message: Dandy WEYN: "Re: Transactional Backup"
- Previous message: Narayana Vyas Kondreddi: "Re: Transactional Backup"
- In reply to: news.cyberia.net.lb: "Newbie: feature comparison"
- Next in thread: Niall Litchfield: "Re: Newbie: feature comparison"
- Reply: Niall Litchfield: "Re: Newbie: feature comparison"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 15:36:08 -0000
Well, SQL Server is not alone. DB2 also doesn't support Multi Version
Concurrency Control, as it is sometimes also called. You can find a
whitepaper here that explains why they don't:
http://www.ibm.com/software/data/pubs/papers/readconsistency/readconsistency.pdf
I had a quick look at the document but I can't be bothered to address all
the points really. One area I'd like to comment on though, and that is the
emphasis Borland put on the triggers they support.. For example:
"The ideal solution is to add a Before Insert trigger to the Customer table
which adds the sales territory and sales rep codes to the record before it
is inserted. "
Triggers are usually _not_ the ideal solution in any situation, and why you
shouldn't use a stored procedure here I don't see. Doesn't IB support stored
procedures?
-- Jacco Schalkwijk SQL Server MVP "news.cyberia.net.lb" <softnet@cyberia.net.lb> wrote in message news:103jlgseego1tfa@corp.supernews.com... > Hi to all, > > I am presently using Borland Interbase and am considering switching to SQL > Server 2000. I have read the document > http://www.borland.com/products/white_papers/pdf/ib_vs_SQLServer.pdf and got > and was amazed to know that SQL server uses pessimistic locking. I must be > missing something. I am aware of numerous features of SQL Server that are > not mentioned in this document. Can anyone take a look at it (21 pages only) > and try to clarify some of the "defficiencies" mentioned? > > Thanks > > Salim > >
- Next message: Dandy WEYN: "Re: Transactional Backup"
- Previous message: Narayana Vyas Kondreddi: "Re: Transactional Backup"
- In reply to: news.cyberia.net.lb: "Newbie: feature comparison"
- Next in thread: Niall Litchfield: "Re: Newbie: feature comparison"
- Reply: Niall Litchfield: "Re: Newbie: feature comparison"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|