Viewing 10 posts - 1 through 11 (of 11 total)
I ended up doing this with a cursor. NOT the best way I'm sure but there isn't much I could do as I needed to produce a result quickly.
September 27, 2011 at 9:31 pm
From what I can see it is not to work with SQL 2000 - but I've only started playing with the code from my search 🙂
September 17, 2011 at 9:28 am
Thanks for the reminder to add in sample data. I've edited the post to include what I'm looking for.
September 17, 2011 at 9:15 am
I figured it out. CHARINDEX is subject to the 8k limit (even though is works on the TEXT data type). Once my PATINDEX was finding pattern matches after...
March 31, 2009 at 9:41 pm
Yup - I'm all over that - this time I'm piloting the new stored procedure with users - adn I will add users until we eitehr have a failure or...
August 23, 2007 at 12:56 pm
Thanks - I would really appreciate any addition info anyone can offer.
I know that the next step is going to be to have to explain a) why this is happening...
August 23, 2007 at 11:46 am
While i agree that the .AddNew seems to be part of th issue, I get the same problem if I simply run an INSERT INTO command using Query Analyser, I...
August 23, 2007 at 11:31 am
UPDATE: This morning when we started back to working within the tool we are getting timeouts again without the Primary Key. I'm wondering if the recoding of the asp will have...
August 23, 2007 at 9:37 am
Thanks All for your feedback.
Antares686 - Are you suggesting that removing the index but leaving the IDENTITY leaves me open to the same issue? Or are you saying that the Identity...
August 23, 2007 at 8:53 am
Thanks all for the ideas. I'm actually pretty anal about cleaning up connections properly, so at any time (even with a few production database apps running) I have very few...
August 22, 2007 at 10:30 pm
Viewing 10 posts - 1 through 11 (of 11 total)