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..