473,499 Members | 1,579 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Huge Imports using DTS - advice needed ...

Hello Specialists !

Please help me - i need advice in importing textual data to SQL Server.

I am using DTS with a simple process : Text(source)->Connection.
I want to increase speed of importing because i have to import 4GB (1000
char lines lenght) of data.

Do you have any tips for me ?
Best regards,
Manu
Jul 20 '05 #1
1 1123
The fastest way to import data with DTS is with minimally-logged operation.
This requires that the target database be in the SIMPLE or BULK_LOGGED
recovery model and have no indexes (including primary key and unique
constraints).

In your Transform Data task property options, check the 'use fast load' and
'table lock' boxes. Specify an fairly large insert batch size such as
50000. After the import, recreate you constraints and indexes.

See the Books Online <optimsql.chm::/odp_tun_1a_5gyt.htm> for more
information on optimizing bulk copy performance.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Manu" <pa**********@wp.pl> wrote in message
news:cd**********@achot.icm.edu.pl...
Hello Specialists !

Please help me - i need advice in importing textual data to SQL Server.

I am using DTS with a simple process : Text(source)->Connection.
I want to increase speed of importing because i have to import 4GB (1000
char lines lenght) of data.

Do you have any tips for me ?
Best regards,
Manu

Jul 20 '05 #2

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

Similar topics

16
2094
by: max(01)* | last post by:
hi everybody. suppose that code-1.py imports code-2.py and code-3.py (because it uses names from both), and that code-2.py imports code-3.py. if python were c, code-1.c should only *include*...
15
2317
by: cody | last post by:
We have a huge project, the solutuion spans 50 projects growing. Everytime I want to start the project I have to wait nearly over 1 minute for the compiler to complete building. This is...
7
1643
by: James | last post by:
Hi, Recently my boss has given me a huge program (10000) lines of code. The program has be written in an unmaintainable fashion. It looks like someone who did not know programming has written...
5
2371
by: Tamir Khason | last post by:
I have huge bitmap inmemory (about 4K x 6K 300dpi) and I want to quick resize it so old fasion way: Bitmap result = new Bitmap( nSize.Width, nSize.Height); using( Graphics g1 =...
6
1255
by: Mike | last post by:
Hi, I've two projects in one solution a windows and web project and I would like to get access to the windows classes (namespaces)by using the Imports statement in the web project but I can't see...
1
1882
by: Thomas Wittek | last post by:
Hi! Is there any possibility/tool to automatically organize the imports at the beginning of a module? I don't mean automatic imports like autoimp does as I like seeing where my...
3
1809
by: Mohamed Yousef | last post by:
Hello , The problem I'm asking about is how can imported modules be aware of other imported modules so they don't have to re-import them (avoiding importing problems and Consicing code and...
0
1005
by: Mohamed Yousef | last post by:
Hello , The problem I'm asking about is how can imported modules be aware of other imported modules so they don't have to re-import them (avoiding importing problems and Consicing code and...
0
1343
by: Gabriel Genellina | last post by:
En Sun, 24 Aug 2008 07:34:41 -0300, Mohamed Yousef <harrrrpo@gmail.comescribió: Yes. That way, when you see a name "foo" used in a module, you can look at the imports to see where it comes from....
0
7130
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7171
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
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6893
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
7386
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
4599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3090
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
664
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.