Viewing 15 posts - 21,796 through 21,810 (of 22,189 total)
Guiness is OK, still not as good as a real ale. Corona? Blech! The best beer out of Ol Mehico is Bohemia. Great stuff. Hold the friggin' lime.
May 22, 2007 at 7:36 am
Actually, I haddn't thought of that, but yeah, in most cases this is probably quicker.
May 22, 2007 at 6:02 am
Ooh, Steve, if you're taking orders, grab a keg of something... how about Ruddles County. If not that, use your judgement.
May 22, 2007 at 5:11 am
I'm jealous Steve. English beer... Mmmmmm! A few pints of real ale and I'll hug everybody.
May 21, 2007 at 8:31 am
Looks like the SuppContacts table has one row for email with phone null & one row for phone with email null? Better design would probably be to seperate these into...
May 21, 2007 at 7:42 am
CTE's are only available for the next SELECT statement. You can't define a CTE & then run multiple selects against it. If you need that kind of functionality, you'll need...
May 21, 2007 at 7:09 am
I tried setting up the two tables and putting together some sample data, but I can't run your query. As I suspected it returns more than one row in the...
May 21, 2007 at 7:00 am
Holy Cow! Discussions around the proper placement of the f-bomb in sentence structure in order to communicate with the squids is serious? I clearly need to get out more.
<hug>
I'll be...
May 21, 2007 at 5:33 am
It looks like the correlatted query can return more than one value and that will cause the query to fail.
Here's a first pass substitute:
SELECT ItemNo_,ItemDescription, COALESECE(a.Description,b.Description)
FROM Item
JOIN ItemExtraDescription a
ON Item.No_=a.No_
AND...
May 18, 2007 at 8:58 am
I believe that debugging is only available through Visual Studio.
http://msdn2.microsoft.com/en-us/library/ms165034(VS.80).aspx
May 18, 2007 at 8:44 am
Quick and dirty, completely inelegant and unefficient and you might have to run it two or three times in a row, but it will do the job.
May 18, 2007 at 8:35 am
I think most of the other posters have already hit the high points. Upgrade and development times are just too long to support short release cycles. We started working with 2005...
May 18, 2007 at 5:27 am
I've been reading Hornblower & Sharpe & Aubrey/Maturin novels my entire life. That and growing up on Monty Python and British television... It's just there. Plus, I used it to...
May 18, 2007 at 5:15 am
Hey watch it! I resemble that remark.
Yeah, old, weak joke but unfortunately true.
How about a manly hand shake?
May 17, 2007 at 4:53 pm
You got trouble in River City. According to MS:
The 824 error indicates that a logical consistency error was detected during a read. A logical consistency error is a clear indication...
May 17, 2007 at 6:52 am
Viewing 15 posts - 21,796 through 21,810 (of 22,189 total)