일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Oracle Database
- oracle system lock
- create role
- oracle supplemental
- 오라클
- partition_options=merge
- ora-00439: feature not enabled: partitioning
- sql user 생성
- oracle tde
- oracle SCN
- oracle 테스트 데이터
- oracle account_status expired
- MSSQL
- oracle
- oracle datapump
- oracle 파티션 datapump
- ora-28002: the password will expire within 7 days
- ORA-00020
- supplemental log 활성화
- oracle awr
- oracle role 삭제
- oracle pdb
- oracle install
- SQL Server
- mssql database 삭제
- oracleasm
- Oracle RAC
- SSMS
- ora-39083 ora-00439
- oracle dba_profile password_life_time
Archives
- Today
- Total
신문지한장
[Tech] SQL Server database 생성 및 삭제(SSMS) 본문
OS : Microsofr Windows Server 2019 Datacenter
DB : Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 Express Edition (64-bit)
[1] database 생성
1. [데이터베이스] - [새 데이터 베이스] 클릭
2. 데이터베이스 이름 'kim' 설정
3. 옵션 확인 (default)
4. 파일 그룹 확인
5. 신규 생성된 database 확인
[2] database 삭제
1. 삭제할 database 'kim2' [삭제] 선택
2. 삭제할 database 확인 및 삭제 진행
3. 'kim2' database 정상 삭제 확인
'SQL Server > Tech' 카테고리의 다른 글
[Tech] 현재 사용자 접속 프로토콜 sql (0) | 2024.05.24 |
---|---|
[Tech] SQL Server 구성 관리자 (0) | 2024.05.24 |
[Tech] 설치 후 로그 경로 (0) | 2024.04.04 |
[Tech] SQL Server 스키마 조회 (1) | 2023.12.08 |
[Tech] SQL Server database 생성 및 삭제 (cmd) (1) | 2023.12.08 |