[Macromedia][SQLServer JDBC Driver][SQLServer]Internal

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

  1. #1

    Default [Macromedia][SQLServer JDBC Driver][SQLServer]Internal

    I'm running an export process which takes data and dumps it to a text file. The
    query used to build it can contain large amounts of information in the select
    statement. When it gets really large, I get this error

    Error Executing Database Query.Internal Query Processor Error: The query
    processor ran out of stack space during query optimization.

    and the process stops.

    Is there a way to increase the amount of stack space made available to the
    driver? I'm giving the JVM 1GB of memory, although it never gets above 220MB or
    so.

    I'm running this on a W2K server dual cpu box with 2GB RAM, CFMX 6.1 and
    SQLServer 2000

    Any advice or pointers would be greatly appreciated.

    gsmadman Guest

  2. Similar Questions and Discussions

    1. SQLServer JDBC Driver deadlocked on lock resource
      I just ran into this error today for the first time running CF 5 and SQL 2k. Anyone know what this really is or what to do about it? Thanks, Doug
    2. jtds sqlServer driver text datatype issue
      I'm new to Linux and I'm trying to figure out how to install jTDS and configure it to the CFadmin JDBC list. I'm running JRun4 in distributed mode...
    3. [SequeLink JDBC Driver]Internal network error,connection closed.
      Just recently I started having these errors: ]Internal network error, connection closed. I switched over the saving of session variables to an...
    4. [Macromedia][SQLServer JDBC Driver]No more da
      Ok, looks like the last post was in 2004 but we're having problems with this now. We are running 6,1,0,hf59993_611 on a Windows 2003 server with...
    5. [Macromedia][SequeLink JDBC Driver][ODBC
      Anyone have any idea what this message means? I have googled it and searched the forum board without success. Warning: Fatal error 8908
  3. #2

    Default Re: [Macromedia][SQLServer JDBC Driver][SQLServer]Internal Query

    gsmadman wrote:
    > I'm running an export process which takes data and dumps it to a text file. The
    > query used to build it can contain large amounts of information in the select
    use DTS, that's what it's there for.
    PaulH *TMM* 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