September 6, 2005 at 11:14 pm
Hi,
How a DBA Will propose a girl for marriage.
I selected u from * .
pls help
September 7, 2005 at 5:12 am
SELECT * FROM EmptyHalf
UNION
SELECT * FROM BetterHalf
(assuming you are a guy asking a woman...)
I wasn't born stupid - I had to study.
September 7, 2005 at 5:31 am
How bout
SELECT TOP 1 FROM DatingPool WHERE Quality = 'Perfect' AND Compatibility = TRUE
Good Hunting!
AJ Ahrens
webmaster@kritter.net
September 7, 2005 at 6:48 am
The other side (Disclaimer, I'm not married)
SELECT 'Married?' =
CASE
WHEN Married IS NULL THEN 'Ambiguous'
WHEN Married = 'NO' THEN MAX [Free Time]
WHEN Married = 'YES' THEN .5*(Disposable income)
END
FROM Status
September 7, 2005 at 7:17 am
AJ,
Love it but I would add one more criteria
"AND Brain IS NOT NULL"
September 7, 2005 at 10:45 am
I'd love to get 1/2 !!!!
I wasn't born stupid - I had to study.
September 7, 2005 at 11:47 am
use pubs
GO
Create Procedure GetDataXML as
-- This procedure will be used with FillDataSetXML
select * from Hot for xml auto,elements
select * from Single for xml auto,elements
select * from CuteName for xml auto,elements
GO
Create Procedure GetDataNestedXML as
-- This will return Nested XML.
select * from Bar inner join Drunk
on Bar.age_id >= Single.age_id
order by Bar.job_desc for xml auto,elements
September 7, 2005 at 3:58 pm
And the winner of spending TOO MUCH time thinking about this is GPF2^192
Good Hunting!
AJ Ahrens
webmaster@kritter.net
September 8, 2005 at 11:43 am
Real production DBAs never propose or suggest anything! They normally will hold the fort against any propositions or suggestions. The nature of the job.
I assume all of other posts were about a Developmet DBA
Yelena
Regards,Yelena Varsha
September 8, 2005 at 11:48 am
Now that's my kind of girl... married yet ??
September 8, 2005 at 11:54 am
my code aint for making the proposal.. for I would have to put somethng together in visio and msproject first then rounds of discussion of putting the team to together for planning/debugging/deployment/backup/alert management/disaster management life cycle...
My stored procedure just would have worked as a way to get the various candidates sorted though my 'man' eyes.
September 8, 2005 at 11:58 am
To RGR'us:
Real DBA don't disclose any status 🙂
But I like your profile!!! (absence of any information) You look like a real one!
Yelena
Regards,Yelena Varsha
September 8, 2005 at 12:05 pm
If only that were true, maybe soon ...
September 9, 2005 at 3:37 pm
SELECT partner
FROM world_population
WHERE gender = 'FEMALE'
AND isbreathing = 'TRUE'
AND ismarried = 'FALSE'
September 10, 2005 at 2:38 am
SELECT partner
FROM world_population
WHERE gender = 'FEMALE'
AND isbreathing = 'TRUE'
AND ismarried = 'FALSE'
And here you will get the one and only mate for you.
Mike
Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic. Login to reply