일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- windbg
- 프로세스 CPU 사용량
- 안철수
- failover cluster
- MSCS on VMWare
- ftp7.5 장애조치 클러스터
- LiveKD
- 작업관리자
- 터키여행
- Local TempDB
- Hyper-V
- Windows Server 2016 Hyper-v Cluster
- SQL Server 2012R2 FCI
- windows update
- Xperf
- paged pool
- Session space
- FTP7.5
- 인문고전
- SQL Server 2008
- Nested VM
- iSCSI target
- Windows Server 2008
- dsquery
- Windows Server 2016
- windows debugging tool
- 클러스터
- cluster node as Domain controller
- windows media service
- nonpaged pool
- Today
- Total
류짱:Beyond MySelf
MOSS에서 설정된 Default Recovery Model 본문
Database Name |
Default Recovery Model |
SharePoint_AdminContent_{GUID} |
Full |
SharePoint_Config |
Full |
{SSP name}_DB |
Simple |
{SSP name}_Search_DB |
Simple |
WSS_Content |
Full |
WSS_Content_{SSP name} |
Full |
WSS_Search_{server name} |
Simple |
Content database: perform a full backup operation with either stsadm or sql server to back up all content databases.
If you are using SQL server, use the simple recovery model, so that your transaction log is truncated.
2. MOSS 관련 데이타 베이스
각자 Database 이름은 사용자가 어떻게 지정하느냐에 따라서 항상 변경 가능합니다.
단, Sharepoint 로 시작되는 Database는 Default로 MOSS에서 생성합니다.
Database Name |
Description |
SharePoint_AdminContent_{GUID} |
중앙관리 데이타 베이스 |
SharePoint_Config |
중앙관리 데이타 베이스 |
{SSP name}_DB |
Shared Service Provider 관리를 위한 DB로 MOSS에서 SSP를 생성시마다 생성 |
{SSP name}_Search_DB |
Shared Service Provider 관리를 위한 DB로 MOSS에서 SSP를 생성시마다 생성 – Office search 정보를 관리하기 위한 데이타 베이스 |
WSS_Content_{SSP name} |
Shared Service Provider 관리를 위한 DB로 MOSS에서 SSP를 생성시마다 생성 |
WSS_Search_{server name} |
WSS Search 관리 데이트 베이스 |
WSS_Content |
기본적으로 팀 사이트 등을 관리하는 Database |
MOSS 2007 Backup and Restore: Overview
http://msdn.microsoft.com/en-us/library/bb447509.aspx