Version 2

 Recommended Download



Source Code CreateScript
source code, 47K, uploaded Jan 23 2008  - 257 downloads

Release Notes

Changes for this release :
  • Corrects bug where work tables were not created
  • Refactored optimizationProcedures
  • Removes UniqueID for content analysis
  • Adds float to analysis


Install
  1. Create a work database on sharepoint sql server
  2. Open the .QRY file in SQL 2005 Manager in the work database and compile the procedure.
Examples
  • To Scan DataBase Moss_Dev Root Web For Content Errors for content type 'Apples' No Update
    • SPSFContentOptimize 'MossDev', 'Apples','',0
  • To Scan with Trace to Detail what is being processed; No Update
    • SPSFContentOptimize 'MossDev', 'Apples','',1
  • To Scan DataBase Moss_Dev Root Web For Content Errors for content type 'Apples' that was created at url Corp/Dept/Store; No Update
    • SPSFContentOptimize 'MossDev', 'Apples','Corp/Dept/Store',0
  • To Scan DataBase Moss_Dev Root Web For Content Errors for content type 'Page' that was created at base '' url using 'Pages' list located at 'Corp/Dept' as the master list template- Any Lists will not be corrected directly but data will be saved and SQL genertated for review. No Update
    • SPSFContentOptimize] 'MossDev', 'Page','',1,'Corp/Dept','Pages',@Update='PrintUpdateSQLOnly'
  • To apply updates during run Updates!!
    • SPSFContentOptimize 'MossDev', 'Apples','',1,'Corp/Dept','Pages',@Update='Update'


.
 Reviews for this release
No reviews yet for this release.
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987