Last reboot time

Technical Article

RE: DTS to run DTS packages

  • Reply

You can also execute a DTS package from within an ActiveX Script... Function Main() 'Declare variables  Dim objPkg   'Create and Execute the package  Set objPkg = CreateObject("DTS.Package")  objPkg.LoadFromSQLServer _            "YourServerName", , , _            DTSSQLStgFlag_UseTrustedConnection,,,, _            "YourDTSPackageName"  objPkg.Execute   'Clean-up objects  Set objPkg = Nothing   Main = DTSTaskExecResult_Success End Function  You could add as many objPkg as needed within the same […]

You rated this post out of 5. Change rating

2004-07-23

Blogs

Monday Monitor Tips–Finding CUs for My Instance

By

How can I quickly get a CU patch for a system that’s out of...

Why Data Analysts Love PostgreSQL (and You Will Too!)

By

Data analysis is all about wrangling massive datasets. To do that efficiently, you need...

How to Connect Your WordPress Site to the Fediverse

By

Make it easier for your audience to engage with you by connecting your site...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers