Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)

  • RE: A Google-like Full Text Search

    More time talking about a c# compiler than the SQL. No talk of the limitations of the FTS.

    Bit of a waste of time really.

    From title of piece I...

  • RE: Usage of Functions in Stored Procedures

    Mike C (4/29/2008)


    Table-Valued Functions.

    And if that were what we were talking about...

  • RE: Usage of Functions in Stored Procedures

    The final select statement where you use a local variable is different to the pure select statement, it only works because you've got all the values exactly the same. So...

  • RE: Table Level Access

    As a developer I've seen some truely awful SQL. Is LINQ going to make that better or worse? Personally I think it'll make the problem even worse.

    In most environments I've...

  • RE: Get a Return Every Time.

    Robin, Lasse, you guys need to leave the 90's and learn about sp_executesql.

    Charles, personally I think you're creating a nightmare for whoever comes after you. All the code being in...

  • RE: Working with Time Frames in T-SQL

    I only ever use yyyymmddhhmmss now, although I get funny looks when someone asks me the time and I tell them it's 20,070,815,090,834. Quite a mouthful too.

  • RE: What Makes a Good Programmer

    Your criteria:

    1."First the real gurus don't advertise their expertise."

    2."gurus ... try to make it easy for others to understand"

    3."And of course, the guru has kept up with technology"

    4."Finally...A good developer spends...

  • RE: A Refresher on Joins

    Nonsense, how's this good for newbies? It immediately starts using 'join' and ',' without explaining these are short-hand notations, the layout of the actual SQL is bad and the table names...

  • RE: Saving a Sales Order Part 1

    I don't understand why you do half of it with passed variables and the other half with XML, for consitency and also to make the XML meaningful on its own...

  • RE: New T-SQL Features in SQL Server 2005 Part 1

    It's not 'referring', you've cut and paste 90% of the text from BOL. Without even providing a reference.

    If you copy random chunks of your article and put the whole phrase in...

  • RE: New T-SQL Features in SQL Server 2005 Part 1

    Nice cut and paste jobbie from MSDN, ever heard of plagiarism? I avoid Microsoft technical documentation for good reason, namely that they find it impossible to write human readable documentation....

  • RE: Preventing Identity Theft Using SQL Server

    Re: The surely you should have it behind x firewall and using y IP, and a million other things that never happen in the real world, it doesn't happen in...

Viewing 12 posts - 1 through 12 (of 12 total)