Forum Replies Created

Viewing 15 posts - 5,611 through 5,625 (of 6,022 total)

  • RE: Cascading Human Error

    It's the kind of error an operator could makes as a wrong choice on a menu or the entry of the name of the last network worked on instead of...

  • RE: SQL Server 101 for dummies

    maverickza (4/21/2011)


    Hi,

    I want learn SQL server but want to do it self study - company I work for don't want to send me on a course.

    What is the best...

  • RE: When To Hire a DBA

    Revenant (4/29/2011)


    Eric M Russell (4/29/2011)


    geert.bens (4/29/2011)


    I would like to see developpers and DBA's in thought of building a house. the developper is the constructor, the DBA responsible for the fundations...

  • RE: Temporary Indexes

    SQL Server routinely creates temporary "index" structures in memory or tempdb all the time, like during a hash join on large tables.

    Staging tables and temporary indexes are common in scenarios...

  • RE: When To Hire a DBA

    geert.bens (4/29/2011)


    I would like to see developpers and DBA's in thought of building a house.

    the developper is the constructor, the DBA responsible for the fundations and construction plan

    if both only...

  • RE: When To Hire a DBA

    blandry (4/28/2011)


    I have never accepted this chasm. Even today I argue regularly that any DBA is not a DBA unless they understand code as well as database administration. ...

  • RE: When To Hire a DBA

    Recently I found a post where a developer was struggling with a variety of problems: design, backups, and more. It was obvious this person was overwhelmed and when someone suggested...

  • RE: Who wants a challenging "Group By" problem?

    This sounds like a problem that could perhaps be better solved by ranking rather than by grouping. The example below is abstract and doesn't match your table structure, but you...

  • RE: Life is Short

    Fortunately in IT we don't have many occupational hazzards (so long as we use a laptop pad and stretch out leggs every half hour). However, balancing our screen time and...

  • RE: Hacking Data

    sturner (4/21/2011)


    An issue regarding the extensive use of software/firmware and intercommunication in new cars is not only that of security, but of survivability.

    Systems subjected to EMP or high level of...

  • RE: "SET SCIENTIFIC NOTATION OFF"

    The issue with truncation of leading zeros is due to the Excel column being formatted as numeric. When using Excel to exchange data with SQL Server, it's best to format...

  • RE: Saying Thank You

    It could have been worse; at least they didn't lose your luggage or subject you to a strip search.

    😀

  • RE: Tax Day

    Doctor Who 2 (4/15/2011)

    You brought up an interesting point, Jack, and that's the number of recruiters contacting you, trying to fill jobs. A few years ago (I don't remember...

  • RE: Tax Day

    At my company, we are in year three of an enterprise wide project to consolidate all of the legacy applications, employees, and clients we acquired though acquisitions into a single...

  • RE: Missing Database and Error 5123 (mdf in use by another process)

    As suggested earlier, it's probably another SQL Server instance, but if this continues to by a mystery, you can try using the Process Explorer utility to identify what process has...

Viewing 15 posts - 5,611 through 5,625 (of 6,022 total)