Forum Replies Created

Viewing 15 posts - 7,291 through 7,305 (of 39,757 total)

  • RE: Are the posted questions getting worse?

    In Orlando this week for Live360. Leaving this afternoon, and it's 18F at home. Didn't bring a coat, and couldn't wear a long sleeve this morning since it's a 80F...

  • RE: Fantasy Football 2016

    Mr. Kidd, what happened?

  • RE: CU or SP - What to do? What to do?

    My thought is:

    - security patches - apply ASAP after testing. There are too many automated bots and scripts out there looking for issues. Or on your network because someone clicked...

  • RE: Error trying to connect to a remote mssql database

    I would download SSMS and start there. That's a fairly easy way to go. Or just get SQL tools and use SQLCMD or bcp to get data. SSMS gets you...

  • RE: Question on pat index

    You'll need to provide some DDL for a table and DML to help here. This is a little vague and likely due to some data issue with your query.

  • RE: First Class Jobs

    t.franz (12/2/2016)


    A drawback of having the Jobs in the database would be, that - when you restore the database as _test, _dev or whatever, those jobs would be started and...

  • RE: Talking baseball

    Agreed. Why should a Royal hitting off a Giant determine home field for a Cubs/Indians series?

  • RE: Finally, Create or Alter

    I would argue that

    ALTER TABLE MyTable Add SalesID int

    is code. It gets compiled and executed against a physical structure on disk.

  • RE: Online T-SQL Scripts and Copyright

    Eric M Russell (11/30/2016)


    I totally don't understand why someone would publish sample programming code on the public web and then expect other folks not to use it or even expect...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (11/30/2016)


    Steve Jones - SSC Editor (11/30/2016)


    UAT testing on new forums has started. In addition, a large internal bug hunt from random RG people last week found a few usability,...

  • RE: The Pressure to Compromise Ethics

    roger.plowman (11/30/2016)


    Don't do things that don't work. We've been down the certification road before, many times. It never works well. A guild/union wouldn't work any better and would introduce all...

  • RE: The Pressure to Compromise Ethics

    jasona.work (11/30/2016)


    I think the best part about something like this would be, if an employer wants to be seen as "ethical" when it comes to their software, they only hire...

  • RE: The Pressure to Compromise Ethics

    roger.plowman (11/30/2016)


    Why does everyone always squawk about certification bodies (guilds, unions, etc.).

    These, in my opinion, are worthless. Bureaucracy at its finest. Ethics classes only teach you what someone *else* decides...

  • RE: Are the posted questions getting worse?

    UAT testing on new forums has started. In addition, a large internal bug hunt from random RG people last week found a few usability, and a few security, issues.

    Work is...

  • RE: Finally, Create or Alter

    ZZartin (11/30/2016)


    But tables aren't source code they're part of the infrastructure of the system.

    ...

    Trying to manage that with complete table replaces would be a nightmare compared to just...

Viewing 15 posts - 7,291 through 7,305 (of 39,757 total)