May 10, 2007 at 3:27 am
Hi All,
I keep noticing this problem with SQL 2005 SP2, whenever I’m creating an index, there is always another process blocking the create index statement, details of the process is as follows:
SPID | Status | Login | HostName | BlkBy | DBName | Command | CPUTime | DiskIO | LastBatch | ProgramName | SPID | REQUESTID |
76 | SUSPENDED | NT AUTHORITY\SYSTEM | DELLCN05 | 59 | Personprofile | SELECT | 31 | 69 | 05/09/2007 09:16 | SQLDMO_1 | 76 | 0 |
When you do dbcc inputbuffer(76), it shows that the statement is sp_spaceused..
Anyone know how I can get rid of this problem.
Thanks
May 10, 2007 at 10:49 am
find the PC/server and see what they are doing or script the index and change it online = on
May 13, 2007 at 3:13 pm
May 14, 2007 at 10:18 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply