Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Upgrading SQL 6.5 to 2000 stinks!

    For those interested, problem was an outdated MDAC on the server.  When I installed the latest version that the OS could take, I was then able to install SQL 2000...

  • RE: Rebuild SQL index fails in SQL 6.5

    Looks like I figured it out.  When I first deleted all the indexes on the Ticket table, then issued the delete query, it worked!

    I can now rebuild all the indexes.

    Thanks...

  • RE: Rebuild SQL index fails in SQL 6.5

    Getting close, but it is still fighting me.... since it's just one ticket, we can just kill the rows and re-enter the ticket from the app, so I am trying to...

  • RE: Rebuild SQL index fails in SQL 6.5

    I will give it a shot.

    Thanks!

    - JB

     

  • RE: Rebuild SQL index fails in SQL 6.5

    Ok, I think I get it now.

    I issued "select TicketID from Ticket group by TicketID having count(*) > 1"

    and this came back with

    TicketID   

    -----------

    301068226

     

    as a result.  I am assuming...

  • RE: Rebuild SQL index fails in SQL 6.5

    I think I get it, but maybe need a little more info....

    Since the key for this index is TicketID for the Ticket table, I tried the query:

    select * from Ticket

    group by...

Viewing 6 posts - 1 through 6 (of 6 total)