CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    6

    how to run a DTS package in SQL Server

    Hi.

    I am new to SQL Server and I have to test this dts package someone wrote only that I don't know how to run it. Also what is the file extension of the source code from this package?

    Can it be ran from outside SQL Sever?

    Can anyone recommend a good book that deals with this subject?
    Thanks a lot.

    Adriana
    Last edited by adrianapopescu; April 3rd, 2007 at 10:07 AM.

  2. #2
    Join Date
    Sep 2004
    Posts
    65

    Re: how to run a DTS package in SQL Server

    As far as I know, you have to import the dts package into sql server and you can run it from there, by opening the dts in sql server and clicking the run icon at the top.

    The file extension should be .dts. I don't think there is any way to run it without sql server.
    Not sure of any good books on the topic, they all blur together for me.

    -Ranthalion

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured