Viewing 4 posts - 1 through 4 (of 4 total)
Old posts good, new posts bad.
February 4, 2010 at 2:38 pm
#1114025
Like in from May '08 to June '09?
June 8, 2009 at 5:06 am
#1005994
It's OK. I think I've figured out the answer myself:
create view dbo.xml_schemas
as
select t5.xml_collection_id
, collection_name = t5.name
, schema_id
,...
April 18, 2009 at 5:22 pm
#980278
This reminds me of a function I had to write recently, to convert alphanumeric keys to numeric keys. The company had char(8) keys as '3AJPUL68' and desired to map the alphanumeric space...
February 24, 2005 at 3:00 am
#543854