Sql-server – How to automatically execute a stored procedure every day at a particular time

scheduled-taskssql serversql-server-2008-r2sql-server-express

Can you please help me how to execute a stored procedure automatically in SQL database without any transaction in SQL? I want to execute on particular fix time.

Best Answer

If you are not comfortable using Powershell, then you can go for native service broker functionality.