Forum Replies Created

Viewing 15 posts - 31 through 45 (of 89 total)

  • RE: Paying It Forward

    It would be nice if you had asked that DBA why he was worried about others stealing his ideas. If you're working in an environment where others frequently show off...

  • RE: But, but, but, my data is clean!

    I would like to add my two cents here too as I happen to work both as a .NET developer and a SQL Server DBA a lot. At one of...

  • RE: Support The Boss

    After dealing with different bosses, I have learned over time that dealing with me can also be a hard job for my boss. Trying to understand each other may be...

  • RE: Better Training

    It depends on the exact profession but in my opinion nothing can replace a solid theoretical background. Especially with databases, because thinking in sets instead of records requires a mind...

  • RE: If or When?

    In my humble opinion you should always prefer "when' over "if", that should be true for security as much as for recovery. With recovery the "when" scenario makes you practice...

  • RE: The Security of Interconnected Systems

    Maybe now is the right time to switch to multi-factor authentication on all your accounts. Well, at least on all accounts that allow this additional security measure. Notice that even...

  • RE: Linked server

    aalianebhan (2/2/2014)


    I define a connected server and got the following error:

    The thing name '[OXFORD\BA].master.dbo.Mirroring.Config' includes more than the maximum number of prefixes. The maximum is 3.

    I guess it should be...

  • RE: Core T-SQL

    One concept not yet mentioned are transactions. When you change anything in a database, always start with a BEGIN TRANSACTION and check the number of rows, or even better, check...

  • RE: Test Coverage

    Unlike testing applications, where failure is an common sign of some flaws in the code, testing database facilities like stored procedures, user defined functions, views and queries is much harder,...

  • RE: Four Years Later

    With most persistence frameworks or query facilities (like Linq) it is very easy to fetch complete objects and then access only a few properties of these objects in a for...

  • RE: Four Years Later

    I live in the Netherlands (some of you may call it Holland) and I do believe we have a superb internet connectivity. By now most parts of our beloved country...

  • RE: Manners

    Most of you are asking for readable SQL and good example data. But how often can you transform real problems into such an academic setting? More often than not, bad...

  • RE: It Happens

    SQL has strong roots in relational algebra, this makes it harder to implement but easier to verify. If you use concepts like 'eventual consistency' it is much harder to find...

  • RE: Lost in the Noise

    David Lean (8/27/2013)


    1. In general it costs just as much to develop code with poor performance as it does to develop fast code. The same can be said for security....

  • RE: Lost in the Noise

    Maybe a honeypot will attract outsiders, but it will not save you from insiders compromising your security. IMHO if organisations will use honeypots and decoys on a larger scale, some...

Viewing 15 posts - 31 through 45 (of 89 total)