Viewing 14 posts - 1 through 14 (of 14 total)
I just worked it out - I didn't have all of the tables in the join partitioned on the same scheme - I was missing one. So I guess the...
July 24, 2013 at 1:24 pm
HEEEEYY!!! It's funny how it all snaps into focus once you get past those mundane details! 🙂 I knew it was something rediculous I was missing...
Thanks!
May 7, 2008 at 9:35 am
This is probably a rediculous question, but how can any of your "using the tally table" examples work if you don't declare N? I guess I just don't see...
May 7, 2008 at 9:21 am
In point of fact, I actually wrote a sketchy, cumbersome, client-side loop to "calculate" the date that materials needed to be ordered based on the date they were needed for...
September 10, 2007 at 6:30 am
Arrrgh... And to think I spent half a day writing a sketchy, cumbersome client-side loop to get this exact value for an insert statment... *sigh*
September 7, 2007 at 2:56 pm
Clearly the writer is knowledgable, but this cat definitely needs a proofreader or a ghost-writer or something... Very hard to understand and follow at times.
October 7, 2005 at 8:08 am
That's my primary motivation for doing it in the database. That, and the fact that backing up the database covers all the bases, and there's only one "space issue" to...
September 30, 2004 at 10:59 am
That's a great idea, except that adding tables is not an option. This needs to be a read only kind of query. You said that there's a way you could...
May 28, 2004 at 8:57 am
Yes, there are any number of ways to get where I'm going, and I already have workarounds. At this point, I'm mostly just frustrated because this is a classic case...
March 12, 2004 at 2:40 pm
I'm with you... But instead of selecting * in that last line, select only the new field - shouldn't make a difference, right?
Thus:
select top 0 * into #MyTable...
March 12, 2004 at 2:14 pm
No, I tried that too. It didn't seem to have any effect on the situation. Any other ideas?
March 12, 2004 at 1:48 pm
Excellent. That did the trick. But is there anything I can tell these guys to do when importing from access to prevent their id's from being specifically associated...
October 2, 2003 at 3:10 pm
Viewing 14 posts - 1 through 14 (of 14 total)