Forum Replies Created

Viewing 15 posts - 406 through 420 (of 515 total)

  • RE: A Software Warranty

    It must be nice to have a team of developers on call. :hehe:

    I work for a fairly small company (about 150 employees) and I *AM* the IT department. Support, development,...

  • RE: Learning C

    sturner (8/16/2012)


    Alex Gay (8/16/2012)


    I wouldn't recommend C as a starting language, but once you can program it is always good to learn what your compiler is doing behind the scenes,...

  • RE: Learning C

    Mike Austin-398977 (8/15/2012)


    By your reasoning, all of us should be required to take a course in transmission repair before we're allowed to drive a car.

    IMHO, the legacy the...

  • RE: Learning C

    My background is programming, most of my career has been in application development. Over 30 some-odd years I've learned a wide array of languages and dialects, from C to Basic...

  • RE: Index defaults 2

    While I'm late to the party and missed answering yesterday ๐Ÿ™‚ I knew foreign keys don't generate indexes, but my question is why the heck not?

    Foreign keys are there...

  • RE: The Certification Debate

    Certifications are worthless.

    A) The cynical side of me says it's a profit center for companies and nothing more.

    B) The cynical side of me also says HR is looking for a...

  • RE: Transactions 3

    You know, if you took out the transaction the answer would be exactly the same? How then is this a transaction? ๐Ÿ™‚

    Still say having SET XACT_ABORT OFF as the default...

  • RE: Transactions 2

    L' Eomot Inversรฉ (5/23/2012)


    roger.plowman (5/23/2012)


    Having the default setting to OFF basically break transactions and is a *bug* in SQL Server.

    Explicit transactions should be exactly that, explicit.

    That's the whole point...

  • RE: Transactions 2

    Daniel Bowlin (5/23/2012)


    I agree with some of the other posts that express frustration that this is the default setting that seems rather contrary to an explicit transaction.

    So the...

  • RE: Transactions 2

    Having the default setting to OFF basically break transactions and is a *bug* in SQL Server.

    Explicit transactions should be exactly that, explicit. This stupidity is exactly the kind of thing...

  • RE: Tabs or Spaces

    Rose Bud (3/19/2012)


    Can anyone recommend a free or very inexpensive SQL Beautifier/Formatter which works well with complex queries? One that integrated with SSMS 2008 would be ideal.

    I *love* SQL...

  • RE: Tabs or Spaces

    Nakul Vachhrajani (3/18/2012)


    I always insist that my team has the "replace tabs with spaces" switch in SSMS options checked and also run code through the "beautifer" option of "Untabify selection".

    In...

  • RE: SQL Server 2008 R2 Data Types

    Very, very helpful. Maybe Microsoft should have a set of tables like this one at the front of the BOL! ๐Ÿ™‚

  • RE: DateTime Precision

    You know, the fact this was a trick question highlights a glaring flaw in T/SQL (or perhaps SQL in general?). Using single quotes for both strings and dates is a...

  • RE: Password Help

    Passwords are a massively contentious issue.

    The main problem with them is their nature is paradoxical. They have to remain secret yet they have to be known...

    The problem with rapid changes...

Viewing 15 posts - 406 through 420 (of 515 total)