显示标签为“intergrated”的博文。显示所有博文
显示标签为“intergrated”的博文。显示所有博文

2012年2月13日星期一

Any 3rd party tools for integrating VSS w/ query analyzer or similar?

Are there any 3rd party tools that allow VSS to be directly intergrated with
Query Analyzer? Or are there replacements for Query Analyzer that have VSS
built in?
We found http://www.mssqlXpress.com , but it likely has more bells and
whistles than we need and/or want to pay for. We just need/want QA with VSS
built in ...
Thanks in advance!
MarkOne thing you can do is add VSS to the external tools in Query analyzer
passing command line parameters...
SS.exe I think is VSS executable...For instance to check out the current
file..
Command: ss.exe
Arguments; checkout $(Filename)$(FileExt) -C-
Initial Directory: $(FileDir)
Ken Henderson covers some of this in his new book 'The Guru's Guide to SQL
Server Architecture and Internals'...
It's a good book , I recommend it.!
--
Wayne Snyder, MCDBA, SQL Server MVP
Computer Education Services Corporation (CESC), Charlotte, NC
www.computeredservices.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Mark" <mfield@.idonotlikespam.cce.umn.edu> wrote in message
news:eaeFIaxlDHA.2272@.tk2msftngp13.phx.gbl...
> Are there any 3rd party tools that allow VSS to be directly intergrated
with
> Query Analyzer? Or are there replacements for Query Analyzer that have
VSS
> built in?
> We found http://www.mssqlXpress.com , but it likely has more bells and
> whistles than we need and/or want to pay for. We just need/want QA with
VSS
> built in ...
> Thanks in advance!
> Mark
>