This is a discussion on SS & QA within the SQL Server forums, part of the Microsoft SQL Server category; --> Does anybody have any experiences in Query analyzer & Source Safe inegration? Please, any suggestion is welcome....
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| "Makjalele" <stupidaria_domestica@net.hr> wrote in message news:br4l2l$ibm$1@ls219.htnet.hr... > Does anybody have any experiences in Query analyzer & Source Safe > inegration? Please, any suggestion is welcome. > > QA doesn't integrate to VSS directly, but it can run external applications, so you can use a custom script to hook into VSS. There is a description here of one such implementation: http://www.abaris.se/abaperls/index.html Otherwise, I believe that Visual Studio will integrate with VSS, if that's an option for you. Simon |
| ||||
| What you might consider is using an editor called TextPad driving ISQL as a compiler, then linking Source Safe into TextPad. I haven't done this but I think it could work. "Makjalele" <stupidaria_domestica@net.hr> wrote in message news:<br4l2l$ibm$1@ls219.htnet.hr>... > Does anybody have any experiences in Query analyzer & Source Safe > inegration? Please, any suggestion is welcome. |