Viewing 6 posts - 1 through 6 (of 6 total)
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,...
February 4, 2013 at 2:06 am
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...
May 21, 2010 at 10:51 am
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...
January 18, 2006 at 10:20 am
Thanks Ken, but I can't set the collation of a column if that column is a UDT.
Regards PLST
December 27, 2005 at 6:15 pm
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
August 19, 2004 at 8:33 am
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,...
August 13, 2004 at 9:01 am
Viewing 6 posts - 1 through 6 (of 6 total)