Viewing 7 posts - 1 through 7 (of 7 total)
Yeah, unfortunately it's out of my control with the vendor, maybe I can yell at them a bit.
I did change a bunch of heaps over, but I figured as this...
January 16, 2013 at 1:02 pm
Sorry, yes, ignore the duplicate.
I scripted the table def, then scripted each key. I should have skipped the PK.
January 16, 2013 at 12:44 pm
8755 rows, 2 megs of data, 1 meg of index.
/****** Object: Table [dbo].[jptsys_isel] Script Date: 01/16/2013 13:35:07 ******/
CREATE TABLE [dbo].[jptsys_isel](
[jptsys_isel_id] [int] NOT NULL,
[assyst_usr_id] [int] NOT NULL,
[isel_name]...
January 16, 2013 at 11:50 am
Sorry, for some reason SSMS refuses to sort the time descending.
Date,Source,Severity,Message
01/16/2013 09:10:02,spid32s,Unknown,waiter id=processae84bb88 mode=U requestType=wait
01/16/2013 09:10:02,spid32s,Unknown,waiter-list
01/16/2013 09:10:02,spid32s,Unknown,owner id=process770db88 mode=U
01/16/2013 09:10:02,spid32s,Unknown,owner-list
01/16/2013 09:10:02,spid32s,Unknown,keylock hobtid=72057647025356800 dbid=26 objectname=AX_ASSYST.dbo.jptsys_isel indexname=isel1_dx id=lock3d8f8aa80 mode=U associatedObjectId=72057647025356800
01/16/2013 09:10:02,spid32s,Unknown,waiter...
January 16, 2013 at 8:36 am
Yeah, that's what I fear 🙂 As they are all commercial products, there's nothing I can do as a DBA. 🙁
January 15, 2013 at 2:00 pm
Okay, I was hoping the trace would throw errors for this.
I might have to dig this up
http://www.microsoft.com/en-us/download/details.aspx?id=14845
And make a VM with SQL2000 and run this tool on it.
January 9, 2013 at 8:25 am
How many disks are in your array? Is it one big LUN for all disks?
It could be the simple fact that now that you've cleared up 1TB of space at...
December 13, 2012 at 9:32 am
Viewing 7 posts - 1 through 7 (of 7 total)