Monthly Archives: December 2007

China Blue

All bosses think the same of their workers?  They are lazy? They are bad?  They take advantage of the soft boss?I have heard the same comments from a software company I worked in China.

Posted in Uncategorized | Leave a comment

A lesson

Always keep looking for the good in people and places, not the bad.  If you do that-as I believe you have so far-you will have mostly kindness come your way.   But as sooon as you staret to look at … Continue reading

Posted in Uncategorized | 2 Comments

How to do batch update in an asp.net web envrionment

My way is to pass my batch in a xml formatted string, then use OPENXML to read the entries and use UPDATE with join in this way… UPDATE table_name set table_name.column_name = PN.column_nameFROM table_name TA JOIN (SELECT * FROM OPENXML(…)) … Continue reading

Posted in Uncategorized | 1 Comment