Viewing 15 posts - 121 through 135 (of 288 total)
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...
October 16, 2013 at 7:20 am
I ran a trace.. and it added the following:
Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors.
October 14, 2013 at 1:12 pm
dan-572483 (10/8/2013)
If you're able to schedule a downtime, do it. Simpley stopping the SQL Service and restarting will return the TempDB...
October 8, 2013 at 5:16 pm
Gail, I had to create extra MDF's to deal with SGAM contention, so now I need to shrink the old file.
October 4, 2013 at 11:46 am
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...
October 4, 2013 at 11:13 am
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,...
September 6, 2013 at 5:26 pm
Man this is messy. Has MS fixed this in 2012? We are using 2005 and 2008.
September 6, 2013 at 4:23 pm
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...
September 6, 2013 at 4:22 pm
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!
September 5, 2013 at 2:50 pm
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...
August 23, 2013 at 8:58 am
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...
August 23, 2013 at 8:50 am
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,...
August 12, 2013 at 1:59 pm
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...
August 9, 2013 at 9:56 am
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...
August 9, 2013 at 7:43 am
Viewing 15 posts - 121 through 135 (of 288 total)