Forum Replies Created

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

  • RE: very weird SELECT error (MSDE)

    I'll try copying the db and moving to another instance, but I'll have to do that later as I'm on a deadline. I'm just going to add the extra...

  • RE: very weird SELECT error (MSDE)

    CHECKDB found 0 allocation errors and 0 consistency errors in database 'testdb'.

    <-- the real sad face

    [1] Database testdb: Check Data and...

  • RE: very weird SELECT error (MSDE)

    Tried rebooting. Not reinstalling. I'm running checks in a second. Thanks for the help guys

  • RE: very weird SELECT error (MSDE)

    Thanks for the reply! Unfortunately all queries show the same plan:

    |--Clustered Index Scan(OBJECT[testdb].[dbo].[invoice].[PK_invoice]))

    (edit: should be |--Clustered Index Scan(OBJECT: ([testdb].[dbo].[invoice].[PK_invoice]))

  • RE: very weird SELECT error (MSDE)

    After further testing, if I ADD a column to the select list it returns perfectly. It seems to be the unique combination of columns listed.

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