Viewing 15 posts - 2,266 through 2,280 (of 7,484 total)
Luis Cazares (9/3/2014)
xsevensinzx (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 9:10 am
Luis Cazares (9/2/2014)
TomThomson (9/2/2014)
Sean Lange (9/2/2014)
Lynn Pettis (9/2/2014)
AARRRGGGGGGG!!!!!!!!!!! Someone fire the man. He has no business in this business.
In my experience nearly 95% of the people in...
September 3, 2014 at 8:30 am
Sean Lange (9/2/2014)
Lynn Pettis (9/2/2014)
AARRRGGGGGGG!!!!!!!!!!! Someone fire the man. He has no business in this business.
In my experience nearly 95% of the people in this business actually...
September 2, 2014 at 6:07 pm
Lynn Pettis (9/2/2014)
OLE DB provider...
September 2, 2014 at 5:54 pm
Nadrek (9/2/2014)
Judging by RFC822, no accurate 'validate email' code is going to be viable or supportable except by a domain expert :w00t:.
And if you go by RFC 822 you are...
September 2, 2014 at 5:41 pm
There are cases where every access has to be audited (legal requirement). It's impossible to do this auditing by using triggers, since we don't have ON SELECT triggers....
September 1, 2014 at 6:40 pm
CELKO (9/1/2014)
there's no 1NF violation since each value of the column is a scalar value.
NO! The column itself has to be scalar,
That requirement would mean that a table can...
September 1, 2014 at 5:59 pm
Luis Cazares (9/1/2014)
Eirikur Eiriksson (9/1/2014)
Lynn Pettis (8/22/2014)
And Mr. Celko is back with his baseball bat. :Whistling:In more than one thread. :Whistling:
September 1, 2014 at 5:18 pm
michielbijnen (9/1/2014)
Thanks for your reply anyhow!...
September 1, 2014 at 5:15 pm
I am finding the requirement hard to understand because the results don't appear to match the description, and teh code which you said works refers to columns whci aren't shown...
August 31, 2014 at 7:02 am
luboxing (8/30/2014)
Thanks Tom. Not exactly -- I need dates along with missing locations on those dates.
well, a first step towards that is
SELECT A.LOCATN_K, A.STRT_D, A,XXCHG_OUT_D FROM TBL1 as A...
August 30, 2014 at 5:27 pm
Eirikur Eiriksson (8/30/2014)
sharonsql2013 (8/30/2014)
Select
AVG(Case when TotalHours < = 60 And TotalHours > 0 then TotalHours else 0...
August 30, 2014 at 3:47 pm
Does this do what you need?
SELECT A.LOCATN_K FROM TBL1 as A WHERE not exists (
select 1 from TBL2 as C where
C.LOCATN_K...
August 30, 2014 at 3:34 pm
Fun question.
Very nice function - easy to read and see what it does and how it does it without the documentation.
August 30, 2014 at 2:58 pm
Jeff Moden (8/29/2014)
Ok... the dust bunnies are in an uproar and the hunt is on for "lost sock" as the only possible source of the leak for the secret recipe...https://www.yahoo.com/food/introducing-hopsicles-the-beer-popsicles-c1408568357508.html
That's...
August 30, 2014 at 7:10 am
Viewing 15 posts - 2,266 through 2,280 (of 7,484 total)