<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>SQL 사용자 Tip과 강좌</title>
        <link>http://www.sqler.com/bColumn</link>
        <description>SQL 사용자들이 전달해 드리는 SQL서버 Tip과 강좌 소식입니다. SQL서버 개발 및 운영 관련 팁과 쿼리 노하우를 이곳에서 가장 먼저 접하실 수 있습니다. 많은 도움 되시길 바랍니다.</description>
        <language>ko</language>
        <pubDate>Sat, 19 May 2012 00:52:42 +0900</pubDate>
        <lastBuildDate>Sat, 19 May 2012 00:52:42 +0900</lastBuildDate>
        <generator>XpressEngine 1.4.5.9</generator>
                <copyright>SQLER</copyright>
                                <item>
            <title>New toys in SQL Server 2012 [발요약]</title>
            <dc:creator>열이</dc:creator>
            <link>http://www.sqler.com/495662</link>
			
            <guid isPermaLink="true">http://www.sqler.com/495662</guid>
                        <comments>http://www.sqler.com/495662#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;div class=&quot;autosourcing-stub&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;a class=&quot;con_link&quot; href=&quot;http://www.sqlservercentral.com/articles/insert/89498/&quot; target=&quot;_blank&quot;&gt;http://www.sqlservercentral.com/articles/insert/89498/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;* Insert snippet 코드 조각 삽입&lt;/p&gt;
&lt;p&gt;SSMS 스크립트 편집 화면 마우스 오른쪽 버튼 클릭&amp;nbsp;- 코드 조각 삽입 or Ctrl+K, Ctrl+K&lt;/p&gt;
&lt;p&gt;테이블, 프로시져, 함수, 인덱스 등등&amp;nbsp; 표준 코드 생성&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;* Surround with option&amp;nbsp; 코드 감싸기&lt;/p&gt;
&lt;p&gt;SSMS 스크립트 편집 화면 마우스 오른쪽 버튼 클릭&amp;nbsp;- 코드&amp;nbsp;감싸기 or Ctrl+K, Ctrl+S&lt;/p&gt;
&lt;p&gt;원하는 만큼 블럭 선택후 코드 감싸기 실행하면&amp;nbsp; Begin, If, While&amp;nbsp;&amp;nbsp;의 문장 생성&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;템플릿 탐색기 이용하는것 보다&amp;nbsp; 좀더 쉽고 편하게 간단하게 표준 코드 생성 이용. 
&lt;div class=&quot;autosourcing-stub&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Fri, 18 May 2012 15:32:31 +0900</pubDate>
                                </item>
                <item>
            <title>Statistics Enhancements in SQL Server 2012 [발요약]</title>
            <dc:creator>열이</dc:creator>
            <link>http://www.sqler.com/494651</link>
			
            <guid isPermaLink="true">http://www.sqler.com/494651</guid>
                        <comments>http://www.sqler.com/494651#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://www.sqlpassion.at/blog/CommentView,guid,7e731801-151f-492a-bd1e-f421c9911729.aspx&quot; target=&quot;_blank&quot;&gt;http://www.sqlpassion.at/blog/CommentView,guid,7e731801-151f-492a-bd1e-f421c9911729.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;요약 : &lt;/p&gt;
&lt;p&gt;기존 2008 이하에서는 database 가 READ_ONLY 이거나 Snapshots 등의&amp;nbsp;경우와 같이&amp;nbsp;&amp;nbsp;database 자체를 &lt;/p&gt;
&lt;p&gt;변경을 하지 못하는 경우&amp;nbsp; 통계가 업데이트 되지 않는다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2012에서는 TempDB 에 만드는 Temporary Statistic Objects 라는것을 통해 통계 업데이트를 지원한다..&lt;/p&gt;
&lt;p&gt;2012의 AlwaysOn 의 Readable Secondaries 도 동일하게 적용된다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;끝~~&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;발번역은 패쑤.. &lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Thu, 10 May 2012 16:44:50 +0900</pubDate>
                                </item>
                <item>
            <title>SQL Server 2012 서비스 시작계정 권한 최소화 하기</title>
            <dc:creator>열이</dc:creator>
            <link>http://www.sqler.com/493894</link>
			
            <guid isPermaLink="true">http://www.sqler.com/493894</guid>
                        <comments>http://www.sqler.com/493894#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;[update 2012-05-09 18:20]&amp;nbsp;백업테스트 스크립트의 오타부분을&amp;nbsp;수정하였습니다.&lt;/p&gt;
&lt;p&gt;[update 2012-05-07 17:30] 마지막 참고의 클러스터 부분 문장을 수정하였습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;일전에 올린 SQL 서비스 시작계정 권한 최소화 하기의 2012 버전 입니다.&lt;/p&gt;
&lt;p&gt;첨부파일 참고 바랍니다.&lt;/p&gt;
&lt;p&gt;그럼 수고하세요&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Mon, 07 May 2012 16:07:36 +0900</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>SQL 특수문자 자체를 검색하기</title>
            <dc:creator>열이</dc:creator>
            <link>http://www.sqler.com/493557</link>
			
            <guid isPermaLink="true">http://www.sqler.com/493557</guid>
                        <comments>http://www.sqler.com/493557#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;혹시 모르시는 분들을 위해 리마인드 차원(?)에서 올립니다...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;select * from a where mText like &apos;%usp_test_me%&apos;&amp;nbsp; 검색하면 의도와 다른 결과를 볼수 있습니다.&lt;br /&gt;일부 특수문자는 정규표현식의 패턴매칭과 같은 역할을 하기 때문입니다.&lt;br /&gt;그래서 특수문자 자체를 그대로 검색하기 방법 입니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-- 정규표현식, 특수 문자 자체를 검색하기 및 사용하기&lt;br /&gt;-- 1 [] 안에 원하는 특수문자를 넣으면 됩니다.&lt;br /&gt;-- 2 escape &apos;/&apos; 뒤에 특수문자를 넣으면 됩니다.&lt;/p&gt;
