dbTalk Databases Forums  

Save DTS Package?

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


Discuss Save DTS Package? in the microsoft.public.sqlserver.dts forum.



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

Default Save DTS Package? - 06-09-2004 , 08:36 AM






I have a quick question.

When saving a DTS package, SQL Server indicates that you
can save that package to SQL Server, Meta Data Services,
Structured Storage File, or a Visual Basic File. However,
in all of the editions (PER, STD, ENT) that I've used, I
don't see an option to save the package to Meta Data
Services. Just wondering why. Does anything need to be
installed for the Meta Data Serivces?

Thanks.

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

Default Re: Save DTS Package? - 06-09-2004 , 08:52 AM






Nope but the option was removed in SP3 I think. You can turn it back on but
I do not know anyone who uses this location (slow).

Right Click on the Data Transformation Services folder | Properties | Enable
save to Meta Data Serices



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Rob" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have a quick question.

When saving a DTS package, SQL Server indicates that you
can save that package to SQL Server, Meta Data Services,
Structured Storage File, or a Visual Basic File. However,
in all of the editions (PER, STD, ENT) that I've used, I
don't see an option to save the package to Meta Data
Services. Just wondering why. Does anything need to be
installed for the Meta Data Serivces?

Thanks.



Reply With Quote
  #3  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default Re: Save DTS Package? - 06-09-2004 , 02:01 PM



This was removed for a reason. I would advise against saving packages to
Meta Data Services.

Rand
This posting is provided "as is" with no warranties and confers no rights.


Reply With Quote
  #4  
Old   
SqlGuy
 
Posts: n/a

Default Re: Save DTS Package? - 09-28-2004 , 10:57 PM



Reading the other messages, I think that it's likely that you can use
ONE file structure for all your tables, consisting of a lot of
varchar(255) fields. Considering that, there might be a way to simplify
your task of importing all the data. You could merely import them all
into the same file.


At the command line type FOR /?, and you'll see a very powerful syntax
for executing commands on sets of files, or on lines of files
The commands for sets of files include special options to allow parsing
of file name and path components, date, time, size.
Basicly, for each file, for each line in each file, you can echo the
line itself, but with a "filename", prefix at the beginning, and convert
1000s of files into a single input file. with a "table-name" column at
the beginning serving as a record type. With conversion to a more
efficient field, or not, this might even be an efficient way to store
all this data. I'd rather have all this data in one table than 1000s of
tables. That sounds like a process that already out of control from
initial design. I'm sure it could work. You could do it with ONE common
FMT file and BCP, since all files have the same inherent structure. if
you have rights to do XP_CMDSHELL or some related commands, you can
return a list of the files as a result set, which I would place in a log
table. Then you could process those records in the log table, and log
process status appropriately. There are several alternative approaches
here. I think that i'd rather use the common FMT file and just BCP them
all in. Doesn't anybody know the "DOS" commands these days? I know I
have a harder and harder time finding their documentation each time a
new windows version comes out.

-- An old fogey.

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.