I just started at this finanical company, been 3 months, I'm the only programmer, and I told these guys that this report is much too complicated to take out of Excel, throw in to a Reporting envir...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21756999.html
I am looking to produce a report which summarises the users with access to each of our SSRS reports.
I would assume this is all stored in the [ReportServer] database, but can't find any data str...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23394046.html
I am looking to report on current assigned security roles in SSRS 2005 and have got to the stage where I can pull the roles from a report by path\name, but now need to follow through the tree struc...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2341...
I have an error with my stored procedure that says "the column prefix 'pv' does not match with a table name or alias name used in the query". This sproc is passing in a UDF for purposes of creating...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23539367.html
I am trying to add an additional field to this sproc. I am having trouble adding it. The field is located in Doctor Facility table as listname. I tried adding listname VARCHAR (50) to the table,...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23540181.html
I have a report I have designed that uses references two functions. This stored procedure takes about 5 minutes to run. More importantly, the procedure is supposed to return # of total appointment...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23546696.html
The below expression passes the SSRS Edit but when I run report it shows up as a error.
Field curr1c is numeric 111111.333333 12/6
If Curr1c sums up to be 0 I want report to show " " ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2375...
I have been asked to develop some reports in MS SQL SSRS.
I would like suggestiions on books or online tutorials on using MS SQL SSRS
mlmcc
http://www.experts-exchange.com/Database/Reporting_/Q_23558371.html
In SSRS I need to query a date range. The problem I am having is that this date range is for the week of a currently selected date.
What will happen is a user will open the report and select a ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2335...
SSRS 2005: In Dataset pane/Query string I put the parameter '?' in the SQL query but it won't work. I am using OLE DB with DB2 so I must use the '?' and not the '@' with my SQL's parameters. So how...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2341...