Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 DTS question

Author  Topic 

Crespo

85 Posts

Posted - 2002-08-06 : 10:40:17
Hi there,

I was wondering if any of you knows a way of organising a collection of DTS packages. I have a set of packages that I would like to put in a folder. The DTS folder has over 50 packages which belongs to various developers in the office and I would like to keep mine separate but using the same space.

Does anybody knowof a good way of organising them?

Thanks in advance

Good Luck!

Crespo.

M.E.
Aged Yak Warrior

539 Posts

Posted - 2002-08-07 : 10:26:57
Best way I've found is to implement a naming schema.

All DTS packages here are named by the project their in. All DTS packages related to the SDI project would be named

SDI-Package name

or the pip project

Pip-Package name

For packages not ment for projects, like tests and what not, we use our CBS number (login name/number) in the same manner

-----------------------
Take my advice, I dare ya
Go to Top of Page

Crespo

85 Posts

Posted - 2002-09-19 : 08:02:31
quote:

Best way I've found is to implement a naming schema.

All DTS packages here are named by the project their in. All DTS packages related to the SDI project would be named

SDI-Package name

or the pip project

Pip-Package name

For packages not ment for projects, like tests and what not, we use our CBS number (login name/number) in the same manner

-----------------------
Take my advice, I dare ya



Thank you!

I will follow your advice.

Good Luck!

Crespo.
Hewitt Bacon & Woodrow
Epsom
Surrey
United Kingdom
Go to Top of Page
   

- Advertisement -