Re: sp_start_job
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 09/27/04
- Next message: riz: "[Microsoft][ODBC SQL Server Driver][SQL Server]Transaction context in use by another session."
- Previous message: Adam Machanic: "Re: Query taking long to respond"
- In reply to: simon: "sp_start_job"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 14:43:51 +0200
The proc is in msdb:
EXEC msdb.dbo.sp_start_job @job_name = 'prenosZaCPO'
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "simon" <simon.zupan@stud-moderna.si> wrote in message news:OgpNV4IpEHA.1308@TK2MSFTNGP14.phx.gbl... > If I would like to execute the job from query analyzer: > > EXEC sp_start_job @job_name = 'prenosZaCPO' > > I get an error message: > > Server: Msg 2812, Level 16, State 62, Line 3 > Could not find stored procedure 'sp_start_job'. > > Why? > > The 'sp_start_job' exists in extended SP in master db. > > If I execute the same sp_start_job from some other database, it's ok. > > Thank you, > Simon > >
- Next message: riz: "[Microsoft][ODBC SQL Server Driver][SQL Server]Transaction context in use by another session."
- Previous message: Adam Machanic: "Re: Query taking long to respond"
- In reply to: simon: "sp_start_job"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|