thicknet icon indicating copy to clipboard operation
thicknet copied to clipboard

mssql module assumes MARS support

Open nosteve opened this issue 14 years ago • 1 comments

Only SQL Server 2005 and newer will take the injection template in the mssql module. The template assumes MARS support and includes the Transaction Descriptor Header. Need to make sure the sled logic takes this into account and uses the right (MARS or non-MARS) template when injecting.

nosteve avatar Mar 03 '11 19:03 nosteve

http://msdn.microsoft.com/en-us/library/ms345109.aspx#marsins_topic7

nosteve avatar Mar 03 '11 21:03 nosteve