Our SharePoint 2007 databases reside on our primary database server which is running SQL Server 2000 Standard Edition. Since we plan to upgrade this database server to SQL Server 2005 Standard Edition soon I ran the Microsoft SQL Server 2005 Upgrade Advisor tool. It reported that "Column aliases in ORDER BY clause cannot be prefixed by table alias" for the following SharePoint 2007 stored procedures:
Type: Database
Database name: SharePoint_AdminContent_3e79a15f-d487-449c-9502-efb9c7fa680a
Object name: proc_GetTpPageMetaData
Object type: P
Type: Database
Database name: SharePoint_Personal_Sites
Object name: proc_GetTpPageMetaData
Object type: P
Type: Database
Database name: SharePoint_SSP_Admin
Object name: proc_GetTpPageMetaData
Object type: P
Type: Database
Database name: SharePoint_Portal
Object name: proc_GetTpPageMetaData
Object type: P
Although this may be fairly trivial to fix manually, my organization would prefer that I find a Microsoft patch / update of sorts that would tweak the SharePoint 2007 stored procedures in question to be SQL Server 2005 compliant. Does such a patch or update exist?