What is the best reporting technique should I use with crystal reports and SQL server to get the best reporting performance? - use SPs? - summary information should be summarized in the SP first or summarized in the Crystal report? - if I want to do some calculations, should I use any temp database in the client machine? (access db for example)? or I may use the SQL server temp db? - can I easily isolate the temp db per user? - does the temp db increase the log file? Thanks
Is there any possibility to use SQL Server Reporting Services see this http://www.reportingservicesmigration.com/SQL Reporting Services Whitepaper.pdf and http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0fd439d7-4bff-4df7-a52f-9a1be8725591 links for isntance. In terms of best reporting techniques, its always ideal to use a SP and perform calculations on server side to transfer the results back to client. In any case SQL Server 2005 onwards TEMPDB is used heavily.