ObjectiveThe objective of this project was to integrate TYPO3 FE user with a proprietory system with the database residing on MS-SQL. SolutionThe challenge was to let TYPO3 use a table from MS-SQL Database. We had to redirect any calls to the TYPO3 MySql table 'fe_users' to the MS-SQL database table.