Re: Copying Data from Access to SQL Server
David,
The scenario is very real to me, and peformance definitely matters.
Perhaps you meant to imply that an application which needs to do
frequent bulk uploads from client to server should not be built with
Access / SQL Server? If so, I agree with you, but I have no choice in
the matter -- I'm working with the challenge I've been given. And
frankly, with the export/transfer/import technique, I think I'm headed
toward a pretty good solution.
-TC
David W. Fenton wrote:
David,
The scenario is very real to me, and peformance definitely matters.
Perhaps you meant to imply that an application which needs to do
frequent bulk uploads from client to server should not be built with
Access / SQL Server? If so, I agree with you, but I have no choice in
the matter -- I'm working with the challenge I've been given. And
frankly, with the export/transfer/import technique, I think I'm headed
toward a pretty good solution.
-TC
David W. Fenton wrote:
"TC" <golemdanube@ya hoo.comwrote in
news:1152033470 .740516.69200@7 5g2000cwc.googl egroups.com:
>
>
Er, why would this kind of performance difference ever matter? That
is, how often is this going to be done in any real-world scenario?
I'd say: use the easiest method in terms of implementation and don't
worry at all about performance.
>
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
news:1152033470 .740516.69200@7 5g2000cwc.googl egroups.com:
>
Based on my observations so far, I must conclude that Access
offers no efficient way to append rows into SQL Server. Despite
the extra steps involved, it is far more efficient to export to a
file, move the file onto the server, then import into SQL Server.
This is true even for a local SQL Server.
offers no efficient way to append rows into SQL Server. Despite
the extra steps involved, it is far more efficient to export to a
file, move the file onto the server, then import into SQL Server.
This is true even for a local SQL Server.
Er, why would this kind of performance difference ever matter? That
is, how often is this going to be done in any real-world scenario?
I'd say: use the easiest method in terms of implementation and don't
worry at all about performance.
>
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Comment