Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pittrecon08
Starting Member
11 Posts |
Posted - 2013-05-24 : 14:49:49
|
SQL Server 2008 R2 I am installing SSRS on the Database Server, so how clients can see reports on the web server? what are the requirements for the database server? |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-05-24 : 15:02:26
|
There are database server version and edition requirements listed on this page: http://technet.microsoft.com/en-us/library/ms157285(v=sql.105).aspxCapacity planning - how much muscle you need on the server - depends on how many reports you will have, how frequently they will run, and how resource intensive each report is, whether they will be on-demand reports or not etc. I don't have a good handle on how to weigh all those factors and decide on the capacity, but this page should give you a lot of information: http://technet.microsoft.com/en-us/library/cc966418.aspx |
|
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2013-05-24 : 15:35:25
|
I never install RS on same server as MSSQL. Put it on a web server. |
|
|
|
|
|