Viewing 15 posts - 1,081 through 1,095 (of 1,473 total)
You mentioned that hardcoding string replacement wasn't an option... why is that? My first thought with something like this would be to make a lookup table of what to...
November 18, 2008 at 5:59 pm
To clarify:
Are you looking for something to clean up all existing data that would run on a scheduled basis... or something that corrects the entries as they go into the...
November 18, 2008 at 5:17 pm
Getting closer. The data you provided has 2 problems.
1. There is only 1 line. Whenever providing sample data, you should provide a minimum of 3-5 lines,...
November 18, 2008 at 3:23 pm
Jack Corbett (11/18/2008)
Nice job Seth.
I wasn't going to complain about the...
November 18, 2008 at 3:15 pm
Glad we could help. One other word of caution. You are selecting the Top 1 in that update clause, but you aren't ordering by anything. This could...
November 18, 2008 at 2:09 pm
Paul, please keep questions on one issue in one thread in the future. The issue is still the aliasing. When you get that error in Query Analyzer or...
November 18, 2008 at 1:50 pm
Chris Morris (11/18/2008)
Is it just me or are the edit windows getting wider and wider today?
Heh, yeah, John is a bit tab happy. I usually use the prettifier to...
November 18, 2008 at 11:51 am
Right, and you need to alias the Select part of the query, as Chris keeps telling you =).
IF EXISTS(SELECT T1.ObjectID FROM @tmp_subjects t1
...
November 18, 2008 at 10:50 am
john.steinbeck (11/18/2008)
I try to avoid Correlated Query's... That is why the previous Update Example I posted for this question is done... its used...
November 18, 2008 at 10:40 am
To specifically address the original question, so far as I've been able to tell, it's top down... with exceptions. Subqueries will NOT correlate. They will be evaluated pre-update...
November 18, 2008 at 9:45 am
Rogue Dead Guy Ale is actually my favorite beer... I almost said as much in the last post, but got busy and just submitted it. Two Hearted Ale is...
November 18, 2008 at 8:44 am
I have a feeling getting ahold of the Dr. Hexter's may prove difficult here in the states, but at least I know to snag them if I ever do come...
November 18, 2008 at 7:22 am
I try not to torture myself with thoughts of good beer during the day. That said, any particular bitters worth trying out? I'm a hophead myself, but most...
November 18, 2008 at 6:53 am
Actually, the answer was coffee. Keep practicing!
November 18, 2008 at 6:06 am
You can say it as many times as you want, it doesn't make any more sense with repetition ;). Please provide sample data and an example explaining what you...
November 18, 2008 at 6:04 am
Viewing 15 posts - 1,081 through 1,095 (of 1,473 total)