Forum Replies Created

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

  • 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...

  • 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...

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