Forum Replies Created

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

  • RE: Gotcha! SQL Aggregate Functions and NULL

    To expand a bit on the count(*) versus count(1) discussion, what does count(1) mean? 

    The fact that count(1) returns the same value as count(*) is an artifact of the parser...

  • RE: Four Rules for NULLs

    Early on in the development of the SQL:1999 ANSI & ISO standard, there was a concept of user-defined NULL types. The idea was to allow up to 128 different types...

  • RE: Four Rules for NULLs

    I don't think it is quite accurate to say that COALESCE() has weaker type checking than ISNULL().  The semantics are different.  The type of ISNULL() is the type of the...

  • RE: Strange Login Failure

    Thanks for all help.

    I have made the SQL Server a domain controller, as noeld suggested, which has solved my immediate issue.

    At some point, I will rebuild this SQL Server, or...

  • RE: Strange Login Failure

    All client machines are WXP Pro with service pack 1 and the latest security patches.

  • RE: Strange Login Failure

    I have tried creating the ODBC DSN at both the system and user level with the same lack of results.

    The client OS is W/XP Pro, with service pack1 and all...

  • RE: Strange Login Failure

    The ODBC  connection is configured to use Windows Authorization.

    I agree that it is an issue with Windows credentials not being passed through, but I don't yet understand why.

    I have logged...

  • RE: Strange Login Failure

    The workstation used for keith is a member of the domain.

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