Posts

Showing posts from October, 2009

MOSS Architecture Diagram

http://www.microsoft.com/downloads/details.aspx?FamilyID=14c6b1c1-ad26-4ed0-87b8-b691ebdd9662&displaylang=en#filelist

How to shrink SQL database to increase disk space

 USE DatabaseName GO DBCC SHRINKFILE( , 1) BACKUP LOG WITH TRUNCATE_ONLY DBCC SHRINKFILE( , 1) GO In Case of SharePoint server .this problem often observed .to resolve the same ..following query works well for me USE SharePoint_Config GO DBCC SHRINKFILE(SharePoint_Config_log, 1) BACKUP LOG SharePoint_Config WITH TRUNCATE_ONLY DBCC SHRINKFILE(SharePoint_Config_log, 1) GO

SharePoint Price Calculator

We often hear questions from clients about how licensing works for Microsoft Office SharePoint Server.  To which one need to really have talk with a Microsoft Licensing Specialist in order to get pricing as there are different pricing models for different types of organizations. But, I found this great Web site called the SharePoint Price Calculator  that will give you cost estimates based on the number of employees, number of Web Front Ends, number of servers, and number of SQL Servers. Enjoy!