dbTalk Databases Forums  

dynamic properties task

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


Discuss dynamic properties task in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Aron E. Tekulsky
 
Posts: n/a

Default dynamic properties task - 07-22-2005 , 02:34 PM






i want to use the dynamic task properties in a dts task. I want to use a
datafile. i would like to know what the end of line delimiter is.
thanks



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: dynamic properties task - 07-25-2005 , 08:10 AM






There isn't a delimiter as far as the task is concerned. It reads the whole
file and that is the value used for the assignment.


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

"Aron E. Tekulsky" <atekulsky (AT) iie (DOT) org> wrote

Quote:
i want to use the dynamic task properties in a dts task. I want to use a
datafile. i would like to know what the end of line delimiter is.
thanks





Reply With Quote
  #3  
Old   
Aron E. Tekulsky
 
Posts: n/a

Default Re: dynamic properties task - 07-26-2005 , 08:20 AM



so then how does it know the end of one item and the beginning of another ?
how does it know to go to the next line ?
"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
There isn't a delimiter as far as the task is concerned. It reads the
whole
file and that is the value used for the assignment.


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

"Aron E. Tekulsky" <atekulsky (AT) iie (DOT) org> wrote in message
news:Oh0byRvjFHA.3568 (AT) tk2msftngp13 (DOT) phx.gbl...
i want to use the dynamic task properties in a dts task. I want to use a
datafile. i would like to know what the end of line delimiter is.
thanks







Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: dynamic properties task - 08-13-2005 , 08:19 AM



Aron E. Tekulsky wrote:
Quote:
so then how does it know the end of one item and the beginning of another ?
how does it know to go to the next line ?
"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote in message
news:u5ryKqRkFHA.3448 (AT) TK2MSFTNGP12 (DOT) phx.gbl...

There isn't a delimiter as far as the task is concerned. It reads the

whole

file and that is the value used for the assignment.


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

"Aron E. Tekulsky" <atekulsky (AT) iie (DOT) org> wrote in message
news:Oh0byRvjFHA.3568 (AT) tk2msftngp13 (DOT) phx.gbl...

i want to use the dynamic task properties in a dts task. I want to use a
datafile. i would like to know what the end of line delimiter is.
thanks
It doesn't care. The Data File assignment takes the entire file,
including any line breaks if present, and assigns all the content to the
property selected. There is no need for line breaks. This is not like a
structured file which contains multiple values for several assignments.
One file sets one property.

--
Darren Green
http://www.sqldts.com
http://www.sqlis.com


Reply With Quote
  #5  
Old   
Mnemonic
 
Posts: n/a

Default Re: dynamic properties task - 08-15-2005 , 08:28 AM



Dynamic task = 1 value (per line item in properties)
Sounds like you may prefer an ODBC to txt using fixed width or other
delimiter.


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.