Question
Does stating username & passsword in CFQUERY affect performance?
I'm working on a site that has been having serious database
performance issues. One thing I noticed about the code is that the
previous dev specifies the username and password in the CFQUERY
tag.
I normally just rely upon those settings at the CF admin datasource level. Does having that on every CFQUERY negatively impact performance? Am wondering if it has the CF server opening redundant connections to the SQL server.
I normally just rely upon those settings at the CF admin datasource level. Does having that on every CFQUERY negatively impact performance? Am wondering if it has the CF server opening redundant connections to the SQL server.
