What does packagetype = 0 in msdb..sysdtspackages90 mean?
BOL has the following information for packagetype: The client that created the package. The values are as follows: 0 (default client), 1 (SQL Server Import and Export Wizard), 2 (DTS Designer in SQL Server 2000), 3 (SQL Server Replication), 5 (SSIS Designer), and 6 (Maintenance Plan Designer). What does default client mean?
May 13th, 2011 12:59pm

It is reserved for the "Undefined" case. Reference source: http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.dtspackagetype.aspx Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
May 13th, 2011 2:16pm

Besides those 5 tools, what are other MS tools for creating SSIS packages? Does "Undefined" simply mean non-MS tools? It is kind of odd that the value 4 is skipped.
May 13th, 2011 2:48pm

This is a use of package, not tools a package was created with. You can set this property yourself in BIDS to whatever value.Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
May 13th, 2011 2:54pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics