Forum Replies Created

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

  • Reply To: Displaying Execution Plans

    Is Query Analyzer different from SQL Server Management Studio?

  • RE: Odd men out

    Which leads to the next question. Who are Rafael Nadal and Roger Federer - not to mention James Franco? Guess I need to start reading the magazines in the supermarket...

  • RE: ODBC password from configuration file

    You might check to see if IBM i Access is installed on the server (or wherever the package actually runs). Minimally, you'll need the DB provider installed.

  • RE: HAVING

    W/D

  • RE: T-SQL

    Why don't we let T-SQL be the judge:

    SELECT

    'Test1' = CASE

    WHEN DATEADD(day, -1, GETDATE()) = GETDATE() -1 THEN 'TRUE'

    ELSE 'FALSE'

    ...

  • RE: Just For Fun: An Impossible Delete

    Your off-hand comment about naming the field "Gender" rather than "Sex" piqued my curiosity. Why? As I understand the words, sex means biological differences: chromosomes and sexual organs. Gender refers...

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