MSSQL2000의 Linked Server가 느리다면

  • Post author:
  • Post category:
  • Post comments:2 Comments
  • Post last modified:March 4, 2013

결론만 요약하자면, 서버 간의 데이터 정렬 속성값을 조정하느라 느린 것이다.

참고자료

  • linked server performance tuning
  • SQL Server 온라인 설명서에서 데이터 정렬, 분산 쿼리을 키워드로 검색한다.

Linked Server를 등록한 후, 다음의 명령어를 사용한다.

예제 스크립트

-- 서버 옵션 조정
EXEC sp_serveroption 'SecondInstance', 'collation compatible', 'true'
GO

EXEC sp_serveroption 'SecondInstance', 'rpc', 'true'
GO

EXEC sp_serveroption 'SecondInstance', 'rpc out', 'true'
GO
Author Details
Kubernetes, DevSecOps, AWS, 클라우드 보안, 클라우드 비용관리, SaaS 의 활용과 내재화 등 소프트웨어 개발 전반에 도움이 필요하다면 도움을 요청하세요. 지인이라면 가볍게 도와드리겠습니다. 전문적인 도움이 필요하다면 저의 현업에 방해가 되지 않는 선에서 협의가능합니다.
0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
ansys
18 years ago

와..스킨 멋져요. +.+

최재훈
18 years ago

원래는 WordPress라는 블로그 엔진의 테마랍니다. 안타깝게도 디자인하는 재주가 없어서 다른 블로그의 디자인을 제 블로그 엔진에 맞추는 것이 한계네요.