- HOME
- SharePointについての質問と回答
SharePointについての質問と回答
2010年11月03日
Regarding thousands of documents - SharePoint 2010 seems to be better in terms of performance than SharePoint 2007 (MOSS) and also when it comes to the document storage it's the question of SQL Server performance and how much space do you have on your SQL Server side.
If you want to you could still display and index your external SQL database data through SharePoint too. Using Business Data Connectivity services which is a part of SharePoint features.
2010年09月08日
For more details you can have a look at the following post: SharePoint 2010 Site Templates.
2010年08月14日
お名前: siddiqali
都市/国: Vijayawada, India
質問: How to apply CSS in 2010 SharePoint Web Parts?
回答: If the question is about custom CSS in custom Web Parts then the answer is as follows:
- Place your custom CSS file to the _LAYOUTS/1033/STYLES folder. Suggestion is to use a solution to deploy this custom CSS file properly. Here you could read about some details when creating VS 2010 solutions for SharePoint.
- In your Web Part code in CreateChildControls you do the following:
CssLink linkToCss = new CssLink();
linkToCss.DefaultUrl = "/_LAYOUTS/1033/STYLES/name of your custom CSS file";
this.Page.Header.Controls.Add(linkToCss);
That should add a reference to your CSS file in the page header when the Web Part will be rendered. - Use your CSS class throughout your Web Part and enjoy.
2010年08月04日
お名前: Alpesh Ranchordas
都市/国: Lisbon, Portugal
質問: In the farm scenario for SharePoint 2010, what services to activate for which server?
回答: WFE - MS SharePoint Foundation Incoming Email, MS SharePoint Foundation Web Application, MS SharePoint Foundation Workflow Timer Service
Everything else - App Server.
Search Query and Site Settings Service on all query servers. If you think it is becoming memory consuming - move it to a dedicated server.
SharePoint Foundation Search - any server.





