Forum Replies Created

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

  • RE: What is (Null='Hello') in Sql Server

    It is called Three-valued logic

    https://en.wikipedia.org/wiki/Three-valued_logic

    I do not understand enough in order to convince you, but I believe it is a way to deal with logical operations once you introduce the...

  • RE: What is (Null='Hello') in Sql Server

    "Hello" = NULL does not result in a FALSE - it results in NULL.

    likewise NOT(NULL) is neither TRUE nor FALSE, it is NULL

  • RE: Powershell and Excel and SQL Server

    AFAIK all the strategies to speed up reading Excel involve finding ways to avoid using the COM model.

    You can cause excel to save the data as .cvs and then read...

  • RE: Powershell and Excel and SQL Server

    Yes. If you can guarantee that the spreadsheet will be in .xlsx form it makes things a lot simpler. Remember, an .xlsx document is really just a suite...

  • RE: Powershell and Excel and SQL Server

    You'll have to clarify a little.

    My most simpleminded reading of your request sounds like you want all the contents of all the cells (including some description of the cell formats)...

  • RE: Date Conversions

    I would like to hear a SQL philosopher/historian explain how this situation came about. It seems such a violation of language orthogonality - lying in wait to create bad...

  • RE: Programmers v Salespeople

    A programmer produces value, a seller produces money. Money wins every time!

  • RE: Unicode

    Two bytes per character may be how Unicode is implemented in SQL Server - but code elements of one through four bytes are used in various definitions of Unicode. ...

  • RE: The Best Computer

    Computer-as-infrastructure makes more sense to me than computer-as-protagonist. The computer of Tron was the best. I always thought Dumont was supposed to be Steve Wozniak and Sark was Steve...

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