Forum Replies Created

Viewing 15 posts - 76 through 90 (of 130 total)

  • RE: Ownership history

    I think I've figured out at least part of the problem (maybe all of it). The UPDATE statement in my INSTEAD OF UPDATE trigger is not right. I'm...

  • RE: Check Constraint

    I've managed to solve my own problem. It was easier than I thought, I've just never done anything like that before.

    It amounts to;

    CONTSTRAINT One_or_the_Other CHECK ((AAA IS NULL AND...

  • RE: Zero length strings in MS Access

    Hi kens.

    That's an interesting idea. One I've modeled in UML but implemented in the simple way you've seen. You are correct. The data is hierarchical. Essentially,...

  • RE: Zero length strings in MS Access

    That was the answer I feared...

    Now that I know that it's a product limitation and not something that I'm doing wrong I can deal with it. I'll probably use...

  • RE: Zero length strings in MS Access

    Hi. r.hensbergen

    I've uploaded a script which will create the database and put some data in all of the tables for you to look at.

    once you look at the data (in...

  • RE: Index on a Temp table conundrum

    Hi Jeff.

    For the sake of simplicity I used Jack's script which functionally does the same thing that I'm trying to do.

    I substituted TABLOCK for TABLOCKX and still got;

    Msg 308, Level...

  • RE: Index on a Temp table conundrum

    Jack;

    I think it must have to do with the difference between SQL 2000 and 2005 because I copied you code and pasted it into a window and tried to run...

  • RE: Index on a Temp table conundrum

    Jack;

    I do have a bit of a problem. When I use a separate create clustered index statement - I get an error (caused by the table hint of the...

  • RE: Index on a Temp table conundrum

    Jack;

    Well, I'll be! It works just as you said. That's awesome. Kind of befuddling but awesome none the less.

    Now, where it appears I had no solution, I...

  • RE: Index on a Temp table conundrum

    Thanks for this Jeffrey!

    I'm using SQL 2000 right now. If I understand what you're saying then my update statement should look like this;

    UPDATE ANS SET

    @Depth = TopDepth = CASE...

  • RE: Index on a Temp table conundrum

    That's very interesting. I'll try it.

    Stay tuned... 🙂

  • RE: Index on a Temp table conundrum

    For those interested in the code I'm working with...

    The data represents measurements of reservoir attributes from oil (bitumen actually) wells. Each depth down the well bore has a set...

  • RE: Index on a Temp table conundrum

    Matt. Thanks for the idea. I think it may work. I'll try it on Monday.

  • RE: Index on a Temp table conundrum

    Jack. Thanks for your post.

    I'm at home for the weekend now. I'll post some code on Monday.

    The essence of it though is I'm testing for the exitance of...

  • RE: Index on a Temp table conundrum

    Thanks for all of the feedback. I realize I should have provided a bit more detail. After I posted, I learned, by reading the help files that;

    - I...

Viewing 15 posts - 76 through 90 (of 130 total)