1. Install the Full-Text Search feature for the SQL Server instance.
2. Create a SQL Server Alias (http://msdn.microsoft.com/en-us/library/ms190445.aspx).
3. Configure TCP parameter Port Number to be used by the alias to connect to SQL Server. (here I used 1529)
4. Restart the SQL Service
5. Create a DNS record (A Record) for the alias and use IP Address of the SQL Server.
6. From an administrative command prompt run :> ipconfig /flushdns
7. From an administrative command prompt run the following
8. When installing FIM, connect to the SQL database
9. For Database Server use ALIAS\INSTANCE
Peter Geelen - MSFT edited Revision 4. Comment: consolidated layout