&lt;p&gt;create table a (mNo int identity(1,1),mText varchar(100) )&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;insert into a values (&apos;usp_test_me&apos;)&lt;br /&gt;insert into a values (&apos;usp1test_me&apos;)&lt;br /&gt;insert into a values (&apos;usp_test2me&apos;)&lt;br /&gt;insert into a values (&apos;usp_test%me&apos;)&lt;br /&gt;insert into a values (&apos;usp_test\me&apos;)&lt;br /&gt;insert into a values (&apos;usp_test/me&apos;)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;select * from a where mText like &apos;%usp[_]test[%]me%&apos;&lt;br /&gt;select * from a where mText like &apos;%usp[_]test[_]me%&apos;&lt;br /&gt;select * from a where mText like &apos;%usp/_test/_me%&apos; escape &apos;/&apos;&lt;br /&gt;-- usp_test_me&amp;nbsp; 두개다 동일하게 검색됨&lt;/p&gt;
&lt;p&gt;select * from a where mText like &apos;%/[%&apos; escape &apos;/&apos;&amp;nbsp; -- [ 검색&lt;br /&gt;select * from a where mText like &apos;%//%&apos; escape &apos;/&apos;&amp;nbsp; -- / 검색&lt;br /&gt;select * from a where mText like &apos;%/%%&apos; escape &apos;/&apos;&amp;nbsp; -- % 검색&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;프로파일러 Textdata 유사 부분에선 [] 방법을 쓰면 됩니다.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Fri, 04 May 2012 18:25:09 +0900</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>Free E-Book–Introducing SQL Server 2012 Updated</title>
            <dc:creator>쓸만한게없네(윤선식)</dc:creator>
            <link>http://www.sqler.com/492089</link>
			
            <guid isPermaLink="true">http://www.sqler.com/492089</guid>
                        <comments>http://www.sqler.com/492089#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;h3 class=&quot;post-name&quot;&gt;Free E-Book–Introducing SQL Server 2012&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;가 3월 28일자로 Update 되었습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blogs.technet.com/b/uktechnet/archive/2012/03/28/free-e-book-introducing-sql-server-2012.aspx&quot;&gt;http://blogs.technet.com/b/uktechnet/archive/2012/03/28/free-e-book-introducing-sql-server-2012.aspx&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Thu, 26 Apr 2012 11:26:21 +0900</pubDate>
                                </item>
                <item>
            <title>NUMA Node 레지스트리 CPUMask 16진수 값 계산법</title>
            <dc:creator>열이</dc:creator>
            <link>http://www.sqler.com/491995</link>
			
            <guid isPermaLink="true">http://www.sqler.com/491995</guid>
                        <comments>http://www.sqler.com/491995#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;소프트 NUMA 설정 - 레지스트리 설정부분에 core 수에 따른 16진수 계산법 입니다.&lt;/p&gt;
&lt;p&gt;소프트 NUMA 설정 문서는 많은데 정작 16진수 계산을 어떻게 하는지는 자세히 설명해준 곳이 별로 없더군요..&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;예전에&amp;nbsp;정보처리기사 자격증 공부할때는 진법변환 머리아프게 했는데 지금은 다 까먹어 버렸네요.&lt;/p&gt;
&lt;p&gt;궁금하신 분들 참고하세요~&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;예) CPU Core 8개에 아래와 같이 soft-NUMA 셋팅&lt;/p&gt;
&lt;p&gt;CPUs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp; &amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;&amp;nbsp;7 &lt;br /&gt;Soft-NUMA&amp;nbsp;&amp;nbsp; &amp;lt;-N0--&amp;gt;&amp;lt;-N1-&amp;gt;&amp;lt;----N2----&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;core 0,1 : NUMA Node 0&lt;br /&gt;core 2,3 : NUMA Node 1&lt;br /&gt;core 4,5,6,7 : NUMA Node 2&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;NUMA Node 0 :&lt;br /&gt;CPUs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 7 &lt;br /&gt;2진수셋팅&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 1&lt;br /&gt;2진수 11 -&amp;gt; 10진수 2^1+2^0 = 3 -&amp;gt; 16진수 0x03&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NUMA Node 1 :&lt;br /&gt;CPUs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 7 &lt;br /&gt;2진수셋팅&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&lt;br /&gt;2진수 1100 -&amp;gt; 10진수 2^3+2^2 = 12 -&amp;gt; 16진수 0x0c&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NUMA Node 2 :&lt;br /&gt;CPUs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 7 &lt;br /&gt;2진수셋팅&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&lt;br /&gt;2진수 11110000 -&amp;gt; 10진수 2^7+2^6+2^5+2^4 = 240 -&amp;gt; 16진수 0xf0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2진수 -&amp;gt; 16진수 변환 : 4자리씩 끊어서 10진수 계산후 16진수로 변환&lt;br /&gt;1111 / 0000 -&amp;gt; 2^3+2^2+2^1+2^0 = 15&amp;nbsp; / 0 -&amp;gt; f / 0&amp;nbsp; -&amp;gt; 0xf0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;참고)&lt;/p&gt;
&lt;p&gt;소프트 NUMA를 사용하도록 SQL Server 구성&lt;br /&gt;&lt;a href=&quot;http://msdn.microsoft.com/ko-kr/library/ms345357.aspx&quot; target=&quot;_blank&quot;&gt;http://msdn.microsoft.com/ko-kr/library/ms345357.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;affinity mask, affinity I/O mask, soft NUMA 적용&lt;br /&gt;&lt;a href=&quot;http://purumae.tistory.com/96&quot; target=&quot;_blank&quot;&gt;http://purumae.tistory.com/96&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Wed, 25 Apr 2012 18:09:51 +0900</pubDate>
                                </item>
                <item>
            <title>DBCC TRACE ...</title>
            <dc:creator>이스트럭(강동운)</dc:creator>
            <link>http://www.sqler.com/490202</link>
			
            <guid isPermaLink="true">http://www.sqler.com/490202</guid>
                        <comments>http://www.sqler.com/490202#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p style=&quot;color: rgb(102, 102, 102); font-family: dotum; background-color: rgb(255, 255, 255); &quot;&gt;&lt;/p&gt;&lt;p&gt;이번에는.. 너무나 당연한 거지만... DBCC TRACE에 대해서 얘기를 꺼내보도록 하겠습니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;DBCC TRACEON&lt;/p&gt;&lt;p&gt;DBCC TRACEOFF&lt;/p&gt;&lt;p&gt;DBCC TRACESTATUS&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이렇게 3가지로 볼 수 있습니다.&lt;/p&gt;&lt;p&gt;ON, OFF, STATUS 단어만 봐도 대충 유추할 수 있습니다 ^^&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;각각의 플래그 값들은 MSDN을 참고합시다~~!&lt;/p&gt;&lt;p&gt;추적 플래그(Transact-SQL):&amp;nbsp;&lt;a href=&quot;http://msdn.microsoft.com/ko-kr/library/ms188396.aspx&quot; style=&quot;color: rgb(102, 102, 102); text-decoration: none; &quot;&gt;http://msdn.microsoft.com/ko-kr/library/ms188396.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;새로운 새션 하나를 열어보도록 하죠~~!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Session 1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEON&lt;/b&gt;&lt;/font&gt;(3226) --//3226: 백업 성공에 대한 로그를 SQL 로그에 기록 안함&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-image: initial; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; display: inline-block; width: 253px; &quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/127DD14D4F87DEED26BDF3&quot; alt=&quot;127DD14D4F87DEED26BDF3&quot; title=&quot;127DD14D4F87DEED26BDF3&quot; width=&quot;253&quot; height=&quot;78&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; &quot; /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;두번째 세션을 열어서 TRACESTATUS를 확인해봅시다.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;br /&gt;Session 2&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; margin-left: 2em; &quot;&gt;DBCC 실행이 완료되었습니다. DBCC에서 오류 메시지를 출력하면 시스템 관리자에게 문의하십시오.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;아무 내용이 출력되지 않습니다~~&lt;/p&gt;&lt;p&gt;전역에 동일하게 적용되기 위해서는 어떻게 할까? 바로&lt;span style=&quot;color: rgb(255, 0, 0); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(255, 0, 0); &quot;&gt;-1 옵션&lt;/span&gt;&lt;/b&gt;을 쓰면 가능합니다!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Session 1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEOFF&lt;/b&gt;&lt;/font&gt;(3226) --//일단 켜뒀던 걸 다시 OFF 하고&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEON&lt;/b&gt;&lt;/font&gt;(3226,&lt;b&gt;&lt;span style=&quot;color: rgb(255, 0, 0); &quot;&gt;-1&lt;/span&gt;&lt;/b&gt;)&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-image: initial; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; display: inline-block; width: 254px; &quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/1215234E4F950C25010B1E&quot; alt=&quot;1215234E4F950C25010B1E&quot; title=&quot;1215234E4F950C25010B1E&quot; width=&quot;254&quot; height=&quot;81&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; text-align: center; &quot; /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;p&gt;&lt;b&gt;Session 2&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-image: initial; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; display: inline-block; width: 254px; &quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/1215234E4F950C25010B1E&quot; alt=&quot;1215234E4F950C25010B1E&quot; title=&quot;1215234E4F950C25010B1E&quot; width=&quot;254&quot; height=&quot;81&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; text-align: center; &quot; /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;동일하게 적용된 걸 볼 수 있습니다. 참 쉽죵~~&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;만약 실수로 세션과 전역 둘다 ON을 하게 된다면 어떻게 될까요?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Session 1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEOFF&lt;/b&gt;&lt;/font&gt;(3226,-1) --//일단 켜뒀던 걸 다시 OFF 하고&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEON&lt;/b&gt;&lt;/font&gt;(3226)&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEON&lt;/b&gt;&lt;/font&gt;(3226, -1)&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-image: initial; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; display: inline-block; width: 256px; &quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/1906A03C4F950CA5133882&quot; alt=&quot;1906A03C4F950CA5133882&quot; title=&quot;1906A03C4F950CA5133882&quot; width=&quot;256&quot; height=&quot;78&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; text-align: center; &quot; /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;당근 하나가 활성화 되어있습니다~~!&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;b&gt;&lt;br /&gt;Session 2&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-image: initial; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; display: inline-block; width: 254px; &quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/1215234E4F950C25010B1E&quot; alt=&quot;1215234E4F950C25010B1E&quot; title=&quot;1215234E4F950C25010B1E&quot; width=&quot;254&quot; height=&quot;81&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; text-align: center; &quot; /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;이 상태에서... &amp;nbsp;전역을 OFF 시키면??...&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;b&gt;Session 1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEOFF&lt;/b&gt;&lt;/font&gt;(3226,-1)&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-image: initial; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; display: inline-block; width: 253px; &quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/127DD14D4F87DEED26BDF3&quot; alt=&quot;127DD14D4F87DEED26BDF3&quot; title=&quot;127DD14D4F87DEED26BDF3&quot; width=&quot;253&quot; height=&quot;78&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; &quot; /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;헉?? 전역 OFF 를 시켰지만 그대로&amp;nbsp;남아있네요~~ 왜 그럴까요?&lt;/div&gt;&lt;div&gt;세션 2를 확인해봅시다.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;b&gt;Session 2&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); width: 711px; height: 91px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;span style=&quot;text-align: -webkit-auto; &quot;&gt;DBCC 실행이 완료되었습니다. DBCC에서 오류 메시지를 출력하면 시스템 관리자에게 문의하십시오.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;세션 2는 정상적으로 OFF 된걸 확인할 수 있었습니다.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;즉... 현재 세션에 오픈 된 것도 같이 닫아주어야 합니다. 두개는 별개로 작동하나 봅니다~!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;b&gt;Session 1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;712&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border-collapse: collapse; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; width: 712px; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); background-color: rgb(250, 236, 197); height: 73px; width: 711px; &quot;&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACEOFF&lt;/b&gt;&lt;/font&gt;(3226)&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;font color=&quot;#0055ff&quot;&gt;&lt;b&gt;DBCC&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;&lt;b&gt;TRACESTATUS&lt;/b&gt;&lt;/font&gt;()&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; text-align: left; clear: none; float: none; &quot;&gt;&lt;span style=&quot;text-align: -webkit-auto; &quot;&gt;DBCC 실행이 완료되었습니다. DBCC에서 오류 메시지를 출력하면 시스템 관리자에게 문의하십시오.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;DBCC TRACEOFF 해서 계속 추적이 안닫힌다고 생각하지 말고, 혹시 내가 추적한 것이 전역인지 현재 세션만인지 기억해봅시다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그리고 제일 중요한 건..GLOBAL로 열리면 GLOBAL에 1이 표시가 되며&lt;/p&gt;&lt;p&gt;SESSION이 열리면.. SESSION에 1로 표시가 됩니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;너무나 당연한 테스트 였네요~~^^;;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;감사합니다 ~&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;참고문헌&lt;/p&gt;&lt;p&gt;DBCC TRACEON(Transact-SQL):&amp;nbsp;&lt;a href=&quot;http://msdn.microsoft.com/ko-kr/library/ms187329.aspx&quot; style=&quot;color: rgb(102, 102, 102); text-decoration: none; &quot;&gt;http://msdn.microsoft.com/ko-kr/library/ms187329.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;DBCC TRACEOFF(Transact-SQL):&amp;nbsp;&lt;a href=&quot;http://msdn.microsoft.com/ko-kr/library/ms174401.aspx&quot; style=&quot;color: rgb(102, 102, 102); text-decoration: none; &quot;&gt;http://msdn.microsoft.com/ko-kr/library/ms174401.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;DBCC TRACESTATUS(Transact-SQL):&amp;nbsp;&lt;a href=&quot;http://msdn.microsoft.com/ko-kr/library/ms187809.aspx&quot; style=&quot;color: rgb(102, 102, 102); text-decoration: none; &quot;&gt;http://msdn.microsoft.com/ko-kr/library/ms187809.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;추적 플래그(Transact-SQL):&amp;nbsp;&lt;a href=&quot;http://msdn.microsoft.com/ko-kr/library/ms188396.aspx&quot; style=&quot;color: rgb(102, 102, 102); text-decoration: none; &quot;&gt;http://msdn.microsoft.com/ko-kr/library/ms188396.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;필수 Trace Flag:&amp;nbsp;&lt;a href=&quot;320551&quot; style=&quot;color: rgb(102, 102, 102); text-decoration: none; &quot;&gt;http://www.sqler.com/320551&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;작성일자: 2012.04.13&lt;/p&gt;&lt;p&gt;수정일자: 2012.04.23&lt;/p&gt;&lt;p&gt;작성자: eastluck&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Fri, 13 Apr 2012 17:31:35 +0900</pubDate>
                        <category>DBCC</category>
                        <category>TRACEON</category>
                        <category>TRACEOFF</category>
                        <category>TRACESTATUS</category>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>synonym 사용하기에 따라 쓸만하죠~</title>
            <dc:creator>차주언</dc:creator>
            <link>http://www.sqler.com/490170</link>
			
            <guid isPermaLink="true">http://www.sqler.com/490170</guid>
                        <comments>http://www.sqler.com/490170#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;div&gt;use TEMPDB&lt;/div&gt;&lt;div&gt;GO&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;-- synonym이란?&lt;/div&gt;&lt;div&gt;create schema Sales&lt;/div&gt;&lt;div&gt;go&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;create table Sales.SalesPerson&lt;/div&gt;&lt;div&gt;(&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;i int&lt;/div&gt;&lt;div&gt;)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;CREATE SYNONYM dbo.SalesPerson FOR Sales.SalesPerson&lt;/div&gt;&lt;div&gt;GO&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;select * from dbo.SalesPerson&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;select * from Sales.SalesPerson&lt;/div&gt;&lt;/div&gt;</description>
                        <pubDate>Fri, 13 Apr 2012 13:50:19 +0900</pubDate>
                        <category>차주언</category>
                        <category>SQL</category>
                        <category>synonym</category>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>로컬 변수 @local_variable</title>
            <dc:creator>이상현(애아범)</dc:creator>
            <link>http://www.sqler.com/489906</link>
			
            <guid isPermaLink="true">http://www.sqler.com/489906</guid>
                        <comments>http://www.sqler.com/489906#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;DotumChe&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); &quot;&gt;﻿로컬변수가 이렇게 주로 사용했었는데요.&lt;/span&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom: 0.0001pt; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 9.5pt; &quot;&gt;declare&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 9.5pt; &quot;&gt; &lt;span style=&quot;color:teal&quot;&gt;@a&lt;/span&gt; varchar&lt;span style=&quot;color:gray&quot;&gt;(&lt;/span&gt;100&lt;span style=&quot;color:gray&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom: 0.0001pt; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 9.5pt; &quot;&gt;set&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 9.5pt; &quot;&gt; &lt;span style=&quot;color:teal&quot;&gt;@a&lt;/span&gt; &lt;span style=&quot;color:gray&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color:red&quot;&gt;&apos;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 9.5pt; color: red; &quot;&gt;애아범&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 9.5pt; color: red; &quot;&gt;&apos;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;&lt;br /&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;&lt;br /&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); &quot;&gt;﻿변수이름을 명시 하지 않고 골뱅이로만 변수 선언 및 사용이 됩니다.&lt;/span&gt;&lt;br /&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;&lt;br /&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;declare&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:DotumChe;
