John Conwell
5 posts.
- How to use Cassandr's sstableloaderTuesday, July 26, 2011 12:37 PM I recently need to migrate all the data from a Cassandra cluster on EC2 into a Cassandra cluster that was behind our…
- NTEXT vs NVARCHAR(MAX) in SQL 2005I recently profiled a sproc that makes heavy use of the TSQL SUBSTRING function (hundreds of thousands of times) to see how it performs on a SQL 2005…
- Connection String generation Visual Studio macroSpeaking of usefull macros, this is one I've used for a a few years and thought might be usefull. It calls the ADODB Data Link Properties dialog (shown…
- String concatenation the fast way...maybe not what you thinkOne thing you read in most articles or books that talk about code optimization in .Net is string concatenation. Many books will say always use a…
- Introduction to Creating Dynamic Types with System.Reflection.EmitWednesday, August 10, 2005 10:23 AM Introduction Dynamic types can provide the framework developer with efficient programming abstractions without the…
