Viewing 15 posts - 1 through 15 (of 17 total)
Sorry I can't help but I've had the same problem. Waiting on advice on configuring IIS7 but I'm completely baffled as to what the problem is.
April 27, 2011 at 4:29 am
and no mention of the clustered index on the GUID. Might not be on the referenced page of BOL but not a great idea
September 24, 2010 at 2:31 am
so if there isn't a reservation on that date the date isn't displayed across the top of the table as a column? I'm currently looking for a solution to...
May 8, 2010 at 11:44 am
The Ability to Define Standard Policies
Am I being too pedantic in thinking that Policy Management doesn't 'define' policies but it does enable us to enforce them. Am I tying...
March 29, 2010 at 9:21 am
you're right. thanks for the pointer. the problem was that quoted_iidentifier was set to OFF in SQLCMD, changed it and the query picked up the index and ran...
February 10, 2010 at 7:59 am
nice naming convention on your tables 😛
May 19, 2009 at 3:05 am
Adi Cohn (1/26/2009)
March 18, 2009 at 10:38 am
You were right Deepak. Despite SQL Server being installed initially with Reporting Services at same time permissions were missing on RStempDB.mdf and .ldf for Local Administrators group, given to...
June 5, 2008 at 2:33 am
The user running install has permissions on all files within the directory named.
In Security in Event Viewer there is a Failure Audit at the time this happens for user SYSTEM....
June 4, 2008 at 8:07 am
Do you have write permissions to the location \\111.111.1.111\E\? E is drive E: ? Why not setup a share location with explicit permissions for the user this job...
January 4, 2008 at 6:40 am
Depending how you populate your fact table you could add an auto increment column then have a filter in report builder to return WHERE autoincr < 10. just a...
November 14, 2007 at 8:22 am
Try restarting the Windows Management Instrumentation service on the RS box
November 1, 2007 at 10:37 am
Or you can use the .Render method to generate a stream straight to the page
October 12, 2007 at 4:06 am
SELECT TOP 2000 *
FROM TABLE1
WHERE ID NOT IN (SELECT TOP 30000 ID FROM TABLE1 ORDER BY ID)
ORDER BY ID
September 3, 2007 at 4:31 am
At the top Home level of Report Manager in security>properties give a Windows group you've setup specifically for reporting the Browser role. Now below 'Home' create folders that will...
March 27, 2007 at 2:30 am
Viewing 15 posts - 1 through 15 (of 17 total)