Re: SQL Server Express versus Access (In the World Series of Love)
- From: dch3 <David H@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 25 Nov 2008 12:20:00 -0800
Ah, but storing computed values while not the theoretical ideal is sometimes
necessary. Case in point if you're working with a hotel reservation system
and need an screen that displays rooms available for sale a summary table
would be acceptable as the amount of time necessary to compute the
availability (or quantity sold) would take (seemingly) forever.
"Michel Walsh" wrote:
As far as the triggers are concerned, the first case is something to avoid.
(storing computed values), unless you want to archive something, but then,
if you archive your data, you don't expect data to change and have other
mechanics to cover such exceptional cases. For the second example, it is
something related to the UI, not to the database engine. Sure, triggers may
have their usefulness, for updateability, but Jet has already updateability
covered automatically over saved query while MS SQL Server requires INSTEAD
OF triggers to achieve the same, say, over view, so, advantage to Jet. Sure,
MS SQL Server may have a horse shoe maker right out of the box, and Jet does
not, but if we don't own horse... is that an advantage?
Vanderghast, Access MVP
"dch3" <dch3@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B012073F-7738-47C4-B273-1B5568C88675@xxxxxxxxxxxxxxxx
I'm a bit concerned that most of the posts seemed to deal with the
interface
and not the inner workings of the underlying Engines - perhaps the thread
should have been entitled SSE versus Jet - as I now realize that was the
question at hand. No one mentioned that SQLServer supports triggers (how
many
times have you had a summary table that you've had to update a value when
the
detail changes? and how often do you have to remember that if you build a
new
screen that allows the detail to be edited that you also have to call the
code that updates the corresponding header record), or the fact that SQL
Server security can be integrated with Windows/Active Directory - not to
mention that it can be setup at the COLUMN level, I would assume that
upsizing from SQL Server Express to Big Daddy SQL Server would be easier
(than Access to SQL Server) as Express is for all basic purposes SQL
Server
with limitations (only 1 processor, max database size 4GB).
- Follow-Ups:
- Re: SQL Server Express versus Access (In the World Series of Love)
- From: Michel Walsh
- Re: SQL Server Express versus Access (In the World Series of Love)
- References:
- SQL Server Express versus Access (In the World Series of Love)
- From: dch3
- Re: SQL Server Express versus Access (In the World Series of Love)
- From: Michel Walsh
- Re: SQL Server Express versus Access (In the World Series of Love)
- From: dch3
- Re: SQL Server Express versus Access (In the World Series of Love)
- From: Michel Walsh
- SQL Server Express versus Access (In the World Series of Love)
- Prev by Date: Re: Import last Excel ws to Access table
- Next by Date: Re: Ac 2007 vs .NET
- Previous by thread: Re: SQL Server Express versus Access (In the World Series of Love)
- Next by thread: Re: SQL Server Express versus Access (In the World Series of Love)
- Index(es):
Relevant Pages
|