Forum Replies Created

Viewing 15 posts - 121 through 135 (of 288 total)

  • RE: Running out of workers

    So if you have one SPID, but 700 rows, that means the server is trying to do parallel processing? They all show CXPacket.. So how do I track down whay...

  • RE: Linked Server not working correctly

    I ran a trace.. and it added the following:

    Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors.

  • RE: Shrinking Temp DB

    dan-572483 (10/8/2013)


    "Have you tried turning it off and on again?"

    If you're able to schedule a downtime, do it. Simpley stopping the SQL Service and restarting will return the TempDB...

  • RE: Shrinking Temp DB

    Gail, I had to create extra MDF's to deal with SGAM contention, so now I need to shrink the old file.

  • RE: Shrinking Temp DB

    Bhuvnesh (10/3/2013)


    dwilliscp (10/2/2013)


    I am trying to shrink the first temp db mdf, but it is not shrinking

    IN two cases , size will not get reduced.

    1) Shrink will not...

  • RE: Moving all Jobs on a server

    Thanks for everyone's help!

  • RE: Pivot on changing columns

    I modified the query so the columns will show if it is Arrived or In Transit, but the code works on my test... but not on my real data.

    Error:

    Msg 102,...

  • RE: Pivot on changing columns

    Man this is messy. Has MS fixed this in 2012? We are using 2005 and 2008.

  • RE: Pivot on changing columns

    This is as close and seems to work, now how would I show the Arrived .. In Transport. The columns are there.. Arrived first, and then In Transport, thanks to...

  • RE: Working with Strings

    Thanks... yes this field is real simple.. just the code and description of the rail transport... So I tested the code on our data.. and it works great!

  • RE: CTE and Group By

    I used a CTE to cast the data... and it works, thanks for your help.... I was chasing the wrong rabbit.

    ;with Del_Ind as

    (

    SELECT Row_Number() Over(Partition by Purchasing_Doc_Num, Purchasing_Req_Item_Num...

  • RE: CTE and Group By

    Ok.. I guess the error I got was not due to the way I was doing it.. the test table I just created to post this worked.. so the data...

  • RE: Running out of workers

    Erland Sommarskog (8/9/2013)


    dwilliscp (8/9/2013)


    Sorry should have added.. 64bit. Any change that would effect Disaster Recover, has to be done by the App Admin team. So I put in a request,...

  • RE: Running out of workers

    GilaMonster (8/9/2013)


    dwilliscp (8/9/2013)


    We are running 2008 R2 Standard, two CPU's with 6 cores each.

    32 bit or 64 bit?

    Have you enabled remote DAC? If not, you'll have to connect from the...

  • 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

    I am getting an error that DAC is not supported. I will...

Viewing 15 posts - 121 through 135 (of 288 total)