dbTalk Databases Forums  

DTS Package File Limit...

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS Package File Limit... in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Hilton
 
Posts: n/a

Default DTS Package File Limit... - 12-15-2004 , 02:52 PM






I am using Text File(Source) object to read the data from a flat file. Is
there any file size limit to read the data from an ASCII file? I am trying
to read the data from 700+ MB file and when the file format is fixed field,
I am not seeing the data in the editor to map.

I am presuming that this is because of source file size.

I am using SQL2K.

1. Is there any source file size limit to read the data as mentioned above?

2. Any other reason that I cannot see data when I am in the data mapping
steps.

Thanks,

Hill



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS Package File Limit... - 12-15-2004 , 03:10 PM






The "Source Viewer" only shows the first 200 lines of data. The file should
be all of the same structure so this should be enough. Have you tried
importing the file yet?

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"John Hilton" <John_Hilton2004 (AT) hotmail (DOT) com> wrote

Quote:
I am using Text File(Source) object to read the data from a flat file. Is
there any file size limit to read the data from an ASCII file? I am trying
to read the data from 700+ MB file and when the file format is fixed
field,
I am not seeing the data in the editor to map.

I am presuming that this is because of source file size.

I am using SQL2K.

1. Is there any source file size limit to read the data as mentioned
above?

2. Any other reason that I cannot see data when I am in the data mapping
steps.

Thanks,

Hill





Reply With Quote
  #3  
Old   
John Hilton
 
Posts: n/a

Default Re: DTS Package File Limit... - 12-15-2004 , 04:43 PM



Now I am getting the following error message.
"Could not find the selected row delimiter within the first 8 KB of data. Is
the selected row delimiter valid?"
What is the meaning of this message?
Thanks,
Hilton



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
The "Source Viewer" only shows the first 200 lines of data. The file
should
be all of the same structure so this should be enough. Have you tried
importing the file yet?

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"John Hilton" <John_Hilton2004 (AT) hotmail (DOT) com> wrote in message
news:uXw$Niu4EHA.3120 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
I am using Text File(Source) object to read the data from a flat file. Is
there any file size limit to read the data from an ASCII file? I am
trying
to read the data from 700+ MB file and when the file format is fixed
field,
I am not seeing the data in the editor to map.

I am presuming that this is because of source file size.

I am using SQL2K.

1. Is there any source file size limit to read the data as mentioned
above?

2. Any other reason that I cannot see data when I am in the data mapping
steps.

Thanks,

Hill







Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS Package File Limit... - 12-16-2004 , 12:18 AM



It means that DTS has run through the first 8KB of data in the file (why
8K? - it is the page size in SQL Server and a row cannot span > 1 page). It
is saying that the row terminator you chose in the setup of the file cannot
be found in that amount of data.

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"John Hilton" <John_Hilton2004 (AT) hotmail (DOT) com> wrote

Quote:
Now I am getting the following error message.
"Could not find the selected row delimiter within the first 8 KB of data.
Is
the selected row delimiter valid?"
What is the meaning of this message?
Thanks,
Hilton



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:O47Poou4EHA.2540 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
The "Source Viewer" only shows the first 200 lines of data. The file
should
be all of the same structure so this should be enough. Have you tried
importing the file yet?

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new
stuff.
www.konesans.com - Consultancy from the people who know


"John Hilton" <John_Hilton2004 (AT) hotmail (DOT) com> wrote in message
news:uXw$Niu4EHA.3120 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
I am using Text File(Source) object to read the data from a flat file.
Is
there any file size limit to read the data from an ASCII file? I am
trying
to read the data from 700+ MB file and when the file format is fixed
field,
I am not seeing the data in the editor to map.

I am presuming that this is because of source file size.

I am using SQL2K.

1. Is there any source file size limit to read the data as mentioned
above?

2. Any other reason that I cannot see data when I am in the data
mapping
steps.

Thanks,

Hill









Reply With Quote
  #5  
Old   
John Hilton
 
Posts: n/a

Default Re: DTS Package File Limit... - 12-16-2004 , 11:07 AM



A very reasonable answer. What you are saying is 8kb limit cannot be
changed.

Thank you so much.

Hilton


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
It means that DTS has run through the first 8KB of data in the file (why
8K? - it is the page size in SQL Server and a row cannot span > 1 page).
It
is saying that the row terminator you chose in the setup of the file
cannot
be found in that amount of data.

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"John Hilton" <John_Hilton2004 (AT) hotmail (DOT) com> wrote in message
news:egYSJgv4EHA.1400 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Now I am getting the following error message.
"Could not find the selected row delimiter within the first 8 KB of
data.
Is
the selected row delimiter valid?"
What is the meaning of this message?
Thanks,
Hilton



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:O47Poou4EHA.2540 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
The "Source Viewer" only shows the first 200 lines of data. The file
should
be all of the same structure so this should be enough. Have you tried
importing the file yet?

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new
stuff.
www.konesans.com - Consultancy from the people who know


"John Hilton" <John_Hilton2004 (AT) hotmail (DOT) com> wrote in message
news:uXw$Niu4EHA.3120 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
I am using Text File(Source) object to read the data from a flat file.
Is
there any file size limit to read the data from an ASCII file? I am
trying
to read the data from 700+ MB file and when the file format is fixed
field,
I am not seeing the data in the editor to map.

I am presuming that this is because of source file size.

I am using SQL2K.

1. Is there any source file size limit to read the data as mentioned
above?

2. Any other reason that I cannot see data when I am in the data
mapping
steps.

Thanks,

Hill











Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.