SQL Server 2014 is relational database management system (RDBMS) designed for the enterprise environment. Released on April 1, 2014, SQL Server 2014 runs on the Structured Query Language (SQL), but has several notable differences from its immediate predecessor SQL Server 2012
Inline TVFs return the result of a query without consuming all of the memory. Multi-Statement TVFs populate a variable and then return that variable. This uses far more memory and is much slower.
It depends on how you created the trigger. If you created it on the Database, it will show under Programmability\Triggers. If you created the trigger on a table, it will appear under TableName\Triggers.
Inline TVFs return the result of a query without consuming all of the memory. Multi-Statement TVFs populate a variable and then return that variable. This uses far more memory and is much slower.