SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • Training
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds
Sign in | Join


FAQ Topics

All FAQ's
General DBA
General Developer
DBA Performance Tuning
Developer Performance Tuning
Clustering
Error Messages

USEFUL SITES :

ASP.NET Tutorials
Windows and SQL Azure Tutorials
Cloud Hosting Magazine
SharePoint Tutorials
Windows Server Help

Write for Us

Share your SQL Server knowledge with others and raise your profile in the community More...
Latest Articles

A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server

More     
 
Latest FAQ's

Add Node to A SQL Server failover Cluster failed with invalid ...
SQL Server Destination remote server error
Setting Up Data And Log Files For SQL Server
Will Check Constraints Improve Database Performance?

More     
   
Latest Software Reviews

dbForge Review
Spotlight on ApexSQL Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Data Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Doc 2008

More     

I am hoping that you may be able to assist me in evaluating the needs of our school district that is purchasing a software package that uses SQL Server as the backend database.



Question

I am hoping that you may be able to assist me in evaluating the needs of our school district that is purchasing a software package that uses SQL Server as the backend database. Currently, we have one server per school that acts as the authentication server, printer server, file server, and application server. None of these servers have SQL Server currently installed on them.

Firstly, I am concerned about putting such a resource intensive application on each site's main server. With the limited amount of funding, I believe this is the preferred strategy of the administration. However, I believe we will see a performance issue. What would you suggest in this situation?

Secondly, I am concerned about the amount of resources needed to serve data to 20-50 users per server. I searched the Internet high and low to find a "general" idea of what kind of system resources that I will need based on a set amount of users that will be accessing the server. Would you be able to make any recommendations?

Any suggestions would be helpful. I am VERY green to SQL Server and I would like to provide the best solution to our school district.

Answer

Estimating SQL Server usage is very difficult, almost impossible unless you perform tests on your own under realistic circumstances, which is often impractical. That's why you haven't found much advice on the Internet on how to proceed.

My first advice would be to ask the vendor if they have any recommendations based on their experience, or perhaps you can call other schools who use this software to find out their experience.

Generally, SQL Server should not be run a domain controller, and better yet, it should be located on a dedicated server. If you try to run SQL Server on the current servers you have described, performance most likely will suffer big time. What you can do now is to find out how busy your current servers are, and if you find they are very busy, then you have easy proof that adding SQL Server to them is not a good idea. But if you find the servers are not used much, then perhaps SQL Server will run, although not to its optimum performance. If your current servers have less than 512MB of free RAM available, I would definitely not run SQL Server on them, or if you have no choice, upgrade the RAM.

Is each server connected to a WAN? Is it possible to invest on a single SQL Server and put in in a central location, then have the application access it over a WAN? This may or not be practical, based on how well written the application is. Another option would be to run the application under Terminal Server (and SQL Server on its own box), and allow users to connect to a Terminal Server session over the WAN. Both the Terminal Server and the SQL Server should both be located together in a central location. Again, your application will determine if this is possible or not.

I wish I could give you better advice, but it is hard to do. Where I work, we always use dedicated servers, and always purchase large (4 CPUs, 4GB RAM) because we also can't always predict load. It is cheaper in the long run to get better equipment up front, than it is to fix hardware-related performance problems later.








C# Help and Tutorials | PHP MySQL Tutorial | Sharepoint Tutorial | Azure Tutorial | Cloud Hosting Magazine | ASP.NET Tutorials | Windows Server Help | Windows Phone Pro | Silverlight Ace | Visual Studio Tutorials | Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | SQL Server Training Videos | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views


              © 2010 Jude O'Kelly. All rights reserved