Viewing post 1 (of 1 total)
you could try using xp_cmdshell (if it is enabled)
eg
xp_cmdshell 'net stop servicename'
and
xp_cmdshell 'net start servicename'
there is probably also some sample code utilising OLE around as well.
October 13, 2008 at 5:44 pm
#884372