Is is an urban legend or having BLOB/CLOB columns last in a list of columns in a table really benefits performance and other aspects?
To "visualise". Is there any difference performance-wise (and other- wise) between these two table layouts:
A B
--------------------- ---------------------
ID int ID int
Name nvarchar(200) Content nvarchar(max)
Content nvarchar(max) Name nvarchar(200)