Suggestions on speeding up Access

D

David W. Fenton

Further,
there is no seamless way to replicate data from a back end mdb to
sql server. (you have to roll you own update code, or simply have
the front end always connect to the sql back end).

That is not entirely true, Albert. Jet 4 added the capability to
participate as a merge replication subscriber to a SQL Server
replicated database. This is called heterogeneous replication and is
a really great way to have laptop users be able to take an app into
the field that has a SQL Server back end -- no need to install SQL
Server on the laptops, just use an MDB that is a subscriber to the
SQL Server replicated database.

Now, all that said, I've never used it myself -- I just know it
exists.

But I do know for a fact that your statement is not true. It may be
so that it isn't seamless, but you don't have to do it yourself at
all.
 
D

David W. Fenton

Remind me at some point in the future to explain what Replication
in Access is and how it is completely opposite of what it is in
SQL. There is a lot of back and forth arguments on this board
that demonstrates that SQL DBAs don't know about Access and Access
DBAs need to learn about SQL.

Next time you are in a .mdb file, go to Tools>Replication>Create
Replica. It is a completely different process that you think and
totally opposite of SQL.

You complain that Access folks don't seem to know about SQL Server
and SQL Server folds don't seem to know about Access, yet what you
write above shows that you are guilty of exactly the crime you are
claiming that the rest of us have committed. The comments above
about replication show that you really don't have much concept of
Jet replication at all, nor that it is a perfectly robust and fully
developed technology that existed long before SQL Server had full
merge replication. Indeed, my understanding is that the SQL Server
team that implemented full merge replication (I think it was SQL
Server 7?) drew some of its personnel from the Jet replication
group. There's solid reason for that because the problems of
replication are the same with any database engine.

You do know that since Jet 4 an MDB can participate as a merge
subscriber in a SQL Server replicated database, i.e., using
heterogeous replication? This is one of the reasons that Jet 4 and
SQL Server now share the same replication conflict resolver.

You seem not to know these things, which makes your accusations of
ignorance against others rather hypocritical.
 
D

David W. Fenton

Since you know Access like the back of you hand,

Aaron doesn't actually know anything at all.
then you already understand
why an Access DBA who does not know SQL (and visa versa) would be
so confused about replication when in the two programs they are
completely opposite of each other. I think that makes them
homonyms - same word, completely different meaning.

Aaron knows nothing about either type of replication.

Why would you make the assumption that two completely different
database engines would be identical in their implementation of
replication? That seems pretty dumb to me!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top