When creating a blog post, the subject length cannot exceed 64 characters; even though the Subject field is defined as nvarchar(256), the cs_weblog_Post_Create sproc updates the MostRecentPostSubject field of the cs_Sections table, which is defined as nvarchar(64). This bug appears to only affect blog posts as it's the sole application that updates that particular column, AFAIK.