Due to naming conventions we use stored procedures as <sproc><Action><Tablename> so the sproc looks like "sproc_Get_MyTableData" instead of "sproc_MyTableData_Get" is there an option to Prefix the action or a code around to do this instead of just using the Suffix. This may seem like a minor point, but not to my DBA's who have to manage many SQL Server databases.