Creating and Using Inline Table-Valued Functions
Inline Table Valued Functions (iTVFs) are one type of user defined function that is available to implement in SQL Server since SQL Server 2000.
iTVFs remain a very useful tool in our SQL armoury, so let's quickly revisit them and the different ways we can use them in our code.
2020-10-07 (first published: 2020-09-08)
44,117 reads
When I check the length, I get these results:
A table name is limited to 128 characters. How does this work?