Author |
Topic |
Kristen
Test
22859 Posts |
Posted - 2005-10-07 : 09:52:56
|
Congratulations Madhi! 11000 posts on 20-Sep-2007See: Queries using this raw datadeclare @posts table( poster varchar(30), date datetime, posts int)insert into @posts-- afrikaSELECT 'afrika', '20041119', 0 UNION ALLSELECT 'afrika', '20060215', 1000 UNION ALL-- Arnold FribbleSELECT 'Arnold Fribble', '20011111', 0 UNION ALLSELECT 'Arnold Fribble', '20030714', 1000 UNION ALL-- AjarnMarkSELECT 'AjarnMark', '20010711', 0 UNION ALLSELECT 'AjarnMark', '20020109', 1000 UNION ALLSELECT 'AjarnMark', '20040106', 2000 UNION ALLSELECT 'AjarnMark', '20051010', 3000 UNION ALL-- AndrewMurphySELECT 'AndrewMurphy', '20001128', 0 UNION ALLSELECT 'AndrewMurphy', '20040702', 1000 UNION ALLSELECT 'AndrewMurphy', '20070115', 2000 UNION ALL-- bLindmanSELECT 'bLindman', '20051014', 0 UNION ALLSELECT 'bLindman', '20070412', 1000 UNION ALL-- BrettSELECT 'Brett', '20030102', 0 UNION ALLSELECT 'Brett', '20030529', 1000 UNION ALLSELECT 'Brett', '20030728', 2000 UNION ALLSELECT 'Brett', '20031112', 3000 UNION ALLSELECT 'Brett', '20040324', 4000 UNION ALLSELECT 'Brett', '20040716', 5000 UNION ALLSELECT 'Brett', '20041213', 6000 UNION ALL-- ???SELECT 'Brett', '20051108', 8000 UNION ALLSELECT 'Brett', '20060927', 9000 UNION ALLSELECT 'Brett', '20070413', 9999 UNION ALL-- ByrmolSELECT 'Byrmol', '20010925', 0 UNION ALLSELECT 'Byrmol', '20040714', 1000 UNION ALL-- chadmatSELECT 'chadmat', '20011217', 0 UNION ALLSELECT 'chadmat', '20030730', 1000 UNION ALL-- chiragkhabariaSELECT 'chiragkhabaria', '20050426', 0 UNION ALLSELECT 'chiragkhabaria', '20060820', 1000 UNION ALL-- DerrickSELECT 'Derrick', '20020618', 0 UNION ALL-- ???SELECT 'Derrick', '20050407', 3000 UNION ALLSELECT 'Derrick', '20060118', 4000 UNION ALL-- DinakarSELECT 'Dinakar', '20070326', 0 UNION ALLSELECT 'Dinakar', '20070525', 1000 UNION ALL-- DitchSELECT 'Ditch', '20040202', 0 UNION ALLSELECT 'Ditch', '20051007', 1000 UNION ALL-- ElwoosSELECT 'Elwoos', '20030204', 0 UNION ALLSELECT 'Elwoos', '20051130', 999 UNION ALL-- ehornSELECT 'ehorn', '20020906', 0 UNION ALLSELECT 'ehorn', '20040718', 1000 UNION ALL-- eyechartSELECT 'eyechart', '20030530', 0 UNION ALLSELECT 'eyechart', '20050321', 1000 UNION ALLSELECT 'eyechart', '20060223', 2000 UNION ALLSELECT 'eyechart', '20070225', 3000 UNION ALL-- GrazSELECT 'Graz', '20000624', 0 UNION ALLSELECT 'Graz', '20020611', 1000 UNION ALL-- ???SELECT 'Graz', '20051118', 3000 UNION ALL-- HarshSELECT 'Harsh', '20060627', 0 UNION ALLSELECT 'Harsh', '20061119', 1000 UNION ALLSELECT 'Harsh', '20070213', 2000 UNION ALLSELECT 'Harsh', '20070510', 3000 UNION ALL-- izaltsmanSELECT 'izaltsman', '20010306', 0 UNION ALLSELECT 'izaltsman', '20020624', 1000 UNION ALL-- JeffSELECT 'Jeff', '20021107', 0 UNION ALLSELECT 'Jeff', '20030511', 1000 UNION ALLSELECT 'Jeff', '20040119', 2000 UNION ALLSELECT 'Jeff', '20041110', 3000 UNION ALLSELECT 'Jeff', '20050516', 4000 UNION ALLSELECT 'Jeff', '20060719', 5000 UNION ALLSELECT 'Jeff', '20070510', 6000 UNION ALL-- jezemineSELECT 'jezemine', '20060920', 0 UNION ALLSELECT 'jezemine', '20070528', 1000 UNION ALL-- JenSELECT 'Jen', '20040723', 0 UNION ALLSELECT 'Jen', '20041203', 1000 UNION ALLSELECT 'Jen', '20051005', 2000 UNION ALLSELECT 'Jen', '20060525', 3000 UNION ALL-- jhermizSELECT 'jhermiz', '20030102', 0 UNION ALLSELECT 'jhermiz', '20040921', 1000 UNION ALLSELECT 'jhermiz', '20050428', 2000 UNION ALLSELECT 'jhermiz', '20060322', 3000 UNION ALLSELECT 'jhermiz', '20060330', 3088 UNION ALL-- JimLSELECT 'JimL', '20030221', 0 UNION ALLSELECT 'JimL', '20050518', 1000 UNION ALL-- JustinBigelowSELECT 'JustinBigelow', '20010418', 0 UNION ALLSELECT 'JustinBigelow', '20030603', 1000 UNION ALL-- khtanSELECT 'khtan', '20051030', 0 UNION ALLSELECT 'khtan', '20060220', 1000 UNION ALLSELECT 'khtan', '20060508', 2000 UNION ALLSELECT 'khtan', '20060731', 3000 UNION ALLSELECT 'khtan', '20061101', 4000 UNION ALLSELECT 'khtan', '20070228', 5000 UNION ALLSELECT 'khtan', '20070424', 6000 UNION ALLSELECT 'khtan', '20070712', 7000 UNION ALL-- MadhiSELECT 'Madhi', '20041120', 0 UNION ALLSELECT 'Madhi', '20050719', 1000 UNION ALLSELECT 'Madhi', '20050910', 2000 UNION ALLSELECT 'Madhi', '20051026', 3000 UNION ALLSELECT 'Madhi', '20051214', 4000 UNION ALLSELECT 'Madhi', '20060210', 5000 UNION ALLSELECT 'Madhi', '20060417', 6000 UNION ALLSELECT 'Madhi', '20060621', 7000 UNION ALLSELECT 'Madhi', '20061002', 8000 UNION ALLSELECT 'Madhi', '20061220', 9000 UNION ALLSELECT 'Madhi', '20070613', 10000 UNION ALLSELECT 'Madhi', '20070920', 11000 UNION ALL-- MerkinSELECT 'Merkin', '20000802', 0 UNION ALLSELECT 'Merkin', '20011012', 1000 UNION ALLSELECT 'Merkin', '20020707', 2000 UNION ALL-- ???SELECT 'Merkin', '20050208', 4000 UNION ALL-- MichaelPSELECT 'MichaelP', '20011213', 0 UNION ALLSELECT 'MichaelP', '20031215', 1000 UNION ALLSELECT 'MichaelP', '20050603', 2000 UNION ALL-- mohdowaisSELECT 'mohdowais', '20021117', 0 UNION ALLSELECT 'mohdowais', '20040317', 1000 UNION ALL-- mr_mistSELECT 'mr_mist', '20020730', 0 UNION ALLSELECT 'mr_mist', '20040831', 1000 UNION ALL-- MVJSELECT 'MVJ', '20050107', 0 UNION ALLSELECT 'MVJ', '20051129', 1000 UNION ALLSELECT 'MVJ', '20060619', 2000 UNION ALLSELECT 'MVJ', '20061018', 3000 UNION ALLSELECT 'MVJ', '20070608', 4000 UNION ALL-- mfemenelSELECT 'mfemenel', '20010215', 0 UNION ALLSELECT 'mfemenel', '20061113', 1000 UNION ALL-- NigelSELECT 'Nigel', '20010219', 0 UNION ALL--??SELECT 'Nigel', '20011112', 2000 UNION ALL--???SELECT 'Nigel', '20030922', 5000 UNION ALLSELECT 'Nigel', '20040511', 6000 UNION ALLSELECT 'Nigel', '20041109', 7000 UNION ALLSELECT 'Nigel', '20050215', 8000 UNION ALLSELECT 'Nigel', '20060328', 9000 UNION ALLSELECT 'Nigel', '20060725', 10000 UNION ALLSELECT 'Nigel', '20070327', 11000 UNION ALL-- Page47SELECT 'Page47', '20020409', 0 UNION ALL-- ??SELECT 'Page47', '20030414', 2000 UNION ALL-- PesoSELECT 'Peso', '20060512', 0 UNION ALLSELECT 'Peso', '20060818', 1000 UNION ALLSELECT 'Peso', '20060919', 2000 UNION ALL-- 20062309 TitleSELECT 'Peso', '20061030', 3000 UNION ALLSELECT 'Peso', '20061127', 4000 UNION ALLSELECT 'Peso', '20061222', 5000 UNION ALLSELECT 'Peso', '20070131', 6000 UNION ALLSELECT 'Peso', '20070314', 7000 UNION ALLSELECT 'Peso', '20070412', 8000 UNION ALLSELECT 'Peso', '20070713', 9000 UNION ALLSELECT 'Peso', '20070823', 10000 UNION ALLSELECT 'Peso', '20070918', 11000 UNION ALL-- RickDSELECT 'RickD', '20010606', 0 UNION ALLSELECT 'RickD', '20060210', 1000 UNION ALL-- rmiaoSELECT 'rmiao', '20070409', 0 UNION ALLSELECT 'rmiao', '20070621', 1000 UNION ALLSELECT 'rmiao', '20070729', 2000 UNION ALL-- RobVSELECT 'RobV', '20001115', 0 UNION ALLSELECT 'RobV', '20010514', 1000 UNION ALLSELECT 'RobV', '20011025', 2000 UNION ALL-- ??SELECT 'RobV', '20020522', 4000 UNION ALL-- ???SELECT 'RobV', '20030102', 6000 UNION ALLSELECT 'RobV', '20030714', 7000 UNION ALLSELECT 'RobV', '20040305', 8000 UNION ALLSELECT 'RobV', '20050113', 9000 UNION ALLSELECT 'RobV', '20050614', 10000 UNION ALL -- and hereSELECT 'RobV', '20061011', 11000 UNION ALL -- and here-- RockySELECT 'Rocky', '20040704', 0 UNION ALL-- ??SELECT 'Rocky', '20050811', 2000 UNION ALLSELECT 'Rocky', '20061116', 3000 UNION ALL-- rrbSELECT 'rrb', '20011018', 0 UNION ALLSELECT 'rrb', '20040210', 1000 UNION ALL-- SamSELECT 'Sam', '20020524', 0 UNION ALLSELECT 'Sam', '20030808', 1000 UNION ALLSELECT 'Sam', '20040720', 2000 UNION ALLSELECT 'Sam', '20051207', 3000 UNION ALL-- SeventhnightSELECT 'Seventhnight', '20040524', 0 UNION ALLSELECT 'Seventhnight', '20041016', 1000 UNION ALLSELECT 'Seventhnight', '20050823', 2000 UNION ALL-- snSQLSELECT 'snSQL', '20060209', 0 UNION ALLSELECT 'snSQL', '20061229', 1000 UNION ALL-- SrinikaSELECT 'Srinika', '20040524', 0 UNION ALLSELECT 'Srinika', '20060713', 1000 UNION ALL-- Spirit1SELECT 'Spirit1', '20040506', 0 UNION ALLSELECT 'Spirit1', '20040924', 1000 UNION ALLSELECT 'Spirit1', '20050119', 2000 UNION ALLSELECT 'Spirit1', '20050321', 3000 UNION ALLSELECT 'Spirit1', '20050910', 4000 UNION ALLSELECT 'Spirit1', '20060330', 5000 UNION ALLSELECT 'Spirit1', '20061031', 6000 UNION ALLSELECT 'Spirit1', '20070503', 7000 UNION ALLSELECT 'Spirit1', '20070803', 8000 UNION ALL-- StoadSELECT 'Stoad', '20030621', 0 UNION ALLSELECT 'Stoad', '20040106', 1000 UNION ALL-- TGSELECT 'TG', '20041229', 0 UNION ALLSELECT 'TG', '20050822', 1000 UNION ALLSELECT 'TG', '20060731', 2000 UNION ALL-- TaraSELECT 'Tara', '20021009', 0 UNION ALLSELECT 'Tara', '20030501', 1000 UNION ALLSELECT 'Tara', '20030805', 2000 UNION ALLSELECT 'Tara', '20031015', 3000 UNION ALLSELECT 'Tara', '20040106', 4000 UNION ALLSELECT 'Tara', '20040311', 5000 UNION ALL-- ???SELECT 'Tara', '20041130', 9000 UNION ALLSELECT 'Tara', '20050312', 10000 UNION ALLSELECT 'Tara', '20050721', 11000 UNION ALLSELECT 'Tara', '20051201', 12000 UNION ALLSELECT 'Tara', '20060419', 13000 UNION ALLSELECT 'Tara', '20060817', 14000 UNION ALLSELECT 'Tara', '20070105', 15000 UNION ALLSELECT 'Tara', '20070420', 16000 UNION ALLSELECT 'Tara', '20070915', 17000 UNION ALL-- timmySELECT 'timmy', '20010910', 0 UNION ALLSELECT 'timmy', '20060828', 1000 UNION ALL-- ValterBorgesSELECT 'ValterBorges', '20010327', 0 UNION ALLSELECT 'ValterBorges', '20030429', 1000 UNION ALL-- WandererSELECT 'Wanderer', '20020121', 0 UNION ALLSELECT 'Wanderer', '20060814', 1000 UNION ALL-- SelfSELECT 'Self', '20040412', 0 UNION ALLSELECT 'Self', '20040723', 1000 UNION ALL-- 2000 ???SELECT 'Self', '20050317', 3000 UNION ALLSELECT 'Self', '20050805', 4000 UNION ALLSELECT 'Self', '20051006', 5000 UNION ALLSELECT 'Self', '20051208', 6000 UNION ALLSELECT 'Self', '20060223', 7000 UNION ALLSELECT 'Self', '20060518', 8000 UNION ALLSELECT 'Self', '20060916', 9000 UNION ALLSELECT 'Self', '20061121', 10000 UNION ALLSELECT 'Self', '20070211', 11000 UNION ALLSELECT 'Self', '20070517', 12000 UNION ALLSELECT 'Self', '20070829', 13000 -- UNION ALL |
|
Seventhnight
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2005-10-07 : 09:58:02
|
time to kill ??? Corey Co-worker on children "...when I have children, I'm going to beat them. Not because their bad, but becuase I think it would be fun ..." |
 |
