일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 파티션 datapump
- oracle account_status expired
- oracle awr
- ora-00439: feature not enabled: partitioning
- oracle install
- mssql database 삭제
- partition_options=merge
- oracle supplemental
- Oracle RAC
- create role
- oracle system lock
- oracle
- oracleasm
- ora-28002: the password will expire within 7 days
- Oracle Database
- oracle 테스트 데이터
- oracle dba_profile password_life_time
- MSSQL
- 오라클
- sql user 생성
- SQL Server
- oracle datapump
- oracle role 삭제
- SSMS
- ORA-00020
- ora-39083 ora-00439
- supplemental log 활성화
- oracle SCN
- oracle tde
- oracle pdb
Archives
- Today
- Total
신문지한장

- SSMS로 DB 연결하기 전 인스턴스 확인 하는 방법SSMS 접속 - 서버에 연결 - 서버이름 에서 - 해당 접속 후 로컬 서버에서 확인하면 됨. 테스트 서버는 인스턴스 한개임
SQL Server/Tech
2024. 5. 24. 14:49

OS : Microsofr Windows Server 2019 DatacenterDB : Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 Express Edition (64-bit)select net_transportfrom sys.dm_exec_connectionswhere session_id=@@SPID
SQL Server/Tech
2024. 5. 24. 14:44

OS : Microsofr Windows Server 2019 DatacenterDB : Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 Express Edition (64-bit) * install file link https://www.microsoft.com/ko-kr/sql-server/sql-server-downloads# 1. SQL Server 2019 program 시작 2. [미디어 다운로드] 클릭 3. [Express Core] 선택 4. 설치 프로그램 다운로드 5. 설치 프로그램 다운로드 성공 6. 설치 프로그램 시작 7. 설치할 경로 설정 8. 일반적인 설치 시 [새 SQL Server 독립 실행형 설치 또는 기존 설치에 기능 추가] 선택 9. 동..
SQL Server/Install
2023. 12. 8. 16:50