On 10/27/2010 7:45 AM, Leigh wrote: > Wrap the two statements in SET NOCOUNT ON / OFF
the mysterious mr. leigh is quite right ;-) this should probably be a best practice for multiple SQL statements in sql server. it can shave off a few ms by stopping the server from returning anything to cf until its actually needed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338609 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

