Author |
Topic |
spirit1
Cybernetic Yak Master
11752 Posts |
|
Stoad again
Posting Yak Master
240 Posts |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2009-05-31 : 17:58:42
|
just saying congrats would be enough ___________________________________________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.5 out! |
|
|
Stoad again
Posting Yak Master
240 Posts |
Posted - 2009-05-31 : 18:17:30
|
Then: Congrats to Peso!:) |
|
|
Stoad again
Posting Yak Master
240 Posts |
Posted - 2009-05-31 : 18:40:20
|
As a follow up:and all these crowod like graz, nr, robvolk etcDo you think they like ms sql server?At first turn they like themselves.You, Mladen, (you know what I mean)PSI knew from Rocko. You visited Stock. Glad for you.Rock said you are a charming boy ! :)PSto all:if I sounded a bit wicked just ignore it. |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2009-05-31 : 19:43:07
|
Congratulations Peter!=================================================Creating tomorrow's legacy systems today. One crisis at a time. |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-05-31 : 22:53:05
|
[code]use AdventureWorks;WITH data(ContactID, Data)AS( SELECT ContactID, Data = left(FirstName, 3) FROM Person.Contact WHERE ContactID = 212 UNION ALL SELECT ContactID, Data = LOWER(STUFF(FirstName, 4, 1, '') + MiddleName + ' ') FROM Person.Contact WHERE ContactID = 8495 UNION ALL SELECT ContactID, Data = FirstName + ' ' + MiddleName FROM Person.Contact WHERE ContactID = 19637)SELECT '' + x.DataFROM data AS x ORDER BY '' + x.ContactIDFOR XML PATH('')[/code] KH[spoiler]Time is always against us[/spoiler] |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-06-01 : 02:40:58
|
Well done Peso. Keep it up MadhivananFailing to plan is Planning to fail |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-06-01 : 04:47:56
|
Thank you all for the fabulous congrats-party!quote: Originally posted by khtan
WITH data(ContactID, Data)AS( SELECT ContactID, Data = left(FirstName, 3) FROM Person.Contact WHERE ContactID = 212 UNION ALL SELECT ContactID, Data = LOWER(STUFF(FirstName, 4, 1, '') + MiddleName + ' ') FROM Person.Contact WHERE ContactID = 8495 UNION ALL SELECT ContactID, Data = FirstName + ' ' + MiddleName FROM Person.Contact WHERE ContactID = 19637)SELECT '' + x.DataFROM data AS x ORDER BY '' + x.ContactIDFOR XML PATH('')
This evaluates asCongrats Peter L I think it's really time for khtan to earn a custom title! E 12°55'05.63"N 56°04'39.26" |
|
|
DonAtWork
Master Smack Fu Yak Hacker
2167 Posts |
Posted - 2009-06-01 : 13:07:06
|
Grats to our resident Entry Level DBA™[Signature]For fast help, follow this link:http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspxLearn SQL or How to sell Used CarsFor ultra basic questions, follow these links.http://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.asp |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-06-01 : 13:52:07
|
Thank you both! E 12°55'05.63"N 56°04'39.26" |
|
|
dinakar
Master Smack Fu Yak Hacker
2507 Posts |
Posted - 2009-06-01 : 14:30:34
|
hey congrats Peter..Dinakar Nethi************************Life is short. Enjoy it.************************http://weblogs.sqlteam.com/dinakar/ |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2009-06-01 : 16:21:30
|
Congratulations Peter!Still waiting for whitefang to supply the enterprise-level solution.CODO ERGO SUM |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-06-02 : 00:31:56
|
Thank you both!I don't think WhiteFang is the "one-liner" kind of guy E 12°55'05.63"N 56°04'39.26" |
|
|
pootle_flump
1064 Posts |
Posted - 2009-06-02 : 06:22:07
|
Very well done Peter! |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-06-02 : 06:34:03
|
Thank you! E 12°55'05.63"N 56°04'39.26" |
|
|
|