Viewing 15 posts - 1,336 through 1,350 (of 1,472 total)
Typically, you're talking about two different elements you're going to need to learn. You'll need your front end (which would be ASP, .NET, C#, PHP or any of a...
October 18, 2008 at 10:09 am
It seems like I'm overlooking an easier way to do this, but here's *a* solution. I use the variables so that I don't have to recursively scan a static...
October 18, 2008 at 8:59 am
t1.patientnummer = t2.patientnummer
Is this a 1 to 1 relationship? It's hard to imagine that an update like this could take so long with a proper join.
October 18, 2008 at 8:18 am
And the fact that bitmaps are HUGE. Not everyone that checks these forums has a high speed connection, and regardless, it just seems so... 20 years ago, to me...
October 18, 2008 at 12:24 am
Interesting... I swore it worked when I ran it at the office. I don't even remember adding the WITH INDEX clause to the second piece. In any case,...
October 18, 2008 at 12:17 am
Now that the issue is resolved... Bitmaps?... Seriously? 😛
October 17, 2008 at 2:55 pm
OK. This will be attempt #1 at a set based solution. I'm not 100% sure at the speed of this, as the index does not fully cover the...
October 17, 2008 at 2:40 pm
Great image. That goes a lot farther towards explaining what you are after. This seems like it'll be a very interesting query to write. I haven't the...
October 17, 2008 at 1:53 pm
I have CTE's down on my list of things to do some more research on, so this may be totally off base, but isn't that still going to return multiple...
October 17, 2008 at 1:31 pm
Indeed. I'll have to wait until we decide exactly where we're going to go with it before I decide if I'm going to need dynamic SQL or not.
ggraber
October 17, 2008 at 1:21 pm
I don't disagree, I just don't see the necessity for the table. Checking the column data, considering it wouldn't be manually typed in is easily done just with variable...
October 17, 2008 at 12:25 pm
I did, and it doesn't help me see how my solution wouldn't work, because the way I'm looking at it, you would still just do:
FROM ptAppointments P
LEFT JOIN coApptResources...
October 17, 2008 at 10:08 am
MrBaseball34 (10/17/2008)
Garadin (10/17/2008)
Thanks for the creation scripts. Is there any reason you can't simply do this?I don't see what that does for me.
Then apparently I'm on the wrong track...
October 17, 2008 at 9:25 am
I should note, that I wouldn't necessarily use that as a final solution unless you had to. That should get the links right for the time being, but it'd...
October 17, 2008 at 9:16 am
Viewing 15 posts - 1,336 through 1,350 (of 1,472 total)