Forum Replies Created

Viewing 15 posts - 16 through 30 (of 109 total)

  • RE: Are We Not Testing Enough?

    No test can reveal how an employee would perform in the future. Some minimum standards are necessary, at least to weed out clearly unqualified people. Past experience, certificates, degrees, and...

  • RE: Another way to get a table list from a string

    Good parsing technique.

    Even though @strDataSet is declared as max, aren't the procedure parameters limited to max length of only 128 characters? That limits the longest string that can be...

  • RE: A new IDE for SQL Server?

    Adam Gojdas (6/14/2010)


    'M' is a name already taken for a language. M is the name for the language once called MUMPS.

    http://en.wikipedia.org/wiki/MUMPS

    Yes indeed, and after looking Quadrant screen casts using...

  • RE: A new IDE for SQL Server?

    "SQL Server Management Studio (SSMS) is a victory of ingenuity and energy..."

    Thanks for a good laugh. I always thought of SSMS as a mobile home attached to the space shuttle.

  • RE: Sins of SQL: The Time Table

    Yes CTEs have their role but I'm wondering if it's a replacement in an highly optimized star schema warehousing solution.

    On the plus side, the date format in the CTE...

  • RE: A Google-like Full Text Search

    Wonderful.

    Even more useful is the idea that your technique can bridge grammars between SQL and other external apps and not just search.

  • RE: Intersect, Except, Union, All and Any

    UNION, INTERSECT, and EXCEPT round out basic set operations at the domain level (with tables) instead of the tuple level (with joins). Domain level operations can make code in some...

  • RE: Does the Job Matter To You?

    A lot of times it also depends on who is asking you to the job, how is it being asked, and what comes after (net +ve or -ve). If the...

  • RE: Five Things to Trim From SQL Server

    Jeff Moden (5/16/2010)


    sjsubscribe (5/16/2010)


    SSMS is probably the weakest link in the entire SQL tool chain.

    How so?

    Compared to the stability and usability of Enterprise Manager it replaced, there's no contest. There...

  • RE: Five Things to Trim From SQL Server

    SSMS is probably the weakest link in the entire SQL tool chain.

  • RE: Version Control your Stored Procedures

    mike.renwick-894639 (5/7/2010)


    snip... how they can prove that what is in their source repository is exactly and only what is in their production environment. ...snip

    One automatic way to...

  • RE: Version Control your Stored Procedures

    For several of applications, I implemented VCS functionality in SQL using these steps:

    1. Create a database trigger to capture DDL events using EventData() in xml format. I include other metadata...

  • RE: Would You Like a Stay Interview?

    This is another sign that normal order of things, such as perf eval, annual reviews, peer feedback, and so on are not working. In one organization I worked, we had...

  • RE: No One is Safe

    Reminds me of Bobby Tables cartoon. ;=)

    Besides the obvious injection issues that need to be closed, security can be made only as strong the organization wants. I've seen situations where...

  • RE: Company Rewards

    A company used to award free home computer until a couple of years later one employee refused. Then everyone caught on that the home computer put them on-call for anything...

Viewing 15 posts - 16 through 30 (of 109 total)