I am starting a new project and I am planning on using SQL2005 Database Schemas to better organize the model. Is there any problem in SF to support multiple schemas other than the default dbo?
Also how will using Schemas affect my working code with the BOs in SF? So far using the default dbo when creating an scalar method, I simply refer to the BO.TableName in the SQL, would I need to alter this to include the schema or will this be included in the BO.TableName property?