'TryCatch'에 해당되는 글 1건
- 2017.09.05 Try Catch 예제
2017. 9. 5. 22:29
BEGIN TRY SELECT * FROM sys.messages WHERE message_id = 21; END TRY GO -- The previous GO breaks the script into two batches, -- generating syntax errors. The script runs if this GO -- is removed. BEGIN CATCH SELECT ERROR_NUMBER() AS ErrorNumber; END CATCH; GO
'DB > MSSQL' 카테고리의 다른 글
[MSSQL] For 문으로 데이터 넣기 (0) | 2017.10.24 |
---|---|
외부 접속 허용 (0) | 2017.10.23 |
오전오후 -> datetime 변환 (0) | 2017.03.28 |
index 방법 (0) | 2017.02.23 |
MSSQL express to standard upgrade (0) | 2016.11.18 |