473,408 Members | 2,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

SQL Server import speeds

I have two avenues to access my primary SQL Server. (I work remotely
using a VPN connection.)

Usually, I hit the server from my local machine but I also login to a
desktop machine inside the main building using a terminal ap and hit
the server from that desktop.

Anyway, when I import files locally using the Enterprise Manager's DTS
import wizard, the process is incredibly slow. It doesn't matter if
the file is stored on my local machine or if the file is stored on the
same server that has SQL Server mounted.

It's as if the data from the file is being channeled to my local
machine and then back to the server. Shouldn't the entire process run
server-side?

When I use the EM import wizard through the terminal app, on the
desktop inside the building, the import process flies.

The only difference between the two setups is that I must add the
domain name to the address of the SQL Server and the same internal
server where the files are stored.

Can I do anything about this?

Thanks!
Jul 20 '05 #1
1 2381

"Ralph Noble" <ra*********@hotmail.com> wrote in message
news:ed**************************@posting.google.c om...
I have two avenues to access my primary SQL Server. (I work remotely
using a VPN connection.)

Usually, I hit the server from my local machine but I also login to a
desktop machine inside the main building using a terminal ap and hit
the server from that desktop.

Anyway, when I import files locally using the Enterprise Manager's DTS
import wizard, the process is incredibly slow. It doesn't matter if
the file is stored on my local machine or if the file is stored on the
same server that has SQL Server mounted.

It's as if the data from the file is being channeled to my local
machine and then back to the server. Shouldn't the entire process run
server-side?

When I use the EM import wizard through the terminal app, on the
desktop inside the building, the import process flies.

The only difference between the two setups is that I must add the
domain name to the address of the SQL Server and the same internal
server where the files are stored.

Can I do anything about this?

Thanks!


The Import/Export wizard uses DTS, which is a client application, so you are
correct that it's pulling data to your workstation and then to the server.
If you need to run it server-side then you could save the package, schedule
it and start the scheduled job.

There's lots of good information on scheduling and executing DTS packages
here:

http://www.sqldts.com

Simon
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: neptune | last post by:
I've been reading the numerous posts on using SQL Server vs. Access, but still don't know if SQL server is right for my applications. I work in a section of a large corporate accounting department...
1
by: Serdar C. | last post by:
i am trying to write a program to control upload and download speeds over specific ports like i have 128kbit download and 64kbit upload speed total.. i want to let port xxxx to use maximum amount...
20
by: TC | last post by:
I need an automated procedure to copy data from an Access table to a SQL Server table. Speed is important. What is the recommended technique? I can export the data from Access, copy it via FTP,...
8
by: swell | last post by:
I would like to write a server with the low level API of python ( socket+select and/or socket+thread ) that allow me to register client and update them every X seconds ( could be the time, the...
2
by: Sandman | last post by:
Ok, so I'm the author of a pretty big CMS system (big as in huge, not market-share big) and I've been thinking about a problem for a few weeks here on media management. The CMS accomodates both...
49
by: Martin Unsal | last post by:
I'm using Python for what is becoming a sizeable project and I'm already running into problems organizing code and importing packages. I feel like the Python package system, in particular the...
1
by: DG1 | last post by:
Hi :) We only have access to local news server when our international bandwidth is finished. When we view articles or parts from the local server which is cached, we get high speeds, if the...
1
by: musicfreak | last post by:
I tried Googling around for this but I couldn't find anything useful. I know Python caches modules so they only have to be imported once, but is there a performance hit when using the wildcard...
3
GaryTexmo
by: GaryTexmo | last post by:
I'm curious about XNA and drawing speeds... I'm finding I'm not getting what I would have expected. First, a little background on me. I started programming in QuickBasic and really liked the graphics...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.