Thought I read/heard somewhere that prefacing the stored procedure name in the 
cfstoredproc tag with "dbo." would reduce the amount of SQL Server recompiling taking 
place, e.g.:

<cfstoredproc procedure="dbo.procedurename" datasource="dsn">
        <cfprocparam ...>
        <cfprocresult ...>
</cfstoredproc>

Does anyone have any experience with this from a best practices standpoint? 
Advantages/disadvantages?

Thanks in advance,
Matt Kornguth
Web Applications Developer
BLR


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to