I'm looking over the datasource settings for MS SQL Server and I have some questions about.
Limit Connections
I can't think of any reason to use this except to help minimize the damage of a DOS attack.
Max Pooled Statements
I understand that this should be set to equal the amount of unique cfquery tags that use the cfqueryparam tag and cfstoredproc tags. Thats great an all but why?
Timeout
This is how long it keeps each connection to that datasource open. Is there any reason to change this and how would you determine the right setting?
Query Timeout
It defaults to 0 (no timeout) and I don't want a query running forever. I can't think of the last time I had a query run more than 1 second. Any reason why I wouldn't want to set it to 5 seconds or less?
Thanks
Phil