Forum Replies Created

Viewing 15 posts - 586 through 600 (of 984 total)

  • RE: The Remote DBA

    It's only now 12 months since I started working in offices again, having spent the previous 4.5 years mostly working from home (I had one year where I spent just...

  • RE: Cheap kitchen Liverpool UK(13)

    Nicked, presumably.

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (7/14/2016)


    ThomasRushton (7/14/2016)


    Brandie Tarvin (7/14/2016)


    I'm in the last few days before Go Live on a major infrastructure upgrade. I'm lucky I can spell SEQUAL. @=)

    Isn't that the time when...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (7/14/2016)


    Phil Parkin (7/14/2016)


    Brandie Tarvin (7/14/2016)


    jasona.work (7/14/2016)To quote the lady from Ghostbusters (1984): "WE GOT ONE!!"

    :w00t:

    The lovely Tahitian Island of Tahaa!

    If I liquidate everything, I can come up with...

  • RE: Today's Random Word!

    Ed Wagner (7/14/2016)


    Grumpy DBA (7/14/2016)


    Ed Wagner (7/14/2016)


    ThomasRushton (7/14/2016)


    Ray K (7/13/2016)


    Lucy

    Lastic

    Elastic

    Plastic

    Melt

    Cheese

  • RE: Today's Random Word!

    Ray K (7/13/2016)


    djj (7/13/2016)


    whereisSQL? (7/13/2016)


    HappyGeek (7/13/2016)


    Ed Wagner (7/13/2016)


    whereisSQL? (7/13/2016)


    crookj (7/13/2016)


    Ed Wagner (7/13/2016)


    eccentricDBA (7/13/2016)


    Grumpy DBA (7/13/2016)


    Stuart Davies (7/13/2016)


    Ed Wagner (7/12/2016)


    Straight

    Lines

    White

    Lies Lies Lies (Violent Femmes)

    Politicians

    Sewage

    Septic

    Filth

    Police

    Law

    Lawless

    Lucy

    Lastic

  • RE: Query Question for New Guy

    From your post:

    SELECT Mission.Project_ID, Primary.Server_ID, Site.Site_ID, Connection.Connection_ID, Connection.Site_Start, Location.Latitude, Location.Longitude, Connection.Site_End, Location.Latitude AS End_Lat, Longitude AS End_Long

    FROM Mission_ID LEFT JOIN

    Primary ON Mission.Server_ID = Primary.Server_ID LEFT JOIN

    Site ON Primary.Server_ID = Site.Server_ID...

  • RE: Query Question for New Guy

    Without going into specifics, the concept is something like this:

    SELECT...

    FROM MissionTable mt --mt is an alias

    LEFT JOIN ReferenceTable rt1 ON mt.SourceLocation = rt1.Location

    LEFT JOIN ReferenceTable rt2 ON mt.DestinationLocation = rt2.Location

  • RE: Not a DBA admin - How do i optimize/tune my queries, check on missing index?

    quentin.harris (7/8/2016)


    Awesome. Though i will be seeing flying pigs before i think i will be allowed to do this as it seems it can show sensitive information such as passwords....

  • RE: Forum Etiquette: How to post data/code on a forum to get the best help

    quentin.harris (7/8/2016)


    Thank you for this helpful article.

    One further issue i have is i don't know how to actually post in SQL code.

    I see people have it added and it seems...

  • RE: Today's Random Word!

    djj (7/7/2016)


    Stuart Davies (7/7/2016)


    Manic Star (7/6/2016)


    Revenant (7/6/2016)


    Ed Wagner (7/6/2016)


    djj (7/6/2016)


    Ed Wagner (7/6/2016)


    crookj (7/6/2016)


    whereisSQL? (7/6/2016)


    Manic Star (7/6/2016)


    Unicode

    Standards

    S.O.P.

    Tactics

    Planning

    Strategy

    Go

    Away

    Day

    Tripper

    Acid

  • RE: Justify DBA access to production

    tezsb (7/6/2016)


    Yes, the CIO finally agreed with me that I could not do my job without sysadmin... although for some strange reason the 3rd Party company might still insist on...

  • RE: Are the posted questions getting worse?

    Michael L John (7/5/2016)


    Can anyone in the U.K. (or is it K minus U these days?) make a recommendation for technical training? We have a colleague in London who's...

  • RE: Today's Random Word!

    Ed Wagner (7/5/2016)


    Revenant (7/5/2016)


    Y.B. (7/5/2016)


    Ed Wagner (7/5/2016)


    ThomasRushton (7/5/2016)


    Stuart Davies (7/5/2016)


    Club

    Kitkat

    Candy

    Cane

    Kane [Citizen]

    Sugar

    Barley

  • RE: concatenate int and varchar error

    Without looking in great detail, I suspect it might be something to do with this bit:

    CASE WHEN ( @counted = 1 ) THEN @stock

    You've declare @stock as an int; maybe...

Viewing 15 posts - 586 through 600 (of 984 total)