shreedhar
SSC Enthusiast
Points: 170
More actions
March 26, 2004 at 2:27 am
#163315
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.
Rodrigo Acosta
SSC-Insane
Points: 21261
March 26, 2004 at 5:28 am
#500616
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