Does anybody knows what is the base scenario for the sql server 2008 r2 minimum hardware requirements?. By base scenario I mean: Database Size, average # of transactions, number of users connected, etc...
Colin 't Hart
9,52015 gold badges37 silver badges44 bronze badges
-
You'll need to know things about your DB sizes and users in order to spec a server.Eric Higgins– Eric Higgins2012年03月20日 20:35:18 +00:00Commented Mar 20, 2012 at 20:35
-
Eric, thanks for your help. However, I just need to know what's the base scenario used to define the installation minimum requirements. How does MSFT defines the specs?Carlos Lone– Carlos Lone2012年03月20日 20:45:53 +00:00Commented Mar 20, 2012 at 20:45
-
1HW & SW requirements for R2: msdn.microsoft.com/en-us/library/ms143506.aspx. The version depends upon the features you need.jl01– jl012012年03月20日 20:54:52 +00:00Commented Mar 20, 2012 at 20:54
1 Answer 1
Here are the min specs from Microsoft if that's what you're look for. It's not going to give you user counts and such: http://msdn.microsoft.com/en-us/library/ms143506.aspx
answered Mar 20, 2012 at 20:52
-
The conventional wisdom across all the MSFT product lines is that the min specs rarely are adequate for real world operation. When you've got some more details on the types of apps you'll be running against SQL Server, size of data sets, number of concurrent users, etc. post back and we'll give you some more specific advice based on the usage.Eric Higgins– Eric Higgins2012年03月21日 19:12:15 +00:00Commented Mar 21, 2012 at 19:12
lang-sql