When BMF imports the SQL from the trace table it uses, it does a “convert (varchar(8000), TextData)” to convert the blob field to a string. This was implemented when SQL Server 2000 was released, which only supports varchar (8000). Backend code will be updated to support varchar (max). This only affects SQL Server and not Oracle.