Hi,
Is there a website or a link which provides best practices for report development? For example we have a few guidelines for T-SQL like "Do not use SELECT * in your queries", "Try to avoid server side cursors as much as possible", "Use SET NOCOUNT ON at the beginning of your SQL batches", etc. Are there any guidelines in the same lines for SSRS report development as well?
Thanks.