chrissparkle
Programmer
I have a Coldfusion website running SQL 2000 and I've got some pages that hang (forever) until I reboot the server. The more of these pages that hang it ends up stopping all requests to my website until I restart everything. It's becoming quite annoying!
There are 3 pages on my site that are hanging and the only thing they share in common is that they all make use of my "mainProfile" table in my db. I have a Members table which is the control table - member joins and they get inserted into Members and the ID is then used to insert a row into the MainProfile table. The MainProfile table memberID column is a primary key, but not an "identity" column. I'm wondering if not having it as an identity is hurting my application or maybe causing problems with unresponsive requests etc?
There are 3 pages on my site that are hanging and the only thing they share in common is that they all make use of my "mainProfile" table in my db. I have a Members table which is the control table - member joins and they get inserted into Members and the ID is then used to insert a row into the MainProfile table. The MainProfile table memberID column is a primary key, but not an "identity" column. I'm wondering if not having it as an identity is hurting my application or maybe causing problems with unresponsive requests etc?