Archive
Posts Tagged ‘sql reporting services’
User Account Control (UAC) and SSRS
May 21, 2012
3 comments
In SQL Server 2008 R2 Reporting Services people are facing error as “User ‘DomainName\UserName’ does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed”. I have seen people struggling with this Issue. Here is more light on how to fix this & get your SQL Reporting Services Report Server URL working. Read more…
SSRS Expressions
January 18, 2011
Leave a comment
Very practical expressions, when you create SSRS Reports in your day to day development.
1. Lets start with the easiest of the expressions i.e. To get Today’s date
=Today Read more…