Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- xmldom
- ERD
- 이미지가로길이
- 이미지세로길이
- array
- sql순위
- WML
- wap
- SPLIT
- VarType
- 인젝션
- XML
- FileSystemObject
- JavaScript
- sql업데이트
- sql랭킹
- VARIABLE
- MSSQL보안
- javascript 한글입력체크
- update
- injection
- inner join
- jdbc driver
- asp함수
- instr
- 정규식
- 한글입력체크
- tempDB
- 자바기초
- join
Archives
- Today
- Total
3초기억력
ms-sql - SQL Server 에이전트(Agent XPs) 실행이 안될시 쿼리문 본문
제목 : ms-sql - SQL Server 에이전트(Agent XPs) 실행이 안될시 쿼리문
소스 :
use master;
1단계
EXEC SP_CONFIGURE 'Agent XPs'
2단계
EXEC SP_CONFIGURE 'show advanced options',1
3단계
RECONFIGURE
4단계
EXEC SP_CONFIGURE 'show advanced options'
5단계
EXEC SP_CONFIGURE 'Agent XPs',1
6단계
RECONFIGURE
내용 :
예제 소스 파일 :
출처 : https://www.mssqltips.com/sqlservertip/2729/how-to-start-sql-server-agent-when-agent-xps-show-disabled/
'쿼리_MSSQL' 카테고리의 다른 글
mssql sp_executesql output 매개변수 사용 (0) | 2016.03.15 |
---|---|
ms-sql 랜덤숫자. 1~999까지 사이의 랜덤 추출 (2) | 2016.02.23 |
설정된 몇초마다 프로시저 실행 (0) | 2015.05.27 |
ms-sql 현재시간과 입력시간과의 차이점 일/시/분/초 추출 쿼리문 (0) | 2015.05.21 |
MicroSoft SQL Server Management Studio 쿼리 정렬 프로그램 (0) | 2015.02.12 |
Comments