Welcome to deepcode.co.uk Sign in | Join | Help

June 2007 - Posts

If you've used SQL Server for any length of time, you've probably created multiple databases across different servers and used views and fully qualified table names to aggregate data, and you've probably discovered the problems with doing this when you've Read More...
Eric Gunnerson has posted an interesting and useful article on dynamic assembly loading and unloading using appdomains. http://blogs.msdn.com/ericgu/archive/2007/06/05/app-domains-and-dynamic-loading-the-lost-columns.aspx Read More...
An annoying situation arose today with a project - development machines were using legacy SQL collation orders whilst the production cluster was using a windows collation. As all servers and databases should really use the same collation order, cross Read More...