I'm currently running the command below and getting this error message. I am getting it every few seconds for a couple hours now. Seems to have started when I started this SPROC below. I'm just over 2 hours into running.Not sure what this means yet, any help is much appreciated. Desperately trying to resolve this urgent matter! thanks once again!mike123"Autogrow of file 'templog' in database 'tempdb' was cancelled by user or timed out after 2813 milliseconds. Use ALTER DATABASE to set a smaller FILEGROWTH value for this file or to explicitly set a new file size."EXEC isp_ALTER_INDEX @dbName = 'db1', @statsMode = 'DETAILED', @defragType = 'REBUILD', @minFragPercent = 10, @maxFragPercent = 100, @minRowCount = 1000