Results 1 to 9 of 9

Thread: Quoted Identifier

  1. #1
    Join Date
    Sep 2002
    Posts
    51

    Quoted Identifier

    During Index Rebuild, I get the following error:

    "DBCC failed because the following set options have incorrect settings: 'Quoted_Identifier'"

    Any ideas what might be causing this?

    Thanks,
    Ken Nicholson

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Are you running index rebuild from query analyzer?

    What is your current setting of quoted identifier in query analyzer. Change it to ON or OFF and try again.

    The index may have been created with different quoted identifier setting.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Here is the discussion about microsoft bug. I dont know what Sp you use. You have to manually rebuild index for the reasons that are discussed in this link.

    http://www.experts-exchange.com/Data..._20293276.html

  4. #4
    Join Date
    May 2003
    Posts
    3
    Can anyone provide a Microsoft knowledge base article number or similar link as confirmation of this bug?

    Thx.

  5. #5
    Join Date
    Sep 2002
    Posts
    5,938
    Check q301292.

  6. #6
    Join Date
    May 2003
    Posts
    3
    Thx, but I guess I didn't ask my question correctly. I'm looking for confirmation of the bug that is referenced in the link that MAK provided (http://www.experts-exchange.com/Dat...Q_20293276.html).

    I can't find any reference to this bug on the MS site nor in TechNet.

    Don't get me wrong- I *want* there to be a bug 'cause it would explain some of the squirrely behavior I've seen with Quoted_Identifier. I'm just looking for confirmation a little more solid than a user post in a public forum that says they talked to Microsoft...

  7. #7
    Join Date
    Sep 2002
    Posts
    5,938
    But Microsoft doesn't think it's bug.

  8. #8
    Join Date
    May 2003
    Posts
    3
    So then you disagree with the users post in which he states:

    "I did speak to Microsoft and figured out that sqlmaint.exe uses hardcoded connection properties that is part of sqlmaint.exe. So although setting ARITHABORT and QUOTED_IDENTIFIER to ON should fix this issue, the connections properties withing sqlmaint.exe overrides these settings. Microsoft has documented this bug and has promised to fix it in a subsequent release!! "

    ??

  9. #9
    Join Date
    Sep 2002
    Posts
    5,938
    Can't find this in TechNet, maybe something new and they didn't post it publicly yet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •