SSRS 2005 - Speed Issues
Aug 20, 2007
Hi all,
Has anyone noticed an issue when a report takes longer to run via a Sharepoint Integrated Reporting Services site than it does via the design studio preview? This is with SQL Version 2005 and WSS 3.0 SP2 and even after the web application has "worken up", i.e. after it has been first used.
The difference is quite noticeable. I would say that via the design studio the report takes less than a third of the time is takes via Sharepoint/Reporting Services.
Is there any IIS optomisation we can do ? I would have thought that visual studio design studio used the same engine as the web site though.
Thanks
Matthew
View 4 Replies
ADVERTISEMENT
Oct 18, 2007
Hi,
I have several data bases on a server (SQL Server 2000 only, no web server installed) and lately, as the company keeps gowing, my users complain saying the server gets slow, (this dbs are well designed and recieve optimizations and integrity checks, etc) because of this, Im thinking about getting a new server to repleace my old ProLiant ML 330 which was bought 4 years ago but Im concerned about what server arquitecture or characteristic can help me best to improve response performance, is it HD speed? Processor speed? or more Ram? I want to make a good decision, so I´d really appreciate your help...
Thanks, Luis Luevano
View 1 Replies
View Related
May 9, 2008
Hi all
We recently upgraded from sql 2000 to sql server 2005. Our system was developed using Microsoft visual Basic.
Since we upgraded to sql server 2005 our system has been very slow. I suspect that it was because of the new sql 2005 installation that i made.Does anyone know how to solve this problem for me to be able to increase the perfomance speeed of our system again.
It has been stressing me for a while now.
Pliz help
Thanks!
View 4 Replies
View Related
Jul 4, 2006
How can I speed up if there is a slowdown in SQL Sever 2005?
View 4 Replies
View Related
Mar 30, 2007
Hello,
We recently upgraded from MS SQL 2000 to MS SQL 2005 and unfortunetly Speed Ferret (current version) is not compatible with 2005.
I wrote Black Moshannon Systems and it looks like we are months away from a release that will work with MS SQL 2005.
Does anyone know of a good search utility that works with MS SQL 2005?
View 1 Replies
View Related
Aug 15, 2007
We have an interesting problem. We are attempting to migrate from sql 2000 to sql 2005. the schema we have is exactly the same. the new 2005 box is more powerful than our 2000 box.
here is our schema:
tbl_Items
ItemID int pk
ReferenceID int
sessionid varchar(255)
StatusID int
tbl_ItemsStatus
statusid int pk
isinternalstatus bit
there is an index on (ReferenceID, SessionID, StatusID) and (SessionID, StatusID)
this is the query:
DECLARE @referenceid INTEGER
SET @referenceid = 1019
SELECT MAX(i2.itemid)
FROM tbl_Items i2 (NOLOCK)
JOIN tbl_ItemsStatus s (NOLOCK)
ON i2.StatusID = s.StatusID
WHERE
s.IsInternalStatus = 0
AND i2.referenceid = @referenceid
AND i2.sessionid IN (
SELECT i3.sessionid
FROM tbl_Items i3 (NOLOCK)
WHERE
i3.referenceid = @referenceid
AND i3.status <> 7
AND i3.status <> 8
AND i3.status <> 10
AND i3.itemid IN (
SELECT max(i4.itemid)
FROM tbl_Items i4 (NOLOCK)
WHERE i4.referenceid = @referenceid
GROUP BY i4.sessionid
)
AND i3.itemid NOT IN (
SELECT MAX(i7.itemid )
FROM tbl_Items i7 (NOLOCK)
WHERE
i7.referenceid = @referenceid
AND i7.SessionID IN (
SELECT i5.SessionID
FROM tbl_Items i5 (NOLOCK)
WHERE
i5.status <> 11
AND i5.referenceid = @referenceid
AND i5.itemid IN (
SELECT MAX(i6.itemid)
FROM tbl_Items i6 (NOLOCK)
WHERE
i6.referenceid = @referenceid
AND i6.status IN (7,11,8)
GROUP BY i6.sessionid
)
)
GROUP BY i7.SessionID
)
)
GROUP BY i2.sessionid
we know this query is pretty bad and can be optimized. however, if we run this query as is on 2005 it takes about 2 hours to run...if we run the exact same query on 2000 it takes 9 seconds.
so this query on 2005 if run takes 2 hours..however, if we omit the s.IsInternalStatus = 0 or the i2.referenceid = @referenceid line it takes about 9 seconds.
why would this be? it makes no sense why omitting one of those where clauses would increase the performance of the query by 2 hours? we know its a bad query...but this doesnt make sense.
any one else run into this problem?
View 1 Replies
View Related
Apr 24, 2007
Hi,
Does anyone know of a link or list that has all the parameters for the "rs:" section of the URL access parameter, except for the ones in the Microsoft books?
Thanks,
View 1 Replies
View Related
Sep 12, 2007
Is it possible to write SSRS 2008 reports to run on an existing SSRS 2005 server?
If yes, what do I need to do to be able to write SSRS 2008 reports on my developer PC that will run on the SQL 2005 Server (which also has SSRS 2005 installed on it)?
I installed Visual Studio 2008 beta on the development PC and it appears that it needs SSRS installed on it too. So I installed SQL 2008 SSRS (SQL Server Reporting Services) and SQL 2008 Workstation Components onto the developer PC. Next I run the SQL 2008 "Reporting Services Configuration" tool. When I click on the "Web Service URL" section it hangs indefinitely and I have to force it closed.
The developer PC is Windows Vista Business.
Any suggestions on making this work, or any other information that you can think of that would allow me to use Visual Studio 2008 and the SQL 2008 "Report Designer Preview" tool to develop SSRS reports that will run on the SQL 2005 SSRS server?
Thanks!
-ErikR
View 4 Replies
View Related
Oct 25, 2007
Hi,
We are in need of migrating SSRS subscriptions along with the reports. Could you please let me know the process ?
I really appreciate your help on this.
Thanks,
Sam
View 6 Replies
View Related
Apr 17, 2007
Dear All,
I am basically new as far as SQl server 2005 concern.
I want to try out reporting services provided by sql server 2005.
That is make report using sql server 2005 and call that report from web or window application.
Please guide me in doing so or give me some useful link.
Thanks
View 1 Replies
View Related
Dec 4, 2007
Hi everybody.
I'm looking to upgrade to SQL Server 2005 (Standard Edition). I'm interested in using SSIS, SSRS and SSAS. I hear that BIDS runs inside of Visual Studio 2005, and comes with the SQL 2005 software. I currently have VS 2003. My question is: Do I need to purchase anything besides SQL Server 2005 Standard, or do I need to buy anything separately, like VS 2005? (if so, which version would you recommend?)
Thank you very much!
- Trevor
View 7 Replies
View Related
Apr 24, 2006
I have installed SSRS and is trying to run it from the client machines. I am getting this error below. NOTE: If you run the SSRS Report Manager on the server it runs fine.
Reporting Services Error
An error has occurred during report processing. (rsProcessingAborted) Get Online Help
Cannot create a connection to data source 'Clearview'. (rsErrorOpeningConnection) Get Online Help
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
I have setup a local administrative user on their web server called €˜cv_report€™ and setup the virtual directories to run under this account anonymously. I have also confirmed that cv_report the SQL user exists and is part of the correct roles. How do you relate the Windows €˜cv_report€™ account and the SQL €˜cv_report€™ account €¦ just via the name?
I even tried changing the Data source for the TEST config which was setup to use Windows NT Authentication and I switched it to use the cv_report account. It still didn€™t work.
View 1 Replies
View Related
Mar 21, 2008
I have a table Report as follows
Product Category Id
Catergory
Product Subcategory ID
Sub Category
1
Bikes
1
Mountain BikesPlease expand this column width so as to incorporate this sentence
1
Bikes
2
Road BikesPlease expand this column width so as to incorporate this sentence
1
Bikes
3
Touring BikesPlease expand this column width so as to incorporate this sentence
This is how it is visible when i preview the Expense Report. When i export this report to excel; it does not display me the complete details of Sub Category field. I have to drag the column 2 see the complete details...can anyone help me to solve this problem..it urgent
View 13 Replies
View Related
Apr 8, 2008
Is it possible to connect SSRS running on SQL Server 2005 enterprise edition (our production system) to a database running on SQL Server 2005 Developer's edition (our test system)
thanks!
View 1 Replies
View Related
Aug 2, 2007
hi ,
i am trying generate a report using following query. but the parameter is nt properly passing. (OLEDB). i need to correct it. pls help me.
="WITH "+
"MEMBER [Measures].[Amount] AS 'IIF(ISEMPTY([Measures].[Amount Usd]),0,[Measures].[Amount Usd])'"+
"SET [FilteredBUList] AS 'descendants((STRTOSET ( '{" & Join(Parameters!BU.Value,",") & "}', CONSTRAINED),[Account€”BillingCodeDsc].[Billing Code Description],leaves) ' "+
"SET [CustomTimeSet] AS Descendants([Date€”Fiscal].[2006].[Quarter 1]:"+
"[Date€”Fiscal].[2007].[Quarter 4],[Date€”Fiscal].[month],Leaves)"+
"SELECT "+
"{[Measures].[Amount]} ON COLUMNS,"+
"{ [FilteredBUList] "+
"}on rows"+
" FROM Profitability"
That BU parameter is multi value parameter. query should accept multi values .
View 1 Replies
View Related
Nov 17, 2006
How do I fax out reports from SQL Server Reporting Services (SSRS) 2005? I tried RightFax 6.0 but it didn't work.
View 4 Replies
View Related
Feb 13, 2008
Hi
Can any one tell me how to enable paging in ssrs 2005 reports, i am using "table" control for the report and when we print the report it gives every thing good, but when we desplay it the web it does not show page by page.
please help me...
thank you.............
View 5 Replies
View Related
Aug 27, 2007
Hi all,
I'm having trouble removing SSRS from a Win 2003 x64 Server. I have searched the forums here and tried different suggestions but to no avail. The problem: I go to Add/Remove Programs and choose to change SQL Server, I select the 3-4 options required to remove Reporting Services and when I get to the screen that has the sub-heading 'The selected components are being configured' nothing happens. I just get a Next button but no other feedback whatsoever and SSRS still resides on the server.
It might be worth mentioning that during the change installation wizard I get a warning that 64 bit SSRS cannot be run when ASP.NET is running in 32 bit mode. This is in fact the reason I am uninstalling SSRS, but I do not know if this has any bearing on being able to remove SSRS.
Any ideas as to what I can do to remove this?
Regards,
Stephen.
View 4 Replies
View Related
Aug 23, 2007
Hi,
I am using ReportViewer control for showing reports on my aspx page. I am able to show the report. But for the report both vertical and horizontal scrollbars are coming. when I viewed the report in Report Server website it is coming with out them and i can use the browser scrollbars to see the full report.
I came know the I have to set 2 properties (SizeToReportContent to True & AsynchRendering to False) of the reportviewer control to remove the scroll bars. But even after that the scroll bars are coming. The scroll bars are not coming only if i set ShowToolBar to False. But if i do that I can not see the "page navigation" and "export" etc. options.
Can somebody suggest any way to remove the horizontal and vertical scroll bars with out removing the toor bar of the ReportViewer control.
Thanks,
Srik
View 3 Replies
View Related
Aug 6, 2007
Hi,
I want to use two databases for my reporting services 2005. I want to connect to one database and check whether the logged in user is a portal admin using portalid and userid.If yes, then I will allow the user to user use all the stores. Stores are displayed in the drop down list as the multiselect parameter. If no, then I will connect to another database and check the user rights. Based on the user rights I will select only the stores that are applicable the user. i don't know how to use two databases in the reporting services. Please give me an idea to do this.
Thanks,
Muniappan Kandasamy
View 1 Replies
View Related
Apr 18, 2007
Hi,
I'm developing a web app in .NET 2.0 using SSRS 2000 and 2005. Some of the reports need to be exported directly to PDF when clicked, but the problem is in the fact that the user must select the parameters from the report manager window.
Is there any way to allow the direct export to PDF when generate is clicked, or to limit the options the user has to export to in the report manager.
P.S. If it is possible, I DO NOT want to accomplish this using code.
Thanks,
View 5 Replies
View Related
Aug 31, 2007
Hi,
Can you please solve my below problem.
I have a data in the report with one column having hyperlink. And below am showing Pie chart with respect to Whole data in the same report. But I want to view for particular value which has to reflect in Chart.
Very Very very Urgent...
Any help would be appreciated.
Thanks
Dinesh
View 2 Replies
View Related
Jul 17, 2006
Has anyone figured out why it takes about 30-60 seconds to load a report or even get the login webpage in SSRS2005?? This seems to happen in 2 situations. One, the server has just started up and its the first request for a report or the SSRS webpage. Two, no one has requested a report or a SSRS webpage for a while (say 30min, maybe less). Its like part of SSRS has gone to sleep. Is there anyway to keep this from happening??
View 4 Replies
View Related
Mar 19, 2007
Is it possible to have a custom FavIcon configured for a specific installation of SSRS 2005?
Regards, Dave
View 3 Replies
View Related
Jan 4, 2008
Hi,
i am developing report in SSRS 2005. how to add the database field at the runtime when report is running.i e. when i click on the preview tab, how can i add column there in the report?
can anybody guide me?
thanks & regards,
Vishruti.
View 2 Replies
View Related
Feb 7, 2008
Hi
i am developing ssrs2005 Report using Table control, i need sorting Option for each column,
as well as change the background color of that column (or table header of corresponding column) so that user easily can notice that data is sorted based on particular column
View 3 Replies
View Related
Mar 25, 2008
Hello Everyone,
I have been given a task to develop a SSRS report that Mimic's a ASP.net grid. this grid has four column headers such has
Measures
Jan 2006
Feb 2006
Mar 2006
First "Measure" Column as all the measure captions as the data in rows and other 3 columns (Jan 2006,Feb 2006,Mar 2006 Dimensions) has the measure values as the data in the row.
Measure Jan 2006 Feb 2006 Mar 2006
Profit 12.32 15.23 15.0
Revenue 12.33 16.33 11.22
ROI 2 4 5
In SSRS MDX is not flexible as writing in Query Analyzer , can some one give me the idea how to create this in SSRS report designer.
Thanks,
Pradeep.
View 4 Replies
View Related
Jun 3, 2007
Hi, I am looking for some guidance on the way to go for achieving the task described below.
View 2 Replies
View Related
May 1, 2008
I think this is a simple question for creating a report with SQL Reporting Services, but I can't seem to find any straight forward answers for this.
I have some detail data I'm pulling in from 1 view into my report dataset:
------------------------------------------------------
Loan NumberLoan AmountPayment DatePayment
1000550000Jan 200815000
1000550000Feb 200815000
1000550000Mar 200815000
1002300000Jan 200850000
1003450000Jan 200820000
1003450000Feb 200820000
------------------------------------------------------
I'm creating a RDL with this data and in my detail row, I'm showing the Loan Pmt and Loan Date with Grouping on the Loan Number & Loan Amount.
My problem is that when I look at my grand total, it is summing up the Loan amount more than 1 time - once for each detail record.
------------------------------------------------------
RDL
Loan Number Loan Amount Payment Date Payment
1000 550000 Jan 2008 15000
Feb 2008 15000
Mar 2008 15000
Subtotal 45000
Loan Balance505000
1002 300000 Jan 2008 50000
Subtotal 50000
Loan Balance250000
1003 450000 Jan 2008 20000
Feb 2008 20000
Subtotal 40000
Loan Balance410000
Grand Totals 2850000 135000
------------------------------------------------------
So my total on the Loan Amount column is incorrect, it should really be 1,300,000, but instead it's calculating 2,850,000.
Can someone explain to me how I should correct my grouping or dataset in a table?
I was able to use a Subreport for my detail records, and keep the Loan details in my Parent report to get the right totals, but then I hit the issue with exporting to Excel - "Subreports within table/matrix cells are ignored"
Any suggestions??
View 2 Replies
View Related
May 21, 2008
Hello all,
I've a question regarding VS 2005 and SSIS (BIDS -- Business Intelligence Development Studio)
I will be moving the existing databases from MS-Access 2003 to Sql Server 2005. My question is I've Visual Studio 2005 Professional Edition version 80.0.50727.42 installed on my system. How do I access Sql Server 2005 , SSIS and SSRS. I mean BIDS using VS 2005?
Does Sql Server Express edition which comes with VS 2005 give me access to work with SSRS and SSIS?
All help / suggestions are highly appreciated.
Looking for an early reply.
Thanks,
View 1 Replies
View Related
Jun 2, 2008
hi guys,
I have added a subtotal on a column, but the report shows the total at the end of the report, anyone knows why this is happening?
The structure i am getting is as follows:
C1 C2 C3 C4
A1 B1 Y 0
N 5
B2 Y 3
N 2
A2 B3 Y 0
N 5
B4 Y 2
N 3
Total 20
What I want is as follows:
C1 C2 C3 C4
A1 B1 Y 0
N 5
B2 Y 3
N 2
Total Y 3
N 7
A2 B3 Y 0
N 5
B4 Y 2
N 3
Total Y 2
N 8
The formatting is lost , i wonder if you can understand the structure.
Any help will be appreciated.
View 3 Replies
View Related
Mar 30, 2006
I installed SQL Server 2005 a while back and just tried to use the ReportServer recently and ran into a problem.
I tried accessing using http://babby/ReportServer (my report server and db server are both on 'babby') and got an ASP.NET runtime error (which wasn't displayed to me). So next I accessed locally at the server (babby) and got this error:
The current identity (NT AUTHORITYNETWORK SERVICE) does not have write access to 'C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Files'.
I have done some searching on the Internet and there doesn't seem to be much info at all about SSRS 2005. I did found some MSDN info that suggested that NT AUTHORITYNETWORK SERVICE is the correct account to use when running SSRS under Win Server 2003 which I am.
'babby' is a Windows Server 2003 machine running IIS 6.0.
Any ideas?
View 1 Replies
View Related
Mar 14, 2007
I have a report server set with an smtp account with Alias set to False but will not allow me to send e-mail outside the network. E-mail report delivery works fine to any e-mail with @mycompany.com but to an e-mail like @hotmail.com it gets rejected saying e-mail not recognized. I tried all config possibilities know to this man but nothing works. If long into the smtp server itself I can send e-mails outside of company. I'm thinking it may require a password from SSRS config but there is no place to put one. Any one know how to config SSRS to deliver e-mails to any and all e-mails accounts?
View 1 Replies
View Related