hoonsbara / octalforty-wizardby

Automatically exported from code.google.com/p/octalforty-wizardby
1 stars 0 forks source link

Abstract away SQL Server 2005/2008 differences #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Due to how SQL SMO operates (for instance, SMO for SQL Server 2005 cannot 
connect to an instance of SQL Server 2008), Wizardby has duplicate code for 
SqlServer2005Platform and SqlServer2008Platform. The difference is mainly in 
referenced assemblies, code is essentially the same.

The task is to create an abstract layer on top of SQL SMO so that both 2005 
and 2008 platforms could share the same code based on said abstraction.

Original issue reported on code.google.com by anton.go...@gmail.com on 22 Jan 2010 at 8:17