Hi All,
Please advise why I kept on failing in creating non-clustered index on a large table? I have just created a clustered index on a numeric data type column and a non-clustered index on a varchar(255) data type column. But when I tried to create another non-clustered index on a varchar(30) data type column. I have kept on getting error message and my connection also got dropped after that.
What should I do?
Thanks
Please advise why I kept on failing in creating non-clustered index on a large table? I have just created a clustered index on a numeric data type column and a non-clustered index on a varchar(255) data type column. But when I tried to create another non-clustered index on a varchar(30) data type column. I have kept on getting error message and my connection also got dropped after that.
What should I do?
Thanks