Forum Replies Created

Viewing 15 posts - 106 through 120 (of 338 total)

  • RE: SQL Profanities

    Ryan

    What is the usage scale for the website? Number of concurrent users, etc.

    How mission critical is it?

    --Shaun

  • RE: SQL Profanities

    I'm confused how are these opposed;-

    "...not to solve technical issues, but to add value to the business."

    In my job I solve technical issues that add value to the business. 😉

    (thats...

  • RE: IdentityColumn is Duplicated ?

    We are assuming the OP is saying;-

    when a simultaneous insert occurs from two client appliactions

    the id of the two inserted records in a/the table are identical.

    This indicates no...

  • RE: The Daily Commute

    As I posted earlier - I did a 2.5 hour stint from home via VPN to my work PC - easiest thing in the world. Oh - ho comming upto...

  • RE: Just For Fun: An Impossible Delete

    timmy_patterson (8/5/2008)


    I'm having trouble understanding Step 4. Where do tables 'TAB' and 'Tally' come from?

    Thanks,

    Tim

    Insert into SOURCE(Name, Age, Sex)

    Select Name

    , Age

    , CHAR(ASCII(Sex) & 1) --extract and preserve the [Sex]...

  • RE: Just For Fun: An Impossible Delete

    You used a temp table - forbidden by the article requirements.

    Sorry,

    Just havin a bad mood moment, please don't take it personally, I get worked up on long running threads....;)

  • RE: Just For Fun: An Impossible Delete

    try as hard as you can;-

    and still the dupe removers and requirments non-readers supply solutions to the problem already

    answered/solved and burried by rbarryyoung, chris.morriss and Phil Factor.

    All legends.

    *Shaun drinks...

  • RE: Just For Fun: An Impossible Delete

    Thanks Phil

    love the eBook and the SimpleTalk articles, always a good read.:)

    The one about the ex-riot policemane turned DBA should have been quoted on the Stored Procs vs ORM thread....

  • RE: Just For Fun: An Impossible Delete

    Been waiting for it....:D

    Phil could you give a more verbose explanation of your code please?

  • RE: Un-retiring

    I want to be a DBA....and not the trouble shooter....I run out of bullets too fast 😀

  • RE: The Daily Commute

    did 2.5 hours from home this morning 😀

    vital job had to go live before the general populace started work today!

    The had the usual half hour sleep on the bus on...

  • RE: The Daily Commute

    torpkev (8/4/2008)


    actually im a brit living in the US.. but same concept i spose 😀

    my bad 😉

    I read sharon's post as Kev's 😀

    --Shaun (damn I need to pay attention)

  • RE: The Daily Commute

    jcrawf02 (8/4/2008)


    Chris Morris (8/4/2008)


    torpkev (8/4/2008)


    selling my kidney for gas money.. i think i may go bug em about it

    :hehe: Admirably laid-back attitude Kev!

    He has to be laid-back, it's the dialysis...

  • RE: The Daily Commute

    I drive 2 miles to the bus station, then sleep for 30 mins to work through the traffic on the bus 😀

    20 miles a week extra 5 hours sleep bonus...

  • RE: Power

    Guys think deeper, that question is not "what is 2^31" but "why does this fail"

    Its about data type limitations. The correct answer is not given in the error message

    the...

Viewing 15 posts - 106 through 120 (of 338 total)