Forum Replies Created

Viewing 15 posts - 13,141 through 13,155 (of 39,818 total)

  • RE: Update BOL?

    I thought that Windows Update would flag this, if it's allowed from your machine.

  • RE: Ridiculous

    Eric M Russell (9/4/2012)


    At TechEd, they pass out coffee on the convention floor, not beer and mixed drinks. I can't imagine sitting through a two hour seminar on query...

  • RE: Ridiculous

    Aaron N. Cutshall (9/4/2012)


    Eric M Russell (9/4/2012)


    A lot of guys at conventions tend to get drunk or for whatever reason feel free to let themselves go and behave in ways...

  • RE: Ridiculous

    Robert.Sterbal (9/4/2012)


    Steve,

    I hope you continue to write about this. You use good judgement and raise important concerns. I especially like that you revisited the topic after a time to give...

  • RE: Are the posted questions getting worse?

    I have to say the accents, accentuation on syllables, and pronunciation of certain words definitely throw me when talking to people in the UK. Especially on conference calls. There are...

  • RE: Installing SQL SERVER 2012 Developer Edition On Top of 2005 Editioon

    If you post more information about what you did or what didn't seem to be working, we can probably help you. Likely SQL Server has been running or working find...

  • RE: Fantasy football 2012

    Great draft, and glad I was there. Went smoothly for me, and after I grabbed 1 at each position, I was watching bye weeks and checking the depth charts for...

  • RE: DBA Interview Questions needed - Serious only please.

    Jeff is completely correct. Hire a consultant to interview DBAs for you. There are plenty of good ones that are willing to help.

    Brent Ozar (brentozar.com) or Adam Machanic (www.sqlblog.com) do...

  • RE: How to restrict Users from running SQL.

    I tend to agree with what Jeff said. Fix the code where possible.

    You can look at a job that kills the queries after some time, but there will be a...

  • RE: Installing SQL SERVER 2012 Developer Edition On Top of 2005 Editioon

    You'll have to clarify what you mean by "you can't use it".

    You can upgrade 2005 installations to 2012 or you can uninstall them if you like. Either way works.

  • RE: Modify query column headings (Help)

    I prefer

    select Supplier = Supplier_name

    from Suppliers

  • RE: Time Off

    starunit (8/30/2012)


    I consider my vacation benefit as on par with the other compensation I receive for my time, such as a paycheck. I ask myself (and my boss) if he...

  • RE: T-SQL 2000 to 2008

    Steve Jones - SSC Editor (8/30/2012)


    Here's a partial. You should be able to do the rest

    SELECT *

    FROM FacilityXref FX,

    inner join Facility

    on FX.PointToId =...

  • RE: T-SQL 2000 to 2008

    Here's a partial. You should be able to do the rest

    SELECT *

    FROM FacilityXref FX,

    inner join Facility

    on FX.PointToId = Facility.Id

    , #Type, FacilityCode

    WHERE...

  • RE: Talking baseball

    I think the Dodgers did well with this one. They get some names, they get some excitement, and they should be competitive for a couple years with these guys. In...

Viewing 15 posts - 13,141 through 13,155 (of 39,818 total)