I have a problem for create a SQL job, in my local machine I have just .\SQLExpress, but my site stay in a Shared Host, and in this SQL instance I don’t see the SQL Agent for create a SQL Job.
Who I do creating a job?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The jobs can actually be scripted in.
Here’s an article that might be useful http://www.mssqltips.com/sqlservertip/2161/sql-server-agent-job-management-scripts/
I believe another solution could be to reverse engineer an existing job created through Management Studio by using the IDE to script it out for you. I know you only have SQL Express, so that might not be feasible 🙂