블로그
-
SQL의 컨셉 요점정리4-아우터조인
기준집합에 대한 조건은 where 절에서 처리하고 참조집합의 조건은 on 절에 기술한다. and b.사원번호 IS NULL select count(*) from 사원 a , 기타급여 b and not exists ( select 1 from 기타급여 b where b.사원번호
blog.naver.com · 2012.10.21
-
[Trigger]
UPDATE EXAMPLE> CREATE TRIGGER Employee_Trg_Upd ON emplyeeORG AFTER UPDATE AS INSERT INTO employeeTRK SELECT ID,FirstName,LastName FROM DELETED GO DML Trigger에 대해서. 1.Inserted 2.Deleted These tables are
blog.naver.com · 2012.10.11
-
MSSQL Server 에서 특정 Stored Procedure 찾아내는 방법
첫번째 방식 (내부 조인으로 확인) select a.* from sys.sysobjects a inner join sys.syscomments b with(nolock) on a.id 두번째 방식 (exists 함수 사용) select * from sys.sysobjects a with(nolock) where exists (select * from sys.syscomments
blog.naver.com · 2012.06.07
-
Install the RPC over HTTP Proxy component using Server Manager
In the Add Features Wizard, on the Features page, select the check box for RPC over HTTP Proxy, and then On the Confirmation page, click Install. On the Results page, click Close.
blog.naver.com · 2012.06.05
-
MS SQL INNER JOIN 넌 뭐야?
Select A.machine_name, B.machine_ip, B.startTime From AlarmSender A Inner Join DiscoveryData B On A.machine_ip
blog.naver.com · 2012.01.04
-
두개의 Table 을 Join 하여 Update 하기
두개의 Table 을 Join 하여 Update 하기 by amagrammer on Aug 19, 2009 • 5:43 am No Comments 보통 2개 의 테이블에서 조인을 하여 b WHERE b.KEY = a.KEY), column_2 = (SELECT colu.......
blog.naver.com · 2011.09.14
-
스크린 캡춰하기
The screen shot will be automatically saved as a PNG file on your desktop.To copy the entire desktop, A cross-hair cursor will appear and you can click and drag to select the area you wish to capture.
blog.naver.com · 2011.04.05
-
애플의 아이폰4 케이스용 어플이 있습니다.
Apple’s iPhone 4 Case Program, there’s an app for that애플의 아이폰4 케이스용 어플이 있습니다. by Andrew Munchbach on users waiting for their free case can “Download the iPhone 4 Case Program app from the App Store” and select
blog.naver.com · 2010.07.25
-
[C#학습셀03-19] How to: Display a Color Pallet
on the form. To display the color dialog box On the File menu, click New Project.
blog.naver.com · 2010.06.07
-
[C#학습셀03-17] How to: Display a List of Fonts
to text on the form. To display the font dialog box On the File menu, click New Project.
blog.naver.com · 2010.06.07