일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- oracle system lock
- create role
- Oracle Database
- oracle supplemental
- MSSQL
- oracle pdb
- oracle role 삭제
- oracle awr
- oracle install
- Oracle RAC
- oracle SCN
- oracle account_status expired
- oracle
- ora-00439: feature not enabled: partitioning
- oracle 테스트 데이터
- SSMS
- mssql database 삭제
- partition_options=merge
- ORA-00020
- supplemental log 활성화
- sql user 생성
- oracle dba_profile password_life_time
- oracle 파티션 datapump
- SQL Server
- ora-28002: the password will expire within 7 days
- oracle tde
- oracleasm
- oracle datapump
- 오라클
- ora-39083 ora-00439
Archives
- Today
- Total
신문지한장
[Tech] SQL Server database 생성 및 삭제 (cmd)
OS : Microsofr Windows Server 2019 Datacenter DB : Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 Express Edition (64-bit) [1] database 생성 1. cmd에서 mssql 접속 C:\Users\Administrator>sqlcmd -U sa -P manager0! 1> 2. 현재 접속된 database 조회 1> select db_name() 2> go -------------------------------------------------------------------------------------------------------------------------------- master (1개 행 ..
SQL Server/Tech
2023. 12. 8. 14:59