ISSUE ===== SharePoint 2003 Audience process is stuck when compiling an audience group. Attempts to restart the audience compilation fail even after a server restart. SharePoint Audience Log (INDEX Server -> CA -> Configure Diagnostic
Continue ReadingCategory: Microsoft
Shrink SQL Server Data and Log files
The below syntax will allow you to shrink a SQL Server Database Data File and Transaction Log File — Truncate the log BACKUP LOG biztalkdtadb WITH TRUNCATE_ONLY — Shrink Log File dbcc shrinkdatabase (BizTalkDTADb, 10)
Continue ReadingDelete and Add Site Templates to Sharepoint V3 and MOSS 2007
Delete and Add Site Templates to Sharepoint V3 and MOSS 2007 stsadm -o deletetemplate -title “Extranet Project” stsadm -o deletetemplate -title “Extranet Root” stsadm -o deletetemplate -title “Extranet Support” stsadm -o addtemplate -filename “ExtranetProject.stp” -title
Continue Reading