Forum Replies Created

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

  • RE: Dealing with Supervision

    Many years ago I was in a team that had a manager who was prone to micro-manage. Usually we factored that in to our estimates but I remember once,...

  • RE: Where a Rose is not a rose…

    Ewan Hampson (5/21/2010)


    Unless we can devise special sounds for curly brackets (open and close), semi-colons and maybe an altered intonation for upper-case

    Not sure about upper/lower case, but Victor Borge's phonetic...

  • RE: Stumped by SQL query

    I figured it out.  Using temporary tables and (because the keys are GUIDs) CASTing into binary:

    Regards PLST

    -----

    SELECT l.location_id, MAX(CAST(a.address_id AS BINARY(16))) AS address_id, MAX(CAST(t.tele_comm_id AS BINARY(16))) AS tele_comm_id, MAX(CAST(b.brick_id AS...

  • RE: CS data in CI-named columns

    Thanks Ken, but I can't set the collation of a column if that column is a UDT.

    Regards PLST

     

  • RE: SP fails to load

    Thanks. I changed the quotes (single quotes to two single quotes, then double-quotes to single quotes), and changed the null statement ... and it worked perfectly. 🙂

    Regards PLST

  • RE: Programming remote replication

    Well its a very small database ... so data volume per subscriber is not an issue. Having ad-hoc replication sessions sometimes days apart in some cases, occasional schema changes,...

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