June 3, 2004 at 4:38 pm
Can you post your code?
June 3, 2004 at 4:49 pm
Here is the last line that caused that error (I had to remove specific names, but I assure you I can take the code and paste it into an isql session and all is well):
USE <db_name> CREATE UNIQUE NONCLUSTERED INDEX <index_name> ON <table_name>(<col_1,col_2) WITH SORT_IN_TEMPDB ON <file_group>
This string executed using the EXEC() method and results in the previously specified error. col_2 has a clustered index built on it that builds fine everytime. There are about 32 million rows of data in this table. We are running WIndows 2003 Server, SQL Server 2000.
Thanks!
TTUEagle
June 4, 2004 at 8:50 am
While this is not a solution, it may shed some light into the issue and lead you down a path of solving it.
http://support.microsoft.com/default.aspx?scid=kb;en-us;330307&Product=sql2k
June 7, 2004 at 1:48 am
I found the same type of problem on this site http://www.sqlservercentral.com/forums/shwmessage.aspx?messageid=113712 and there is a link to a fix ...
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply