Re: how to insert xml into sql 2005




"Dee" <Dee@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B13371F0-436D-4E36-92B4-792CF1C90FF8@xxxxxxxxxxxxxxxx
Thanks Mike,

Will this work if the access data is set up mostly in querries?


If you set up a linked server on the SQL side or as linked tabels on the
Access side the DBMS (SQL or Access) will see the other's tables as local
tables. So you can query them as if they were local tables. Not sure if
that's the answer you're looking for, because I really don't understand the
question...

There is a performance penalty I forgot to mention previously when you do
this. For instance, on Access if you perform a join to a linked table the
Jet engine pulls the entire table from SQL Server and performs the join
itself locally. For large tables this can be a huge performance hit, but
for small tables it won't matter too much. There are ways to avoid this,
like "pass-through" queries.

I would recommend loading your Access data into tables located on SQL Server
at some point so you can do all queries and data comparisons locally on the
SQL Server. Access has a nice little Upsizing Wizard that can do the basic
upgrade for you, although you'll still have to set up some sort of routine
to update the data on a regular basis. OTOH, you may be in a situation where
you're stuck with Access.


.



Relevant Pages

  • Re: Database server job (QZDASOINIT) performance anomaly
    ... Following an IPL of the iSeries, the Windows server in one location ... hangs when running the queries. ... sometimes sql ptfs may change sql behavior a lot:-| ...
    (comp.sys.ibm.as400.misc)
  • Re: Database server job (QZDASOINIT) performance anomaly
    ... the same set of SQL queries against our iSeries; only the value of a location parameter changes from one remote server to another. ... Queries that used to run in a couple of minutes, and that continue to run for that duration in the other remote locations, now run 15 minutes or longer, sometimes for hours. ...
    (comp.sys.ibm.as400.misc)
  • Re: MSDE replacing Access2000 in VB Application
    ... I agree with Mary but wanted to point out that the next version of MSDE (Sql ... server 2005 express) is supposed to support the cross tab queries (PIVOT I ...
    (microsoft.public.sqlserver.msde)
  • Re: form-based parameters in a query (access 2003 - ADP)
    ... Oh and if you're using an ADP, your saved queries are on the server as well, not just the tables. ... Alan wrote: ... Create the SQL text and plop in the value of Region just before you execute it. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Linked Tables in Access
    ... server, or would I also need to convert *those* queries to passthrough ... I've been trying to understand why Access database files become corrupt. ... Even if the Jet Expression Service processes a query on the client, does SQL ...
    (microsoft.public.access.adp.sqlserver)