dbTalk Databases Forums  

DTS SQLServer from .NET

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


Discuss DTS SQLServer from .NET in the microsoft.public.sqlserver.dts forum.



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

Default DTS SQLServer from .NET - 12-21-2005 , 12:09 PM






Hello:

I have a web application from where I need to execute a DTS,
my platform is SQL 2000 and .net 2003. From a Vb.net module I want to
execute the package, my question is: does the package need to be STRUCTURED
STORAGE FILE or could it be SQL SERVER package (local to the server) in
order to be executed from .NET.

- If I can execute the local SQL package , how can I do it?
- If I can only execute STRUCTURED STORAGE FILE, how can I get ride off of
the multiple versions that are created everytime the package is opened and I
make any update on it.

Thanks




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

Default Re: DTS SQLServer from .NET - 12-22-2005 , 02:58 AM







"Gina Hernandez" <pdwhitt (AT) nospam (DOT) wdsinc.com> wrote

Quote:
Hello:

I have a web application from where I need to execute a DTS,
my platform is SQL 2000 and .net 2003. From a Vb.net module I want
to execute the package, my question is: does the package need to be
STRUCTURED STORAGE FILE or could it be SQL SERVER package (local to the
server) in order to be executed from .NET.

- If I can execute the local SQL package , how can I do it?
LoadFromSQLServer is the methiod to laod a package from SQL/msdb storage.

Quote:
- If I can only execute STRUCTURED STORAGE FILE, how can I get ride off
of the multiple versions that are created everytime the package is opened
and I make any update on it.

There is no way to remove versions from files, you will need to save it to a
new file, or save it to the same file, but delete teh file while the package
is open and in memory.

You can use any storage.


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




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.