This content has been marked as final.
Show 3 replies
-
1. Re: Change Default Connection Properties for SQL Server / ColdFusion 7
bradwood.com Sep 23, 2010 11:20 AM (in response to JR "Bob" Dobbs-qSBHQ2)This is a very old thread, but did you find an answer?
-
2. Re: Change Default Connection Properties for SQL Server / ColdFusion 7
Adam Cameron. Jan 29, 2014 4:18 AM (in response to bradwood.com)Same. We've got the same situation. Brad, did you look at it further and find a solution?
--
Adam
-
3. Re: Change Default Connection Properties for SQL Server / ColdFusion 7
bradwood.com Jan 29, 2014 8:43 AM (in response to Adam Cameron.)I gave up on indexed views for unrelated reasons. There were just too many restrictions in SQL Server on what I could do with them. I ended up just creating an indexed "denormalized" table that i would manually populate when the data changed, and i repointed my view to it. Since my data didn't change often, it was a tradeoff that I was willing to live with


