Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dearamjath

    Stored procedures runs well. But job does n't. why?

    Thanks Rishi, I am just executing a Stored procedure say, sp_proc1. But in the sp_proc1, I am using two different servers, say serv1, serv2. Stored procedure resides in the serv1. So, I have used a query like this, SELECT * INTO mytablename FROM serv2.mydb.dbo.mytablename...
  2. dearamjath

    Stored procedures runs well. But job does n't. why?

    HI all, I have a stored procedure, It runs well as a stored procedure. But When I made it as a Job It fails. What may be the reason? I have come across a error diagnosis message 'NT Authority/ Anonymous logon' Thanks, Amjath
  3. dearamjath

    Runs well in stored proc, But not in Job Why?

    Hi everybody, Procedure runs well in stored procedure. But not in Job. Why? It gives me 'NT Authority/ Anonymous logon' Any help, Amjath

Part and Inventory Search

Back
Top