* For the existing IEOS multi teanancy database belongs to previous release [Alter] encryption connection string (sensitive data) you need to do the following: - You need to execute the AlterStoreProcedure query. - Execute the AlterUpdateSchema query. - [] in both web.config and multi.config to encrypt the connection string column. * For the existing IEOS multi teanancy database encryption connection string (sensitive data) you need to do the following: - You need to execute the UpdateSchemaAndEncryptOldData query. - Execute the ExistingIEOSMultiTenancy query. - [] in both web.config and multi.config to encrypt the connection string column. * For the new IEOS multi teanancy database encryption you need to do the following: - For creating the IEOSMutiTenancy Db and creating the store procedures you need to execute IEOSMultiTenancyCreation.sql query. - [] in both web.config and multi.config to encrypt the connection string column.