mso-font-kerning:0pt&quot;&gt; &lt;span style=&quot;color:teal&quot;&gt;@&lt;/span&gt; &lt;span style=&quot;color:blue&quot;&gt;int&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;

&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;set&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:DotumChe;
mso-font-kerning:0pt&quot;&gt; &lt;span style=&quot;color:teal&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color:
gray&quot;&gt;=100&lt;o:p&gt;&lt;/o:p&gt;

&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:
DotumChe;color:blue;mso-font-kerning:0pt&quot;&gt;select&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:DotumChe;
mso-font-kerning:0pt&quot;&gt; &lt;span style=&quot;color:teal&quot;&gt;@&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:DotumChe;
mso-font-kerning:0pt&quot;&gt;&lt;span style=&quot;color:teal&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:DotumChe;
mso-font-kerning:0pt&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); &quot;&gt;SQL SERVER 2000 ~ SQL SERVER 2012까지 다 됩니다.&lt;/span&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:9.5pt;font-family:DotumChe;mso-bidi-font-family:DotumChe;
mso-font-kerning:0pt&quot;&gt;&lt;span style=&quot;color:teal&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;font color=&quot;#008080&quot; face=&quot;DotumChe&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); &quot;&gt;정말신기하네요..&lt;/span&gt;&lt;/font&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;font color=&quot;#008080&quot; face=&quot;DotumChe&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;font color=&quot;#008080&quot; face=&quot;DotumChe&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0); &quot;&gt;그런데 이렇게 사용하시면 안됩니다.&lt;/span&gt;&lt;/font&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;
text-align:left;line-height:normal;mso-layout-grid-align:none;word-break:keep-all&quot;&gt;&lt;font color=&quot;#008080&quot; face=&quot;DotumChe&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;p&gt;


