To elaborate,
I have a group by sql-statement which takes 90 secs to produce my results, since the tabels are very large. when I create a view with it, I get an error message when I try to get the results. The error message reads 'Timeout expired'!
Is there anyway i can get the view not to give up so easily..Similarly to the select execution I would wait 90 secs.
I don't really know what info you require. The sql statement is simply select x from y group by ...
Thanks in advance