COMPUTER SCIENCE AND ENGINEERING
SQL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
sp ____ add ____ job
|
|
sp ____ execute ____ job
|
|
sp ____ run ____ job
|
|
None of the above
|
Detailed explanation-1: -Using SQL Server Management Studio Expand SQL Server Agent, create a new job or right-click an existing job, and then click Properties. In the Job Properties dialog, click the Steps page, and then click New. In the New Job Step dialog, type a job Step name. In the Type list, click Transact-SQL Script (TSQL).
Detailed explanation-2: -Using SQL Server Management Studio Expand the database that you want, expand Programmability, and then expand Stored Procedures. Right-click the user-defined stored procedure that you want and select Execute Stored Procedure.
Detailed explanation-3: -Within SQL Server Studio, stored procedures, or procedures for short, reside within any database, under the programmability subdirectory.