UDAs With .NET

Feb 6, 2006

I have a question about why I would want to do this. Some examples say to create some mathematical aggregations and use stuff like STDDEV, but isn't that part of SQL?. Are there other math functions I guess aren't part of the SQL standard in the rich .NET framework. My other question is how does the optimizer know to route a query to this aggregate? Or is it there for the application to be told to get there. When would you recommend a UDA vs an Indexed View? thanks.

View 1 Replies


ADVERTISEMENT

UDAs...currency Of Data

Feb 1, 2007

I'm looking more into UDAs and wondering if someone can help me out. I get how I use them and route to them. What about their freshness -- the data? If I'm aggregating data via some methods...when is that underlying data aggregates. When the UDA is called at runtime (coulnd't that hurt performance). I guess I"m likening these things to indexed views with benefits. Am I lost here -- someone help..thanks.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved