Front Page Recent
First impressions from SharpReader (April 2004) [ ... ]
Blog entry about sp_sproc_columns and Profiler [ ... ]
I have to change my programmatic approach. I'm speaking of iterating through int arrays. There are 3 ways: foreach iteration, for loop, for, caching the length of the array ... use foreach because it is more readable in the code [ ... ]
Blog entry about Google books ? [ ... ]
Another version of the function that demonstrates how to generate date sequences in SQL using loop queries. To create a loop see how I use union all operator [ ... ]
How to serialize readonly property in a class, since it is ignored by ISerializable ? There are 2 workarounds: throwing exception in setter and using WebMethods instead of setter and getter [ ... ]
Blog entry about MSSQL: Some Undocumented Features [ ... ]
Blog entry about Generate Calendar Dates. Version 2.0 [ ... ]
The first prototype of RSS standard was Channel Definition Format - CDF. Deployed by Microsoft in October 1997. Link to whitepaper standard on www.w3.org included [ ... ]
Blog entry about My howto on sqljunkies [ ... ]
|