&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Tue, 10 Apr 2012 19:11:19 +0900</pubDate>
                                    <slash:comments>9</slash:comments>
                    </item>
                <item>
            <title>SQL Server 2012 Sample Database AdventureWorks 2012 Download</title>
            <dc:creator>쓸만한게없네(윤선식)</dc:creator>
            <link>http://www.sqler.com/488908</link>
			
            <guid isPermaLink="true">http://www.sqler.com/488908</guid>
                        <comments>http://www.sqler.com/488908#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;[쓸만한게없네] 윤선식입니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SQL Server Sample Database 따로 다운로드받아야 하는 건 아시죠?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;다음 페이지에서 다운로드받으실 수 있습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://msftdbprodsamples.codeplex.com/releases/view/55330&quot;&gt;http://msftdbprodsamples.codeplex.com/releases/view/55330&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;MDF만 별도로 다운로드받을 수 있으므로, Attach해서 사용하시면 됩니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SQL Server 2008 R2 는 다음 페이지를 참조하세요.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://msftdbprodsamples.codeplex.com/releases/view/59211&quot;&gt;http://msftdbprodsamples.codeplex.com/releases/view/59211&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;347707&quot;&gt;http://www.sqler.com/347707&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Thu, 05 Apr 2012 14:32:06 +0900</pubDate>
                        <category>SQL Server 2012 Sample Database</category>
                                </item>
                <item>
            <title>SQL Server 2012 Feature Pack Page</title>
            <dc:creator>쓸만한게없네(윤선식)</dc:creator>
            <link>http://www.sqler.com/488108</link>
			
            <guid isPermaLink="true">http://www.sqler.com/488108</guid>
                        <comments>http://www.sqler.com/488108#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;[쓸만한게없네] 윤선식입니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SQL Server 2012 Feature Pack Page 소개합니다.&lt;/p&gt;
