Forum Replies Created

Viewing 15 posts - 676 through 690 (of 1,129 total)

  • RE: SQL Job appear to run when job has been disabled???

    simon-811452 (4/9/2010)


    Brandie

    This definitely happens when disabling from the GUI (see previous post). The system SP runs another SP, sp_sqlagent_notify, which clears the cache for the job; again, see previous post....

  • RE: Job stops running as per schedule after maitenance?

    Brandie Tarvin (2/15/2011)


    Could it be that the job cache hasn't been updated since right after you disabled things?

    Could be..what do u mean by "job cache"..how can i check that?

  • RE: Who created the job?

    crazy4sql (2/14/2011)


    if even there are jobs with same name and account on other server..so what?

    I no where said that job is created with same account. What I said was same...

  • RE: Job stops running as per schedule after maitenance?

    J,K (2/14/2011)


    Drop the job and prepare a new one

    Thanks. I am not looking for a solution here, as i mentioned in my post "ONLY FROM A SCRIPT" works. I...

  • RE: Who created the job?

    crazy4sql (2/14/2011)


    ii) i have a job which is running under a disabled windows account and still the job runs fine. How is this possible? The job owner is a disabled...

  • RE: Proc runs slow only during business hours?

    I will try to get some waitstats.

  • RE: Who created the job?

    As far as i know there are no tables inside MSDB which will give the name of the "creator" of the job. I am so surprised that sql server...

  • RE: instances one or more

    DEPENDS....in our place we have one instance on each server but at my old place we had 2 instances on each server. Good thing about having multiple instances is you...

  • RE: Who created the job?

    Grant Fritchey (2/14/2011)


    For a) you want to take a look at the default trace. That's how you can tell who made structural changes to the system.

    As far as b) goes,...

  • RE: Job stops running as per schedule after maitenance?

    Grant Fritchey (2/14/2011)


    Check the schedule on the job. It is probably disabled as well. Instead of disabling the job, if you disable/renable the schedule on the job I think you'l...

  • RE: Suggestions to tune this query?

    Ninja's_RGR'us (2/11/2011)


    Unlikely. The problem with this setup if that you are basically downloading the whole table.

    Unless you can bring that down to 3% and ideally very much less...

  • RE: Suggestions to tune this query?

    Ninja's_RGR'us (2/11/2011)


    Without a where condition it CANNOT do anything else than a scan.

    That being said, maybe it's not required.

    Can you post table / keys / indexes defs, sample data and...

  • RE: Two different sub-exec plans?

    ChazMan (2/11/2011)


    SQL can recompile specific lines within a stored procedure, which is what I think you are experiencing here. I would not worry about it unless there is a...

  • RE: Two different sub-exec plans?

    Thanks for your replies. Some more info on the issue

    i) there are 5 different DML( NO DDL) going on with in the proc which i am working on

    ii) each...

  • RE: Two different sub-exec plans?

    Grant what do you mean by "your queries are dynamic using EXEC "? When a task is selected from the application the sql behind the scene's is executed in "...

Viewing 15 posts - 676 through 690 (of 1,129 total)