일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ORA-00020
- oracle tde
- ora-28002: the password will expire within 7 days
- oracle account_status expired
- Oracle RAC
- oracle system lock
- oracle 테스트 데이터
- mssql database 삭제
- SSMS
- oracle role 삭제
- oracle pdb
- Oracle Database
- oracle
- 오라클
- oracle dba_profile password_life_time
- ora-00439: feature not enabled: partitioning
- ora-39083 ora-00439
- oracle datapump
- oracle supplemental
- oracle install
- sql user 생성
- partition_options=merge
- supplemental log 활성화
- MSSQL
- SQL Server
- oracleasm
- oracle awr
- create role
- oracle SCN
Archives
- Today
- Total
신문지한장
[Tech] sqlcmd에 실행한 쿼리 파일로 저장하는 방법 본문
OS : Microsofr Windows Server 2019 Datacenter
DB : Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 Express Edition (64-bit)
:OUT <파일이름>|STDERR|STROUT
1> select name from sys.databases
2> :Out output.txt
2> go
1>
'SQL Server > Tech' 카테고리의 다른 글
[Tech] SSMS 서버에 연결창에서 더 찾아보기로 인스턴스 확인 방법 (0) | 2024.05.24 |
---|---|
[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 |