Microsoft
Software
Hardware
Network
Question : how to schedule a daily task run stored procedure with sqlserver 2005
I work with sqlserver2005 I did a stored procedure my_daily_sp
and I would like to run it every night at 11PM.
How is it possible to programm this task with sqlserver 2005.
Thanks David
Answer : how to schedule a daily task run stored procedure with sqlserver 2005
Use SQL Agent jobs and their schedules or (if you have SQL Server 2005 Express Edition) Windows Task Manager and .sql batch.
Random Solutions
Add three colums together in sql to get a total
Relate tables with no exact matching field
Can't solve mswrd632.wpc issue
Wake on lan from Server 2008 64 bit
need a nic driver for an HP Pavillion - went from Vista to XP-PRO
Can't Open Network Connections on Windows Server 2000
Display Msgbox if no match is found.
How do you automatically detect proxy settings for a VB.NET applciation using IWebProxy
MS Access 2003 ... Add customized code to form created by Wizard
Problems With The GoTo Code