I am trying to run a short VB app from within Sqlserver.
I have tried the xp_cmdshell and it does not work.
If somebody could tell me where to store the VB app and also how I can run it from within sqlserver. this is what I have tried:
exec master..xp_cmdshell 'c:\Directpage.exe'
I am eventually going to try to schedule this so if anyone knows a better way then let me know. I worked with the DTS a little bit but everytime I schedule it does not work, it only works when I execute it manually.
Thanks
Kyle
I have tried the xp_cmdshell and it does not work.
If somebody could tell me where to store the VB app and also how I can run it from within sqlserver. this is what I have tried:
exec master..xp_cmdshell 'c:\Directpage.exe'
I am eventually going to try to schedule this so if anyone knows a better way then let me know. I worked with the DTS a little bit but everytime I schedule it does not work, it only works when I execute it manually.
Thanks
Kyle