Forum Replies Created

Viewing 15 posts - 6,961 through 6,975 (of 26,490 total)

  • RE: Are the posted questions getting worse?

    Ed Wagner (2/25/2014)


    Lynn Pettis (2/25/2014)


    Last night home. Start my journey back to Afghanistan Tuesday morning.

    Have a safe flight and be safe while you're there. How long is this...

  • RE: Are the posted questions getting worse?

    Last night home. Start my journey back to Afghanistan Tuesday morning.

  • RE: Append a Time to an Existing Date

    Really simple actually:

    DECLARE @DateAndTime TABLE

    (

    ApptDate datetime

    , ApptTime int

    )

    INSERT INTO @DateAndTime

    SELECT '2014-01-10 00:00:00.000','68700' UNION ALL

    SELECT '2014-04-04 00:00:00.000','34200' UNION ALL

    SELECT '2014-01-15 00:00:00.000','37800' UNION ALL

    SELECT '2014-01-10 00:00:00.000','46800' UNION ALL

    SELECT '2014-02-03 00:00:00.000','29700' UNION ALL

    SELECT...

  • RE: Are the posted questions getting worse?

    Jack Corbett (2/13/2014)


    So I just spent about 25 minutes catching up on the thread. Had actually been busy at work and with life in general until today.

    Glad...

  • RE: New DBA + Bankruptcy = Career Doom?..

    SQL Guy 1 (2/12/2014)


    It is very strange to hear that a DBA applies for bunkropcy. We are highly paid professionals who receive much more than the average value in...

  • RE: Today's Random Word!

    Seventh Heaven! (All this delicious food!!)

  • RE: entry level job question

    Also look to see if there is a local SQL Server Users Group in your area. Good place to make contacts as well.

  • RE: Any Advice??

    cbrammer1219 (2/11/2014)


    Where GL_CODE has last 2 AA that is Corporate, I need to have for example AB for Atlanta branch but AA stays as Corporate, I also need to reserve...

  • RE: Top Talent Leaves

    Craig-315134 (2/11/2014)


    ... the Second Amendment does mention a "well regulated militia" (nothing about a state militia ...

    Here's the actual wording:

    A well regulated Militia, being necessary to the security of...

  • RE: Top Talent Leaves

    Craig-315134 (2/11/2014)


    The fact is that most people CHOOSE how to interpret it, but it clearly says we have the right to bear arms and that it should not be infringed.

    Does...

  • RE: New DBA + Bankruptcy = Career Doom?..

    SQLRNNR (2/11/2014)


    David1425 (2/8/2014)


    ... if I file for bankruptcy how much will this hurt my career as a DBA. ...But I have no other issues: any illegal activity, missing payments on...

  • RE: Are the posted questions getting worse?

    Ed Wagner (2/11/2014)


    Grant Fritchey (2/11/2014)


    Sean Lange (2/11/2014)


    jcrawf02 (2/11/2014)


    wolfkillj (2/7/2014)


    ChrisM@Work (2/7/2014)


    Anybody else seeing a kinky image of Koen, Gail and Grant wondering around without their tshirts?

    Word is that there are photos...

  • RE: Are the posted questions getting worse?

    Ed Wagner (2/7/2014)


    Lynn Pettis (2/7/2014)


    jasona.work (2/7/2014)


    Lynn Pettis (2/7/2014)


    I have been home since Sunday afternoon and today is the first day it has been warmer than it has been at night...

  • RE: need help with a query

    youresoshain (2/8/2014)


    Thanks guys. We're a little bit closer.

    So I tried your query. It worked in that it produced the comma delimited list, which is great.

    The 2nd part of it...

  • RE: New DBA + Bankruptcy = Career Doom?..

    David1425 (2/8/2014)


    So I recently decided to make a career change and recently acquired a masters of science in database administration. Now I'm looking for my first job and contemplating bankruptcy...

Viewing 15 posts - 6,961 through 6,975 (of 26,490 total)