• subscribe
September 18, 2003 12:00 AM

SQL Server Licensing for DTS

SQL Server Pro
InstantDoc ID #40028

I'd like to distribute some Data Transformation Services (DTS) packages that I've developed for customer use. What kind of SQL Server license do my customers need if their users run DTS packages but don't need access to SQL Server tools?

Technically, you don't need a SQL Server license to run a DTS package. You can legally redistribute the core DTS files that Figure 1 lists.

You can also distribute DTS packages as .dts files. Users can then run a package by using the dts-run.exe command-line tool, or you can write custom programs to call the DTS COM objects directly.

Users do need a valid SQL Server license if they're going to use the DTS Designer to open or edit a package. In addition, users need a SQL Server license if the DTS package connects to SQL Server for any reason.



ARTICLE TOOLS

Comments
  • MICHAEL
    8 years ago
    Dec 03, 2004

    I paid $6 for this???

  • Manias
    9 years ago
    Nov 03, 2003

    Two file names are wrong.
    dtsffile instead of dtsfile
    custtask.dll instead of Cuttask.dll

You must log on before posting a comment.

Are you a new visitor? Register Here