CVS Command line Commands in SQL SERVER

  • How do I run CVS Command Line Commands using SQL SERVER.

    CVS -d:pserver:xxxxx@host:CVSROOT login.

    I Could able to run the above command through shell, But I should use this using SQLSERVER.

    Thanks in Advance.

  • Check xp_cmdshell in BOL.

    A quick help:

    EXEC master.dbo.xp_cmdshell 'DIR C:\*.*'

     

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply