일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 client 환경변수
- mssql database 삭제
- oracle hugepage
- SSMS
- MSSQL
- oracle sqlnet.ora
- window pscp
- oracleasm
- Oracle RAC
- oracle client install
- ora-28002: the password will expire within 7 days
- 오라클
- ORA-00020
- oracle pdb
- oracle dba_profile password_life_time
- ora-28040: no matching authentication protocol
- window scp
- window에서 linux로 scp 하는 방법
- oracle
- oracle awr
- oracle install
- SQL Server
- ora-39083 ora-00439
- oracle SCN
- oracle client 설치
- TWO_TASK
- sqlnet.allowed_logon_version_server=8
- Oracle Database
- sqlnet.allowed_logon_version_client=8
- oracle tde
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