I know you can call a MySQL procedure with the script below, but is the same possible for SQL Server?
mysql --host host_url --port port_number --user username --password password --execute="CALL stored_proc_name;
I have SQL Server Express, and need to setup a procedure to be run daily. It's on RDS, and SQL Server Express doesn't have a task scheduler..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…