SQL Index corruption

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default SQL Index corruption

    I'm not a DBA to use the right words but I guess my sql index is corrupted, can anyone help me how to fix this problem? "coz sometimes its pulling the wrong record.

    Thanks
    Merlyn MM Guest

  2. Similar Questions and Discussions

    1. Settle a debate - to index or not to index?
      I have 2 tables: mysql> desc a; +---------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key |...
    2. Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
      Hey Folks,(New to .NET) This is driving me NUTZ... If anyone out there can resolve this from me I would greatly appreciate it... Line 238: Line...
    3. Index Topics and Index References
      Ok here is my problem. I Generate my Index and it keeps coming up with the original index i created. I went through all the chapters in my manual...
    4. Newb query: index.htm & index.php & the server default
      The problem I'm trying to solve is as follows: The website has two subdirectories: /ordinary and /phpstuff. Users typing hostname/ordinary get the...
    5. Create index VS Set Index Enabled - IDS 7.31
      Hi List, I am in the process of re-doing my production DB. One of the step I decide to perform was to "Set index enabled" instead of of...
  3. #2

    Default Re: SQL Index corruption

    Please be more specific: what database and what is your CF code and if possible what bdoes it mean "sometimes"?
    CF_Oracle Guest

  4. #3

    Default Re: SQL Index corruption

    wow..thank you for responding. I use MS Sql Server 8 and my CFcode deals with
    sign up page and I'm using client variables when ever someone signs in they are
    assigned client variables and storing them in the database. But they are
    signing in with their username and password but they are getting different
    person's account information. It only happened 3 or 4 times so far. I t
    started from the past one month. I have no clue why. We use coldfusion 5.

    Merlyn MM Guest

  5. #4

    Default Re: SQL Index corruption

    It's hard to say what to do since 1) wrong autetified persons were
    'successfullly' logged in means no error messages and errors logged on CF
    server; 2)you don't know when it will happen again;3)it's probably on
    production server where you can't experiment with debagger, cfdump etc. waiting
    when it will happen again.
    I could recommend:
    - to analyze DB table that treat storing client variables (indexes and how
    it's updated);
    - to use in login page hash function for better autentification(see
    [url]http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Functions105.htm#11[/url]
    05551)

    CF_Oracle Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139