Viewing 15 posts - 1,021 through 1,035 (of 3,543 total)
Brandie Tarvin (11/23/2011)
We have a Word 2003 document...
November 23, 2011 at 10:21 am
Koen Verbeeck (11/22/2011)
W00t! This is my 3000th forum post!
Nice and well done 😀
And to make it count:
Wibble.
Thats OK then, it makes all 3000 posts valuable and worthwhile 😛
November 22, 2011 at 3:59 am
Brandie Tarvin (11/21/2011)
Ah, well. I'm sure I screwed the pooch on some of those questions, but here's my launch buddy link. Anyone care to click for me?
+1
p.s. my buddies link...
November 22, 2011 at 2:34 am
Lynn Pettis (11/11/2011)
SQLRNNR (11/11/2011)
Lynn Pettis (11/11/2011)
What other Threadizins are participating in the DBA in Space contest? Looking for launch buddies!So does that mean you are in the front running?
I...
November 11, 2011 at 10:01 am
CONVERT(char(10),GETDATE(),101)+' '+STUFF(REPLACE(STUFF(CONVERT(char(26),GETDATE(),109),1,12,''),' ','0'),9,4,' ')
November 7, 2011 at 9:23 am
Jeff Moden (11/4/2011)
Brandie Tarvin (11/4/2011)
SQL Kiwi (11/4/2011)
So, it dependsSomeone so needs to come up with an interview question where this is the exact answer that's needed.
@=)
No problem... "I'm old... what...
November 7, 2011 at 7:18 am
Jim Murphy (9/12/2011)
In fact, I define "hardware" as the part of the computer that you can kick.
Be careful, some people may consider your a$$ as your "hardware" and treat it...
September 12, 2011 at 8:54 am
piet.kouwer (9/6/2011)How can I solve this problem ?
There are several ways of achieving this but we need more information
DDL to create tables
Sample data (INSERT statements)
Expected results
September 7, 2011 at 6:44 am
I found this interesting
use master
go
create procedure sp_one
as
select 'this'
go
use test2
go
create procedure sp_one
as
select 'that'
go
drop procedure sp_one
go
drop procedure sp_one
go
will drop the procedure in test2 and master :Wow:
August 23, 2011 at 7:04 am
ChrisM@Work (8/22/2011)
Really? I can hear a beer coming on!
Sounds good :smooooth:
August 22, 2011 at 7:37 am
ChrisM@Work (8/22/2011)
... Swindon ...
Really :Wow:
My neck of the woods 😀
August 22, 2011 at 7:22 am
Another great article Jeff 🙂
Jeff Moden (8/8/2011)
... some would say that I, indeed, have no taste buds
Surely you meant 'no taste' 😛
August 19, 2011 at 5:01 am
pwalter83 (8/5/2011)
I tried your query but its displaying data for ARRIVAL_SCHEDULE_DT 3 months prior to todays date now.
My mistake I thought the date test was for BEZEE only
WHERE MG_VESSEL_PARTICULAR.VESSEL_TYPE_CD =...
August 5, 2011 at 5:33 am
OK understand the status for arrived but still not sure about the 'arrived first' bit.
This will select all ports except 'BEZEE' which will only be selected if the ship has...
August 5, 2011 at 4:36 am
Now all that needs to be done is just include the condition that the above scenario will apply only if the ship reaches the port(PORT_CD) 'BEZEE' first.
How do you determine...
August 4, 2011 at 10:12 am
Viewing 15 posts - 1,021 through 1,035 (of 3,543 total)