by Dina Hess
| Title: | SQL |
| Date: | 06/18/03 13 Posts |
| Summary: | Need to enhance the performance of reports that access live OLTP data? Try running the reports from data that has been replicated to another server. This thread also includes a discussion of factors distinguishing OLTP and OLAP environments. |
| Title: | SSL, ColdFusion |
| Date: | 06/18/03 6 Posts |
| Summary: | New to SSL? SSL is not directly related to ColdFusion but is used to "encrypt client connections to your web server." Here you'll find how-to resources for setting up an SSL certificate on your web server along with several certificate provider recommendations. Note that companies issuing SSL certificates generally offer clients a 30-day "do-over" grace period. |
| Related: |
SSL with CFMX |
| Title: | MS Active Directory |
| Date: | 06/18/03 14 Posts |
| Summary: | Querying Microsoft Active Directory using CFLDAP? Be sure to add the DC (Domain Controller) attribute. |
| Title: | Schedule in MX |
| Date: | 06/18/03 7 Posts |
| Summary: | Consider WGET as an alternative to CFSCHEDULE. It's a better tool and is very easy to use: c:\wget\wget.exe --delete-after http://yoururlhere/whatever.cfm |
| Title: | CFGraph Images |
| Date: | 06/18/03 5 Posts |
| Summary: | Need to save the image created by CFGRAPH? This thread contains a working code example using CFSAVECONTENT and CFHTTP. |