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 2005 Forums
 SSIS and Import/Export (2005)
 how to add a SSIS project to visualSourcesafe 2005

Author  Topic 

dhani
Posting Yak Master

132 Posts

Posted - 2008-11-05 : 11:02:45
how to add a SSIS project to visual source safe
Hello All,

i developed 2 projects, in SSIS (sql server integration Services) ,
how can i add these projects to visual source safe

basic question
what is microsoft visual source safe
what is the benefit to add a project to the VSS

Please
Thanks in advance
asin

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-05 : 11:19:43
microsoft visual sourcesafe is a version control software. it is basically used to organise your files for project work and also enables you to store each incremental versions. AT any one time, you will be able to retrive any previous function from it. each incremental change will be added to vss.
To add the files to VSS, just create a working folder on your local machine. create a new project (folder) on VSS and map it to this local working folder (SEt working folder option). then click add new file icon on top and it will ask you what all files to add. select approprite files. it gets added to VSS. Keep in mind that once this is done, file becomes read only. To further edit you need to select check out option for file from VSS. and all your changes will be added to VSS when you check in file.
Go to Top of Page

dhani
Posting Yak Master

132 Posts

Posted - 2008-11-05 : 12:11:08
Thank you for your post visakh,

it gave me an idea about VSS

thank you very much
i will get some more information from other source

but basically you gave me a building block

Thanks

Best Regards
asin
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-05 : 12:19:50
You're welcome
Go to Top of Page
   

- Advertisement -