|
Posted by Erland Sommarskog on 10/01/70 11:32
CK (cf276@hotmail.com) writes:
> It's not blocked. After some testings, I realised the problem was caused
> by insufficient free harddisk space for the transaction log file. It
> worked fine after I created another log file in a drive with plenty of
> space. Nevertheless, I was surprised that SQL Server didn't give me any
> warning message about this.
I bet it did. But it sounds like you ran this through Enterprise Manager,
and there could be some hickup in this tool, hiding the error message
from you. Had you run the CREATE INDEX from Query Analyzer directly,
you should have seen an error message. (Or at least so I like believe. :-)
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|