Forum Replies Created

Viewing 15 posts - 16 through 30 (of 198 total)

  • RE: TVP Physical Order

    Wow, thanks all. Sure didn't know that. I always thought that I could depend on a heap being ordered in the order the data was entered. In fact the test...

  • RE: TVP Physical Order

    Not worried about uniqueness in this case. I want the rows back in the same order they were entered (the physical order). If I issue a "select" with no "order...

  • RE: Recover sa Password

    Thanks for the info. I had no luck though. I tried starting the instance with the recommended command line switches, and all I got was an empty dialog box with...

  • RE: Index Key Order

    Ok, I'll check Gail out. She's had a couple good answers for me before. Should have looked there first. I've been going through the "Stairway to indexes" stuff, I'm on...

  • RE: Index Strategy

    I appreciate the feedback. The reason I've resisted splitting the names is that the part I'm not telling you is that what they have done is put a google like...

  • RE: Index Strategy

    GMTA. I have had that solution exactly in the back of my mind. I was just trying to meet the challenge of optimizing what they came up with, before suggesting...

  • RE: Index Strategy

    That makes great sense. Thank you Lynn.

    I had not considered that SQL Server might find the FirstName_LastName index to be more efficient even when searching for a full name....

  • RE: Index Strategy

    Now my table has well over 500,000 rows. Still ignoring my index though. I've attached my query plan if that helps.

  • RE: Index Strategy

    Thanks Lynn, you are exactly right. That was a mistake on my part. I did not make that mistake in the real system. I corrected it, but it still ignores...

  • RE: Index Strategy

    Like I said. I'm expecting about 4 million.

  • RE: Index Strategy

    I decided it would be easier to post an example. This demonsrates my problem exactly. Notice the second and final query does an index seek, and the first query does...

  • RE: Upsert Problem

    I think I'm yanking everyone's chain for nothing. I think the problem is that the vendor told me the combination of these three keys is unique when in fact it...

  • RE: Upsert Problem

    Here's the trigger. Is this the right way to handle the inserts/updates? Notice that I'm finding the record to be updated via the joins. I omitted some of the fields...

  • RE: Upsert Problem

    It's a compound key, three strings.

  • RE: Flat File Connection Mgr / EOL

    This whole SSIS / Upsert is tricky business. I might be able to help the next bloak. I need to write a clear article on SSIS Upserts and spare the...

Viewing 15 posts - 16 through 30 (of 198 total)