I attempted to create a huge index on a view and it failed after 16 hours. I expect the indexed view to be about 200GB and I had about 300GB available.
It failed because the DB ran out of space on the drive, autogrowth is set to ON.
This is SQL 2005.
Is it true you need twice the space for the creation?
Anything I can do to make the create index script less costly in space. This is not a rebuild either......there is no index there to begin with.
It failed because the DB ran out of space on the drive, autogrowth is set to ON.
This is SQL 2005.
Is it true you need twice the space for the creation?
Anything I can do to make the create index script less costly in space. This is not a rebuild either......there is no index there to begin with.