i am creating non clustered index on on of the date columns that has 98393892 row.
it has been running since 17 hours now but not yet completed,
here is the script i am using to create one
CREATE NONCLUSTERED INDEX IDX_NC_Physic_dateLastModified ON Physic(dateLastModified)
Please advise
k