Forum Replies Created

Viewing 15 posts - 2,296 through 2,310 (of 2,647 total)

  • RE: SQL Agent jobs not running as scheduled

    Sheila.Roscoe (10/26/2011)


    just fyi...this is a virtual server. We have another virtual server, same version of SQL, and the jobs have been running fine since creation of the jobs.

    Have you...

    Jared
    CE - Microsoft

  • RE: How to divide on row by another

    Steve Jones - SSC Editor (10/26/2011)


    Yes, I think some running total is needed. Something like this: http://www.sqlservercentral.com/articles/T-SQL/68467/

    The problem is that you cannot do the division in the same way as...

    Jared
    CE - Microsoft

  • RE: SQL Agent jobs not running as scheduled

    Kenneth Fisher-475792 (10/26/2011)


    First let me point out that people trying to help out on this form are shooting blind. We have to start at the beginning and assume nothing....

    Jared
    CE - Microsoft

  • RE: How to divide on row by another

    o you have a fixed number of channels? I don't see a channelId or something to identify which channel is feeding the data. If it is fixed, you can...

    Jared
    CE - Microsoft

  • RE: How to divide on row by another

    So, you have something similar to a running total. Anyone thinking pseudo-cursor and quirky update?

    Jared

    Jared
    CE - Microsoft

  • RE: Fill Factor

    rodmeans (10/26/2011)


    The column in the non cluster index is a varchar(255) and new rows are getting inserted roughly ever couple of minutes.

    Do you know offhand what the typical actual length...

    Jared
    CE - Microsoft

  • RE: SQL Agent jobs not running as scheduled

    Also, if you are just backing up dbs and tlogs, I find a stored proc or script within a job is much easier to maintain versus a package created by...

    Jared
    CE - Microsoft

  • RE: SQL Agent jobs not running as scheduled

    If all else fails... Recreate the maintenance plan, delete the old one, and reschedule. Sometimes SQL can be quirky 🙂

    Jared

    Jared
    CE - Microsoft

  • RE: SQL Agent jobs not running as scheduled

    So... Once the job is open, you are clicking on schedules, highlighting the schedule, then clicking edit. Schedule type is "recurring" and the enabled box is checked? Then... Occurs Daily...

    Jared
    CE - Microsoft

  • RE: SQL Agent jobs not running as scheduled

    Sheila.Roscoe (10/26/2011)


    yes, I did use the wizard to create the plans.

    Are you changing the run times through the maintenance plan or directly through the job? I am asking so I...

    Jared
    CE - Microsoft

  • RE: How to divide on row by another

    Whoa... Can you give me some context or business rules? I don't quite understand what is being multiplied and divided...

    Thanks,

    Jared

    Jared
    CE - Microsoft

  • RE: SQL Agent jobs not running as scheduled

    When you say that you set up maintenance plans, I assume you are referring to the wizard?

    Jared

    Jared
    CE - Microsoft

  • RE: anyalyze the bussiness

    I have a stored procedure that moves all of the data from the application tables into a data warehouse table. This is a nightly job, but you can set it...

    Jared
    CE - Microsoft

  • RE: Receive message: Login failed for user.

    When SQL Server performs a backup, or any 3rd party does, it does specific things to SQL Server and the mdf file (also the log file). Thinks like checkpoints,...

    Jared
    CE - Microsoft

  • RE: User Defined Types not working in ODBC System DSN datasources

    Trey Staker (10/25/2011)


    That worked Thanks!

    The weird thing is that via an ADO connection in crystal it works without granting view definition, That part still confuses me.

    I just took a...

    Jared
    CE - Microsoft

Viewing 15 posts - 2,296 through 2,310 (of 2,647 total)