Hi,
I create a trigger for an builtin application.
The problem is that the application is maintaining cache from the frontend and the database. So after my trigger is completed I have to run a windows command line to clear the cache.
Does anyone how to run a command line in t-sql script on mssql 2000 and windows 2003 ? Is that possible to run something like @@c:\windows\update.exe ???
Thanks for your help !!
I create a trigger for an builtin application.
The problem is that the application is maintaining cache from the frontend and the database. So after my trigger is completed I have to run a windows command line to clear the cache.
Does anyone how to run a command line in t-sql script on mssql 2000 and windows 2003 ? Is that possible to run something like @@c:\windows\update.exe ???
Thanks for your help !!