Forum Replies Created

Viewing 15 posts - 136 through 150 (of 288 total)

  • RE: Running out of workers

    John Mitchell-245523 (8/9/2013)


    Did you follow the link I posted to watch the video? You need to use DAC.

    John

    Not yet.. still reviewing the posts.

  • RE: Running out of workers

    Erland Sommarskog (8/8/2013)


    If you run out of workers, this is likely to be due to one of the following (or a combination thereof):

    1) There are simply too many active users.

    2)...

  • RE: Running out of workers

    GilaMonster (8/8/2013)


    GilaMonster (8/8/2013)


    What version of SQL, what processor architecture, how many cores?

    The DAC connection requires a sysadmin, not necessarily SA, so you should be able to use that to connect.

    When...

  • RE: Running out of workers

    IT will not allow us to use the SA account, so there is no way.. that I know of .. to get into the server when it is effected. Once...

  • RE: Running out of workers

    Unable to log into the server and ...

    SQL Server Alert System: 'Out of Workers' occurred on <Server Name>

    DATE/TIME:7/17/2013 8:53:43 AM

    DESCRIPTION:New queries assigned to process on Node 0 have not...

  • RE: Trying to select the last 3 months of data

    Louis and Chris thanks for your help! 🙂

  • RE: Trying to select the last 3 months of data

    The query gave me a multi-part error on Base.Post_DM

    I changed it to the following:

    ;WITH base AS (

    SELECT Max_DM = MAX(post_dm) FROM ztb_forecastable_metrics_hist

    )

    SELECT

    post_dm -- etc

    FROM ztb_forecastable_metrics_hist

    WHERE post_dm...

  • RE: Trying to select the last 3 months of data

    Luis Cazares (8/6/2013)


    Why are you using a CTE when a normal query could work?

    If you give us more information on your query, we might suggest something different, but to solve...

  • RE: Limit when a trigger runs

    Ok.. good point on the testing for removed 'review' check (it is a bit column). I was trying to isolate the trigger stamping .. since it is so critical to...

  • RE: Limit when a trigger runs

    Oooo so close...I tried to add an 'ELSE' statement to remove the stamp.. if the App has set 'Review' to 0 or NULL, but got the following error:

    Msg 4104, Level...

  • RE: SQL Server stops responding

    I didn't try to log in from the server.. but the SQL server log did not have anything at all in it.. for the time in question. The same is...

  • RE: SQL Server stops responding

    This effects all the SQL server jobs connecting to this server, and all users connected. So for users we have both Management Studio, and .Net Apps.

  • RE: Limit when a trigger runs

    Great.. how would this work with an insert? Would it execute? If so how would we wrap this in an IF statement to only run when updating the row.. not...

  • RE: Limit when a trigger runs

    Ok, thanks. Since it fixes the multi-row failure.. then how would I put in a IF statement to only execute if the record being written contains a data change in...

  • RE: Limit when a trigger runs

    Date7/25/2013 8:41:00 PM

    LogJob History (Refresh BOR Table)

    Step ID1

    ServerNDCASPSQLP03

    Job NameRefresh BOR Table

    Step NameRun New SSIS Package

    Duration00:00:06

    Sql Severity0

    Sql Message ID0

    Operator Emailed

    Operator Net sent

    Operator Paged

    Retries Attempted0

    Message

    Executed as user: <Domain>\<user>. Microsoft (R) SQL Server...

Viewing 15 posts - 136 through 150 (of 288 total)