Using SQL Server, I want to know if it is possible to have a function I wrote run at a certain time every day. It will just perform a very small int insert into a table.
I'm not to sure how to go about this and I know how to use SQL Server generally.