|
Kristen
Test
22859 Posts |
Posted - 2005-10-07 : 09:58:57
|
Yeah, watching rebuilds and data imports run :-( |
 |
|
Seventhnight
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2005-10-07 : 09:59:36
|
you can do my work for me... I got homework to work on Corey Co-worker on children "...when I have children, I'm going to beat them. Not because their bad, but becuase I think it would be fun ..." |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-10-07 : 10:01:55
|
Good Statistician >>Maddy?? 1000Test Failed(because of Title)? MadhivananFailing to plan is Planning to fail |
 |
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
Posted - 2005-10-07 : 10:30:40
|
Speaking of milestones, when will sqlteam member list get to 1K pages? There should be a lot of emoti-beers when that happens :)ok, i give up...how did you figure out the dates for individual 1k, 2k, etc?Be One with the OptimizerTG |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-10-07 : 10:35:16
|
>>how did you figure out the dates for individual 1k, 2k, etc?Thru congratulatory topics MadhivananFailing to plan is Planning to fail |
 |
|
Kristen
Test
22859 Posts |
Posted - 2005-10-07 : 10:35:37
|
"how did you figure out the dates for individual 1k, 2k,"SELECT PostingDate, TopicIDFROM FORUMS.[The Yak Corral]WHERE MessageText LIKE '%Congratulations%'GROUP BY MemberNameKristen |
 |
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2005-10-07 : 10:57:31
|
quote: Originally posted by madhivanan >>how did you figure out the dates for individual 1k, 2k, etc?Thru congratulatory topics MadhivananFailing to plan is Planning to fail
Is that really what you did? I was sitting here trying to figure out how you'd figured it out. That's creative!===============================================Creating tomorrow's legacy systems today.One crisis at a time. |
 |
