Tagged Questions
0
votes
1answer
37 views
Auto-Update Statics On/Off
MS recommends disabling auto-create statistics on SP DBs (ref).
What about auto-update statistics?
Looking at our TFS installation, for the SP DBs, these two options are disabled for you when TFS is ...
2
votes
1answer
3k views
Completely remove a WSP from SharePoint
What is the best way to completely remove a WSP from SharePoint? SO when you reinstall it again from scatch it thinks it is a clean install?
2
votes
2answers
75 views
Migrating site collections from developemnt to live
I have several site collections that have been created in development. I now need to move them to live. In the live environment these site collections do not exists. What is the best way to migrate ...
7
votes
1answer
912 views
Best practices for creating a shared code library for SharePoint projects
I have several projects for SharePoint 2010 (mostly they are separate solutions built each to separate wsp's) in active development. And I have a similar tasks in these projects (logging, ...
3
votes
3answers
689 views
Maintenance Page/Downtime
I have an IF site that will be undergoing a fairly large deployment. There will be a few hours of downtime, and I want to put a maintenance page at the front of the site, and prevent any traffic from ...
17
votes
5answers
928 views
Organizing WebParts in Visual Studio - Best Practices
My team is responsible for maintaining a SharePoint 2010 site that was developed by another group. This maintenance includes updates to existing web parts (approximately 20). Currently, all of these ...
2
votes
2answers
1k views
SharePoint Custom Module Development and Deployment
Good Day,
We're working on custom module (Information Management System) for SharePoint. The project file of this module is a Class Library which contains User Controls. The User Controls was based ...