2014. 7. 29. 16:53 개발
다음번 검색질을 줄이기 위해...
sp_addlinkedserver
'DB2',
'MSSQL',
'SQLOLEDB',
'127.0.0.1',
NULL
sp_addlinkedsrvlogin
'DB2',
'false',
NULL,
'sa',
's9ak2!'
sp_testlinkedserver
DB2
select * from DB1.TESTDB.dbo.VW_PA01
select * from DB2.TESTDB.dbo.VW_PA01
64bit 컴퓨터에서 32bit 오라클 OLEDB 드라이버 로드하기 (0) | 2016.06.10 |
---|---|
c# listview item 사라짐(disappear) 현상 해결방법 (0) | 2015.06.10 |
MS-SQL Linked server( DB-LINK) 설정 (0) | 2014.07.29 |
VS2010 에서 Dialog 클래스 생성후 가상함수 재정의시 (0) | 2013.06.03 |
Windows7에서 Graphspy (0) | 2013.05.29 |
libvlc 기반 wrapping class VLCWrapper 동영상 재생문제 (0) | 2013.03.08 |
Copyright ⓒ 지오아빠의 일상다반사 All Rights Reserved. | Designed by CMSFactory.NET
Recent Comments