views:

101

answers:

0

Hello Guys,

I am using SubSonic to access a DB I migrated to SQL Azure. This db has a custom schema defined. Because of the differences with SQL Server 2008, I am getting a "Deprecated feature 'More than two-part column name' is not supported in this version of SQL Server. " error.

If I'm using DataReaders to access the SQL Azure DB I need to remove the schema name from the .. references, but I do not know what to do in SubSonic to make it work. The Schema name is specially importnt during Joins.

Thanks in advance!!

Jose Parra