Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
SELECT HAPPY FROM BIRTHDAY- Mine's next mondaysteveSteve no function beer well without
spirit1
Cybernetic Yak Master
11752 Posts
Posted - 2004-09-20 : 04:04:35
happy birthday man so any big plans for today??Go with the flow & have fun! Else fight the flow
Pace
Constraint Violating Yak Guru
264 Posts
Posted - 2004-09-20 : 04:05:19
Im in work today fella but I can get lashed later
gpl
Posting Yak Master
195 Posts
Posted - 2004-09-20 : 06:05:03
Happy birthday mateLong gone are the days I can get lashed and go into work the next day !Graham
rockmoose
SQL Natt Alfen
3279 Posts
Posted - 2004-09-20 : 06:21:39
[code]declare @startday datetime, @endday datetime, @weekday int, @wdcnt intset @startday = getdate()set @endday = '20330920'set @weekday = 2 -- assumes mondays 2'nd day of weekset @wdcnt = 0while( @startday < @endday )begin select @wdcnt = @wdcnt + case when datepart(weekday,@startday) = @weekday then 1 else 0 end, @startday = @startday + 1endselect @wdcnt as [I have to work this many mondays till i'm 50][/code]Congrats!!!rockmoose/* Chaos is the nature of things...Order is a lesser state of chaos */
JimL
SQL Slinging Yak Ranger
1537 Posts
Posted - 2004-09-20 : 08:07:33
Happy Birthday.Enjoy this time Pace. As for me I stopped counting its too depressing. PS: 21 I have a shirt or two that old. EGads.........JimUsers <> Logic
spirit1
Cybernetic Yak Master
11752 Posts
Posted - 2004-09-20 : 08:18:57
hey isn't 21 in uk legal drinking age? sure doesn't look like it when you're in greece...Go with the flow & have fun! Else fight the flow
Kristen
Test
22859 Posts
Posted - 2004-09-20 : 09:17:21
18 is legal drinking age here in the UK - that gives you a whole year to learn to drive whilst still sober!Kristen
spirit1
Cybernetic Yak Master
11752 Posts
Posted - 2004-09-20 : 09:45:26
well then i probably have a problem since i'm already 24 and still don't have a driver's licence it seems that our little country became very popular in the UK ever since easyjet started a direct route from our airport.i've met 4 britons already previous week...Go with the flow & have fun! Else fight the flow
Amethystium
Aged Yak Warrior
701 Posts
Posted - 2004-09-20 : 10:20:11
Happy Birthday you..... Doesn't seem that long ago when I was 21, hmmmm..... Eeek that was 5 years ago anyway... enjoy it as much as you can!! and have a few cheeky drinks for me!------------->>> BREAKING NEWS!!! <<<------------- Saddam Hussien has weapons of mass destrcution
elwoos
Master Smack Fu Yak Hacker
2052 Posts
Posted - 2004-09-27 : 18:08:49
OK I have 53 minutes of my birthday left now and only one happy birthday from these forums!! A boy could be upset.Pace has less that 100 posts and I have over 200 posts - who says numbers don't matter :)steveSteve no function beer well without