|
ditch
Master Smack Fu Yak Hacker
1466 Posts |
Posted - 2005-10-07 : 10:58:53
|
Send us the connection string for that please Kristen Duane. |
 |
|
Kristen
Test
22859 Posts |
Posted - 2005-10-07 : 11:22:32
|
graz would kill me ... |
 |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
|
Kristen
Test
22859 Posts |
Posted - 2005-10-08 : 05:30:59
|
"Ilya hits 1000"Ilya who? Kristen |
 |
|
rockmoose
SQL Natt Alfen
3279 Posts |
Posted - 2005-10-09 : 13:25:16
|
Humble man, You did not include yourself on the list._______________________________________________(ok, it's in the other thread, but for completeness...)rockmoose |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-10-10 : 01:14:40
|
>>Is that really what you did? I was sitting here trying to figure out how you'd figured it out. That's creative!I hope Kristen did like thatOtherwise noway to find this I am also interested to know who is Ilya MadhivananFailing to plan is Planning to fail |
 |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2005-10-10 : 15:09:20
|
Ilya Zaltsman a.k.a. izaltsman is a sharp chap from Quincy, Massachussettes. He hasn't posted here since December, 2004. I hope nothing bad happened to him. He had great answers to a lot of questions.Maybe he gave up coming here until he got his custom title. ---------------------------EmeraldCityDomains.com |
 |
|
JimL
SQL Slinging Yak Ranger
1537 Posts |
Posted - 2005-10-11 : 08:51:03
|
Sure Forgotten again LOL JimUsers <> Logic |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-10-12 : 02:58:46
|
Thanks Ajarn MadhivananFailing to plan is Planning to fail |
 |
|
X002548
Not Just a Number
15586 Posts |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
Kristen
Test
22859 Posts |
Posted - 2005-11-09 : 02:03:43
|
Maddy you've got to much free time!I'm going to ban people from having >9999 posts as its mucking up my column alignment, and as we all know that's a presentation issue and I can't be ar$ed to fix it!Kristen |
 |
|
Next Page
|
|
|