&lt;p&gt;물론, 이미 페이지가 나온 지는 거의 한 달이 다 되어갑니다만(2012년 3월 6일 게시)&lt;/p&gt;
&lt;p&gt;의외로 모르시는 분들이 많은 듯 합니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;영문 : &lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?id=29065&quot;&gt;http://www.microsoft.com/download/en/details.aspx?id=29065&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;한글 : &lt;a href=&quot;http://www.microsoft.com/downloads/ko-kr/details.aspx?familyid=327cda8d-2ad7-43f9-9746-34ac718f658d&quot;&gt;http://www.microsoft.com/downloads/ko-kr/details.aspx?familyid=327cda8d-2ad7-43f9-9746-34ac718f658d&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;참고로.. 여기 나온 &quot;다운로드&quot; 버튼 누르시면 텍스트파일 하나만&amp;nbsp;받게 되고, 그 파일은 소개서입니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;FONT-SIZE: 13px&quot;&gt;실제 다운로드는 각 항목별로 받으셔야 합니다.&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;중요한 몇 가지만 소개해 보겠습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;SQL Server 2012 LocalDB&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- 해당 URL을 클릭하면, 예제 데이터베이스, SQL 2012 Express Edition, Management Studio 등을 설치할 수 있습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Excel용 SQL Server 2012 MDS 추가기능&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- Master Data Services 기능을 Excel에 Add in 합니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. SQL Server 2012 PowerPivot for Excel 2010&lt;/p&gt;
&lt;p&gt;&amp;nbsp; - Excel 용 PowerPivot입니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4. 기타 ADOMD.NET, AS_OLEDB, AMO 등 SSAS 관련 기능들&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;5. SSRS용 구성요소&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;6.  Shared Management Objects &lt;/p&gt;
&lt;p&gt;&amp;nbsp; -SMO( SQL Server Management Object)는 SQL Server 공유 구성요소입니다. &lt;/p&gt;
&lt;p&gt;&amp;nbsp; (간혹 SQL Server Management Studio 쪽 문제 발생 시 이것을 설치해서 해결될 수도 있습니다.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;7. SQL Server ODBC Driver for Linix V 1.0.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; - Linux용 SQL Server ODBC Driver입니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;8. SQL Server JDBC Driver 4.0&lt;/p&gt;
&lt;p&gt;&amp;nbsp; - JDK 5.0 / 6.0 을 지원하고,&amp;nbsp; IBM WebSpher 및 SAP NetWeaver를 사용한다면 반드시 최신 드라이버를 다운로드 받아야 합니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; (JDBC Driver가 최신이 아니면 SQL Server 2012의 주요기능을 사용할 수 없습니다.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;9. SQL Server Migration Assistant (SSMA)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; - 최신 SSMA가 함께 발표되었습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; - Access용, MySQL용, Oracle용, Sysbase용 등이 있습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10. SQL Server Upgrade Advisor(SSUA)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; - 업그레이드 호환성을 확인해 주는 SSUA 최신버젼이 발표되었습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;그 외에도 여러 가지 기능들이 있지만, BI를 제외하고 일반적인 기능들 위주로 설명했습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Tue, 03 Apr 2012 09:39:04 +0900</pubDate>
                        <category>SQL Server 2012 Feature Pack</category>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>SQL Server 32bitMemory limit on Windows Server 2008r2 64bit</title>
            <dc:creator>jevida(강성욱)</dc:creator>
            <link>http://www.sqler.com/487714</link>
			
            <guid isPermaLink="true">http://www.sqler.com/487714</guid>
                        <comments>http://www.sqler.com/487714#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;h1 style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;SQL Server 32bitMemory limit on Windows Server 2008r2 64bit&lt;/font&gt;&lt;p&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h1&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Windows Server 64bit&lt;/span&gt;에서&lt;span lang=&quot;EN-US&quot;&gt; SQL Server 2005 32bit&lt;/span&gt;를 설치 하였을 때&lt;span lang=&quot;EN-US&quot;&gt; AWE&lt;/span&gt;를통하여&lt;span lang=&quot;EN-US&quot;&gt; 4GB &lt;/span&gt;이상 메모리를 사용할 수 있을까&lt;span lang=&quot;EN-US&quot;&gt;?&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;결론은 가능하다&lt;span lang=&quot;EN-US&quot;&gt;!&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;AWE&lt;/span&gt;는&lt;span lang=&quot;EN-US&quot;&gt; 32bit&lt;/span&gt;에서&lt;span lang=&quot;EN-US&quot;&gt; USER &lt;/span&gt;모드의 물리적 메모리 주소 공간을&lt;span lang=&quot;EN-US&quot;&gt; 3GB &lt;/span&gt;이상 사용해야 하는환경에서 사용하던 옵션이다&lt;span lang=&quot;EN-US&quot;&gt;. 64bit&lt;/span&gt;로 넘어오면서 사용할 수 있는 물리적 메모리 주소공간이 증가하면서&lt;span lang=&quot;EN-US&quot;&gt; AWE&lt;/span&gt;옵션은 사실상 불필요해 졌다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;table style=&quot;border: currentColor; border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;&quot; class=&quot;MsoTableGrid&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;mso-yfti-irow: 0; mso-yfti-firstrow: yes;&quot;&gt;&lt;td style=&quot;padding: 0cm 5.4pt; border: 1pt solid windowtext; width: 230.6pt; background-color: transparent; mso-border-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;307&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;X64&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 230.6pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;307&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;8TB&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;mso-yfti-irow: 1; mso-yfti-lastrow: yes;&quot;&gt;&lt;td style=&quot;border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) windowtext windowtext; padding: 0cm 5.4pt; width: 230.6pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;307&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;IA64&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 230.6pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;307&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;7TB&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;그래서&lt;span lang=&quot;EN-US&quot;&gt; 64bit&lt;/span&gt;의&lt;span lang=&quot;EN-US&quot;&gt; SQLServer&lt;/span&gt;는 옵션에&lt;span lang=&quot;EN-US&quot;&gt; AWE&lt;/span&gt;옵션이 존재하지만 설정을 해도 자동으로 무시가 된다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;32bit&lt;/span&gt;에서는&lt;span lang=&quot;EN-US&quot;&gt; AWE&lt;/span&gt;를사용하는 환경에서 활성화 할 수 있는 옵션이다&lt;span lang=&quot;EN-US&quot;&gt;. 64bit&lt;/span&gt;로 넘어오면서&lt;span lang=&quot;EN-US&quot;&gt; AWE&lt;/span&gt;옵션이 의미가 없어졌지만&lt;span lang=&quot;EN-US&quot;&gt; Lock Page in Memory&lt;/span&gt;옵션은자동 활성화가 되지 않는다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;기본값이&lt;span lang=&quot;EN-US&quot;&gt; off&lt;/span&gt;로 설정이 되어있다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그래서&lt;span lang=&quot;EN-US&quot;&gt; 64bit SQL Server&lt;/span&gt;를 사용한다면이 옵션을 수동을 활성화 하는것을 권장하고 있다&lt;span lang=&quot;EN-US&quot;&gt;(SQL Server Internals 2008).&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h2 style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span style=&quot;line-height: 115%; font-size: 12pt; mso-bidi-font-size: 11.0pt;&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;테스트 환경&lt;span lang=&quot;EN-US&quot;&gt;.&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;Windows&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;p&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/128de9902189e85ef4fd129b3c62c056.png&quot; alt=&quot;1.png&quot; title=&quot;1.png&quot; class=&quot;iePngFix&quot; width=&quot;924&quot; height=&quot;640&quot; style=&quot;&quot; /&gt;
&lt;/p&gt;&lt;/span&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;SQL Server&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/348773dac68d5af50c338b44815d3ed8.png&quot; alt=&quot;2.png&quot; title=&quot;2.png&quot; class=&quot;iePngFix&quot; width=&quot;737&quot; height=&quot;213&quot; style=&quot;&quot; /&gt;
&lt;/p&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;TBL_A&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;p&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/963ed4f344aa6e68879246b7ff251f1d.png&quot; alt=&quot;3.png&quot; title=&quot;3.png&quot; class=&quot;iePngFix&quot; width=&quot;426&quot; height=&quot;142&quot; style=&quot;&quot; /&gt;
&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;h2 style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span style=&quot;line-height: 115%; font-size: 12pt; mso-bidi-font-size: 11.0pt;&quot; lang=&quot;EN-US&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;CASE 1. AWE ENABLE = 0, MAXSERVER MEMORY = 0&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;p&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/088cc0e2ec92666163ab98da4d6b14cb.png&quot; alt=&quot;4.png&quot; title=&quot;4.png&quot; class=&quot;iePngFix&quot; width=&quot;716&quot; height=&quot;260&quot; style=&quot;&quot; /&gt;
&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&amp;nbsp;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/87bb917fa8b042bb9ddd69ef1553a2d3.png&quot; alt=&quot;5.png&quot; title=&quot;5.png&quot; class=&quot;iePngFix&quot; width=&quot;510&quot; height=&quot;474&quot; style=&quot;&quot; /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/efef49f0d06eaa41a89fbe3ec47356b8.png&quot; alt=&quot;6.png&quot; title=&quot;6.png&quot; class=&quot;iePngFix&quot; width=&quot;697&quot; height=&quot;529&quot; style=&quot;&quot; /&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;
&lt;/font&gt;&lt;/p&gt;&lt;table style=&quot;border: currentColor; border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;&quot; class=&quot;MsoTableGrid&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;&quot;&gt;&lt;td style=&quot;padding: 0cm 5.4pt; border: 1pt solid windowtext; width: 461.2pt; background-color: transparent; mso-border-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;615&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal; word-break: keep-all; mso-layout-grid-align: none;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span style=&apos;color: blue; font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;SELECT&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&lt;/span&gt;physical_memory_in_bytes&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt; virtual_memory_in_bytes&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt;  bpool_committed&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&lt;/span&gt;bpool_commit_target&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt; bpool_visible&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal; word-break: keep-all; mso-layout-grid-align: none;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&apos;color: blue; font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;FROM&lt;/span&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt; &lt;span style=&quot;color: green;&quot;&gt;SYS.dm_os_sys_info&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;GO&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/9dda295747dc09127c34f64ba6ec69fc.png&quot; alt=&quot;7.png&quot; title=&quot;7.png&quot; class=&quot;iePngFix&quot; width=&quot;610&quot; height=&quot;479&quot; style=&quot;&quot; /&gt;
&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;table style=&quot;border: currentColor; border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;&quot; class=&quot;MsoTableGrid&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;&quot;&gt;&lt;td style=&quot;padding: 0cm 5.4pt; border: 1pt solid windowtext; width: 461.2pt; background-color: transparent; mso-border-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;615&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;AWE&lt;/span&gt;를 활성화 하지 않은 상태에서는&lt;span lang=&quot;EN-US&quot;&gt; 4GB &lt;/span&gt;이상  사용할 수 없다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;h2 style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span style=&quot;line-height: 115%; font-size: 12pt; mso-bidi-font-size: 11.0pt;&quot; lang=&quot;EN-US&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;CASE 2. AWE ENABLE = 1, MAXSERVER MEMORY = 6144&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&amp;nbsp;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/0205c0e6f8d48271fb4a3a04c2e1b28c.png&quot; alt=&quot;8.png&quot; title=&quot;8.png&quot; class=&quot;iePngFix&quot; width=&quot;513&quot; height=&quot;525&quot; style=&quot;&quot; /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/37c1f1639df801111d82969bd20bc28f.png&quot; alt=&quot;9.png&quot; title=&quot;9.png&quot; class=&quot;iePngFix&quot; width=&quot;759&quot; height=&quot;337&quot; style=&quot;&quot; /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/640d2d6d60164e9f3f8b5836d331e322.png&quot; alt=&quot;10.png&quot; title=&quot;10.png&quot; class=&quot;iePngFix&quot; width=&quot;757&quot; height=&quot;485&quot; style=&quot;&quot; /&gt;


&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;table style=&quot;border: currentColor; border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;&quot; class=&quot;MsoTableGrid&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;&quot;&gt;&lt;td style=&quot;padding: 0cm 5.4pt; border: 1pt solid windowtext; width: 461.2pt; background-color: transparent; mso-border-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;615&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; text-align: left; line-height: normal; word-break: keep-all; mso-layout-grid-align: none;&quot; class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;&lt;span style=&apos;color: blue; font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;SELECT&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; text-align: left; line-height: normal; word-break: keep-all; mso-layout-grid-align: none;&quot; class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&lt;/span&gt;physical_memory_in_bytes&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt; virtual_memory_in_bytes&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt;  bpool_committed&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; text-align: left; line-height: normal; word-break: keep-all; mso-layout-grid-align: none;&quot; class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&lt;/span&gt;bpool_commit_target&lt;span style=&quot;color: gray;&quot;&gt;,&lt;/span&gt; bpool_visible&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; text-align: left; line-height: normal; word-break: keep-all; mso-layout-grid-align: none;&quot; class=&quot;MsoNormal&quot; align=&quot;left&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&apos;color: blue; font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;FROM&lt;/span&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt; &lt;span style=&quot;color: green;&quot;&gt;SYS.dm_os_sys_info&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&apos;font-family: &quot;Courier New&quot;; mso-bidi-font-size: 10.0pt; mso-no-proof: yes; mso-font-kerning: 0pt;&apos; lang=&quot;EN-US&quot;&gt;GO&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt; &lt;/p&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-no-proof: yes;&quot; lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/714/487/3b4c932c8695e7ef7e84b1950f8c8c7f.png&quot; alt=&quot;11.png&quot; title=&quot;11.png&quot; class=&quot;iePngFix&quot; width=&quot;752&quot; height=&quot;466&quot; style=&quot;&quot; /&gt;
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt; &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt; &lt;/font&gt;&lt;font face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;table style=&quot;border: currentColor; border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;&quot; class=&quot;MsoTableGrid&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;&quot;&gt;&lt;td style=&quot;padding: 0cm 5.4pt; border: 1pt solid windowtext; width: 461.2pt; background-color: transparent; mso-border-alt: solid windowtext .5pt;&quot; valign=&quot;top&quot; width=&quot;615&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 0pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;AWE&lt;/span&gt;를 활성화 상태에서는&lt;span lang=&quot;EN-US&quot;&gt; 4GB &lt;/span&gt;이상  사용 가능 하다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;맑은 고딕&quot;&gt; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;참고 자료&lt;/p&gt;&lt;p&gt;&lt;a class=&quot;con_link&quot; href=&quot;http://technet.microsoft.com/ko-kr/library/ms187499.aspx&quot; target=&quot;_blank&quot;&gt;http://technet.microsoft.com/ko-kr/library/ms187499.aspx&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h2 style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span style=&quot;line-height: 115%; font-size: 12pt; mso-bidi-font-size: 11.0pt;&quot; lang=&quot;EN-US&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;삽질 비하인드...&lt;/font&gt;&lt;p&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;처음&lt;span lang=&quot;EN-US&quot;&gt; AWE ENABLE 1&lt;/span&gt;을 지정하였을 때&lt;span lang=&quot;EN-US&quot;&gt; 4GB&lt;/span&gt;이상 사용하지 못함&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Trace flag &lt;/span&gt;옵션을 사용해도&lt;span lang=&quot;EN-US&quot;&gt;4GB&lt;/span&gt;이상 사용을 하지 못함&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;SQL &lt;/span&gt;서비스 재시작을 하여도&lt;span lang=&quot;EN-US&quot;&gt;4GB&lt;/span&gt;이상 사용 하지 못함&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt; &lt;/p&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;삽질 끝에 재부팅..&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;p style=&quot;margin: 0cm 0cm 10pt;&quot; class=&quot;MsoNormal&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;시스템 재부팅 후&lt;span lang=&quot;EN-US&quot;&gt; AWE &lt;/span&gt;옵션만으로도&lt;span lang=&quot;EN-US&quot;&gt; 4GB &lt;/span&gt;이상 사용가능&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;메모리 조각화로 인하여 할당을 받지 못한 듯&lt;span lang=&quot;EN-US&quot;&gt;..&lt;/span&gt;...&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;맑은 고딕&quot;&gt;&lt;div class=&quot;autosourcing-stub&quot;&gt;&lt;/div&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;</description>
                        <pubDate>Sat, 31 Mar 2012 12:30:18 +0900</pubDate>
                                </item>
                <item>
            <title>SSMS 로그인 입력창 히스토리 지우기+애드인</title>
            <dc:creator>jn</dc:creator>
            <link>http://www.sqler.com/487544</link>
			
            <guid isPermaLink="true">http://www.sqler.com/487544</guid>
                        <comments>http://www.sqler.com/487544#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;검색하다가 공부하게 된 부분을 공유드립니다.,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SSMS에 로그인하고 나면&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/544/487/254f70a7d6f642eac6a1de0db4702880.png&quot; alt=&quot;제목 없음.png&quot; title=&quot;제목 없음.png&quot; class=&quot;iePngFix&quot; width=&quot;540&quot; height=&quot;365&quot; style=&quot;&quot; /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;저 창에 서버주소, 아이디등이 남지요?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;해당 정보는 아래의 파일에 저장됩니다.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;u&gt;2008의 경우는 환경설정 정보까지 같이 저장됩니다&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;u&gt;윈Vista이상&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;SQL2008&lt;/strong&gt; C:\Users\계정이름\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.bin&lt;/p&gt;&lt;p&gt;&lt;strong&gt;SQL2005&lt;/strong&gt; C:\Users\계정이름\AppData\Roaming\Microsoft\Microsoft SQL Server\90\Tools\Shell\mru.dat&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;u&gt;윈XP&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;SQL2008&lt;/strong&gt;&amp;nbsp;C:\Documents and Settings\계정이름\Application Data\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.bin&lt;/p&gt;&lt;p&gt;&lt;strong&gt;SQL2005&lt;/strong&gt; C:\Documents and Settings\계정이름\Application Data\Microsoft\Microsoft SQL Server\90\Tools\Shell\mru.dat&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;해당 파일의 정보를 SSMS시작시 로드했다가 끌 때 다시 기록합니다. 따라서 SSMS를 켜기 전에 해당 파일을 삭제하면 기록이 초기화 됩니다.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;매번 수동으로 삭제해주긴 힘드니, SSMS가 시작할때와 끝날때 해당 파일을 삭제하는 애드인을 만들어 보았습니다만&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;컴퓨터속도때문인지 SSMS가 해당파일을 로딩하고나서 지우거나, 아니면 해당파일을 삭제한후 다시 기록하는 케이스도 있더군요.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;둘다 해당하는 케이스는 어쩔수가 없더군요...ㅎㅎ ssms 프로세스를 보고있다가 끝나면 꺼주는 식으로 짜야될것같은데.. 고민해 보겠습니다.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://code.google.com/p/jn-ssms-addin/downloads/detail?name=Setup_LoginHistoryRemover.msi&amp;amp;can=2&amp;amp;q=#makechanges&quot;&gt;http://code.google.com/p/jn-ssms-addin/downloads/detail?name=Setup_LoginHistoryRemover.msi&amp;amp;can=2&amp;amp;q=#makechanges&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;애드인 설치파일 다운받을수있는 주소입니다.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://jn-ssms-addin.googlecode.com/svn/trunk/&quot;&gt;http://jn-ssms-addin.googlecode.com/svn/trunk/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;소스코드 svn 주소입니다.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2008 R2환경 몇 대에서 밖에 테스트 못해봐서, 문제가 많이 있을것 같습니다만.. 같이 공부하자는 차원에서 올려 봅니다~&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Fri, 30 Mar 2012 15:03:05 +0900</pubDate>
                                    <slash:comments>9</slash:comments>
                    </item>
                <item>
            <title>SQL2012 서비스 시작계정 변경된 부분</title>
            <dc:creator>열이</dc:creator>
            <link>http://www.sqler.com/486944</link>
			
            <guid isPermaLink="true">http://www.sqler.com/486944</guid>
                        <comments>http://www.sqler.com/486944#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;SQL Server 2012 에서 서비스 시작계정 설정이 변경되었습니다.&lt;/p&gt;
&lt;p&gt;아래와 같이 기본으로 특수그룹계정이 시작계정으로 설정됩니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: red; FONT-SIZE: 9pt&quot;&gt;이제 더 이상 서비스 시작계정이 필요없습니다&lt;span lang=&quot;EN-US&quot;&gt;.!!!&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: red; FONT-SIZE: 9pt&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot; lang=&quot;EN-US&quot;&gt;
&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/b&gt;&lt;font color=&quot;#333333&quot; size=&quot;3&quot; face=&quot;굴림&quot;&gt;&amp;nbsp; &lt;/font&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;font color=&quot;#333333&quot; size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot; lang=&quot;EN-US&quot;&gt;
&lt;p&gt;&lt;font color=&quot;#333333&quot; size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;/span&gt;
&lt;p&gt;&lt;font color=&quot;#333333&quot; size=&quot;3&quot; face=&quot;굴림&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot;&gt;대신&lt;span lang=&quot;EN-US&quot;&gt; SQL Server &lt;/span&gt;전용 특수 계정그룹 삭제하거나 임의로 암호 바꾸면&lt;span lang=&quot;EN-US&quot;&gt; GG &lt;/span&gt;칩니다…&lt;span lang=&quot;EN-US&quot;&gt;-.-;; 
&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot;&gt;아직 다시 추가하는 방법은 모릅니다.&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot;&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot;&gt;Windows Server 2008 R2 + SQL Server 2012 RTM 기준입니다.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;/span&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot;&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체; COLOR: #1f497d; FONT-SIZE: 9pt&quot;&gt;&lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/944/486/541ef4c8ca264c5a834dd83d46df8a08.jpg&quot; alt=&quot;RTM_설치화면_서비스계정설정화면.jpg&quot; title=&quot;RTM_설치화면_서비스계정설정화면.jpg&quot; width=&quot;958&quot; height=&quot;615&quot; style=&quot;&quot; /&gt; &lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/944/486/09573199c57315ff000e0dbc9b290c0e.jpg&quot; alt=&quot;RTM_보안_로그인화면.jpg&quot; title=&quot;RTM_보안_로그인화면.jpg&quot; width=&quot;1024&quot; height=&quot;728&quot; style=&quot;&quot; /&gt; &lt;img src=&quot;http://www.sqler.com/files/attach/images/123574/944/486/c4dfb96b4cbd21ad127b96fb3f7e9370.jpg&quot; alt=&quot;RTM_구성관리자.jpg&quot; title=&quot;RTM_구성관리자.jpg&quot; width=&quot;1024&quot; height=&quot;728&quot; style=&quot;&quot; /&gt; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Thu, 29 Mar 2012 13:03:34 +0900</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>Great SQL Server Debates: Buffer Cache Hit Ratio (발번역)</title>
            <dc:creator>열이</dc:creator>
            <link>http://www.sqler.com/486932</link>
			
            <guid isPermaLink="true">http://www.sqler.com/486932</guid>
                        <comments>http://www.sqler.com/486932#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;원문: &lt;a href=&quot;http://www.simple-talk.com/sql/database-administration/great-sql-server-debates-buffer-cache-hit-ratio/&quot;&gt;http://www.simple-talk.com/sql/database-administration/great-sql-server-debates-buffer-cache-hit-ratio/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;내공이 부족해서 발번역 수정해주실분 적극 환영합니다..&lt;/p&gt;
&lt;p&gt;특히 이상한 번역부분 수정해주실분 대환영 입니다.!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Thu, 29 Mar 2012 12:58:10 +0900</pubDate>
                                    <slash:comments>4</slash:comments>
                    </item>
            </channel>
</rss>

