![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
msdn.com » André Henriksson - Nov 19, 2007
Alldeles nyss så släpptes förutom VS 2008 också en ny CTP av SQL Server 2008. Med denna release så är det bra mycket mer funktionalitet som är adderad sedan senaste CTP:n. Väldigt mycket har hänt och framför allt på …
Also tagged: sql server, integration services, analysis services, sql 2008
msdn.com » SQL Developer - Connecting Databases - Nov 11, 2007
Pre-requisites · SQL Server 2005 SP2 (build 3042 and above) only. · Windows SharePoint Services 3.0 (requires Windows 2003 Server SP1) or Office SharePoint Server 2007. Not supported on Windows SharePoint Services …
msdn.com » SQL Developer - Connecting Databases - Nov 11, 2007
1. Need to change the web.config files under the following folders. C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer C:\Program Files\Microsoft SQL Server\MSSQL\Reporting …
msdn.com » SQL Developer - Connecting Databases - Nov 11, 2007
C:\Program Files\Microsoft SQL Server\80\Tools\Binn RS.EXE rs Utility The rs utility is a script host that processes script you provide in an input file. You can define scripts to administer a report server, copy …
msdn.com » SQL Developer - Connecting Databases - Nov 11, 2007
Why can’t I install Reporting Services? *Remove any traces of previous installations *Add IWAM, IUSR, and ASPNET users to Admins group *Be sure all required software and service packs have been applied. *Make sure …
msdn.com » SQL Developer - Connecting Databases - Nov 11, 2007
RSSTP.LOG and RSMSI.LOG - During installation, the wizard logs all of its actions and checks into log files it maintains in a file called RSSTP_.CAB in the folder \microsoft sql server\80\rs setup bootstrap\log. RSSTP …
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
- The Execution Log contains information of Report that executes across multiple servers in a scale-out (also in non scale out scenarios) - A cap can be placed on the number of days of logging information kept – This …
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
Generic guidelines - All SQL performance best practices are applicable. - Optimize Report Data Set queries. - Don’t retrieve more data than needed. Client side filtering is expensive. Use server side filtering or …
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
There are two counters available for Reporting Services 2005 –-> MSRS 2005 Web Service – Requests/Sec – Reports Executed/Sec – Report Requests – Time in data source access – Time in database – Time in …
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
Report Caching is used to improve performance There are 2 types of caching: Temporary Cached Report: – Copy of report in intermediate format stored in the ReportServerTempDB Database. – Copy is rendered in the …