<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>It&#039;s me</title>
	<atom:link href="http://rothmans.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rothmans.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 07 Dec 2011 13:28:01 +0000</lastBuildDate>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rothmans.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>It&#039;s me</title>
		<link>http://rothmans.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rothmans.wordpress.com/osd.xml" title="It&#039;s me" />
	<atom:link rel='hub' href='http://rothmans.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The SQL Server 2005 Express Tools are installed. To continue, remove the SQL Server 2005 Express Tools.</title>
		<link>http://rothmans.wordpress.com/2011/02/11/the-sql-server-2005-express-tools-are-installed-to-continue-remove-the-sql-server-2005-express-tools/</link>
		<comments>http://rothmans.wordpress.com/2011/02/11/the-sql-server-2005-express-tools-are-installed-to-continue-remove-the-sql-server-2005-express-tools/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 01:33:50 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=152</guid>
		<description><![CDATA[기존 SQL Server 2005 Express 를 제거하고 SQL Server 2008 Express 할 때 설치 과정의 설치 규칙을 확인하는 부분에서 다음과 같은 에러 메시지가 발생하는 경우가 있습니다. SQL Server 2005 Express Tools가 설치되어 있습니다. 계속하려면 SQL Server 2005 Express Tools를 제거하십시오. The SQL Server 2005 Express Tools are installed. To continue, remove the SQL Server 2005 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=152&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2011/02/11/the-sql-server-2005-express-tools-are-installed-to-continue-remove-the-sql-server-2005-express-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLPlus를 사용하여 오라클 전체 Schema 추출</title>
		<link>http://rothmans.wordpress.com/2010/04/26/sqlplus%eb%a5%bc-%ec%82%ac%ec%9a%a9%ed%95%98%ec%97%ac-%ec%98%a4%eb%9d%bc%ed%81%b4-%ec%a0%84%ec%b2%b4-schema-%ec%b6%94%ec%b6%9c/</link>
		<comments>http://rothmans.wordpress.com/2010/04/26/sqlplus%eb%a5%bc-%ec%82%ac%ec%9a%a9%ed%95%98%ec%97%ac-%ec%98%a4%eb%9d%bc%ed%81%b4-%ec%a0%84%ec%b2%b4-schema-%ec%b6%94%ec%b6%9c/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 01:53:01 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[XE]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[SQLPLUS]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=146</guid>
		<description><![CDATA[set pagesize 0 set long 90000 set termout off set feedback off set echo off &#8211; schema.sql 파일로 DUMP spool schema.sql &#8211; 임시 테이블 (BIN$&#8230;) 과 &#8220;PACKAGE BODY&#8221;를 제외한 전체 객체 가져오기 SELECT   dbms_metadata.GET_DDL(u.object_type,u.object_name) FROM   user_objects u WHERE       object_id IS NOT NULL   AND object_type != &#8216;PACKAGE BODY&#8217;   AND object_name NOT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=146&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2010/04/26/sqlplus%eb%a5%bc-%ec%82%ac%ec%9a%a9%ed%95%98%ec%97%ac-%ec%98%a4%eb%9d%bc%ed%81%b4-%ec%a0%84%ec%b2%b4-schema-%ec%b6%94%ec%b6%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>[SP] 기존 정보가 있으면 UPDATE, 없으면 INSERT</title>
		<link>http://rothmans.wordpress.com/2010/04/13/sp-%ea%b8%b0%ec%a1%b4-%ec%a0%95%eb%b3%b4%ea%b0%80-%ec%9e%88%ec%9c%bc%eb%a9%b4-update-%ec%97%86%ec%9c%bc%eb%a9%b4-insert/</link>
		<comments>http://rothmans.wordpress.com/2010/04/13/sp-%ea%b8%b0%ec%a1%b4-%ec%a0%95%eb%b3%b4%ea%b0%80-%ec%9e%88%ec%9c%bc%eb%a9%b4-update-%ec%97%86%ec%9c%bc%eb%a9%b4-insert/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 04:39:15 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=144</guid>
		<description><![CDATA[CREATE PROCEDURE [dbo].[sp_InfoUpdate] (   @FIELD_1   varchar(10),   @FIELD_2   varchar(10),   @FIELD_3   varchar(10) ) AS BEGIN  SET NOCOUNT ON   SET XACT_ABORT ON   DECLARE @error int, @rowcount int   BEGIN TRAN     &#8212; 전달된 인자로 UPDATE 를 시도한다     UPDATE [dbo].[tbl_TABLENAME]        SET FIELD_2 = @FIELD_2,            FIELD_3 = @FIELD_3      WHERE FIELD_1 = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=144&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2010/04/13/sp-%ea%b8%b0%ec%a1%b4-%ec%a0%95%eb%b3%b4%ea%b0%80-%ec%9e%88%ec%9c%bc%eb%a9%b4-update-%ec%97%86%ec%9c%bc%eb%a9%b4-insert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle XE Tuning</title>
		<link>http://rothmans.wordpress.com/2009/10/20/oracle-xe-tuning/</link>
		<comments>http://rothmans.wordpress.com/2009/10/20/oracle-xe-tuning/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:17:11 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=135</guid>
		<description><![CDATA[오라클 XE 버전은 간단하고 쉽게 데이터베이스 작업을 시작할 수 있습니다. 그러나 기본 설정에서 몇가지를 확장할 필요성이 있습니다. 데이터베이스 세션 한번에 핸들할 수 있는 데이터베이스 세션 수를 증가합니다.  데이터베이스에 보다 많은 사용자의 접근이 가능하게 합니다   sqlplus /nolog SQL&#62; show parameters sessions SQL&#62; alter system set sessions=250 scope=spfile;   데이터베이스를 재시작하세요.   데이터베이스 프로세스 한번에 실행하는 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=135&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/10/20/oracle-xe-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-12516: TNS:리스너가 프로토콜 스택과 일치하는 처리기를 찾을 수 없습니다</title>
		<link>http://rothmans.wordpress.com/2009/10/20/ora-12516-tns%eb%a6%ac%ec%8a%a4%eb%84%88%ea%b0%80-%ed%94%84%eb%a1%9c%ed%86%a0%ec%bd%9c-%ec%8a%a4%ed%83%9d%ea%b3%bc-%ec%9d%bc%ec%b9%98%ed%95%98%eb%8a%94-%ec%b2%98%eb%a6%ac%ea%b8%b0%eb%a5%bc-%ec%b0%be/</link>
		<comments>http://rothmans.wordpress.com/2009/10/20/ora-12516-tns%eb%a6%ac%ec%8a%a4%eb%84%88%ea%b0%80-%ed%94%84%eb%a1%9c%ed%86%a0%ec%bd%9c-%ec%8a%a4%ed%83%9d%ea%b3%bc-%ec%9d%bc%ec%b9%98%ed%95%98%eb%8a%94-%ec%b2%98%eb%a6%ac%ea%b8%b0%eb%a5%bc-%ec%b0%be/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:49:40 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[XE]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=132</guid>
		<description><![CDATA[Korean: ORA-12516: TNS:리스너가 프로토콜 스택과 일치하는 처리기를 찾을 수 없습니다 English: ORA-12516, TNS:listener could not find available handler with matching protocol stack 다음 파일에서 굵게 표시된 부분으로 수정합니다 c:\oraclexe\app\oracle\product\10.2.0\server\config\scripts ############################################################################## # Copyright (c) 1991, 2005, Oracle. All rights reserved. ############################################################################## ########################################### # Cursors and Library Cache ########################################### open_cursors=300 ########################################### # Database Identification ########################################### db_name=XE ########################################### [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=132&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/10/20/ora-12516-tns%eb%a6%ac%ec%8a%a4%eb%84%88%ea%b0%80-%ed%94%84%eb%a1%9c%ed%86%a0%ec%bd%9c-%ec%8a%a4%ed%83%9d%ea%b3%bc-%ec%9d%bc%ec%b9%98%ed%95%98%eb%8a%94-%ec%b2%98%eb%a6%ac%ea%b8%b0%eb%a5%bc-%ec%b0%be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server &#8211; 중복되는 레코드 삭제</title>
		<link>http://rothmans.wordpress.com/2009/07/14/sql-server-%ec%a4%91%eb%b3%b5%eb%90%98%eb%8a%94-%eb%a0%88%ec%bd%94%eb%93%9c-%ec%82%ad%ec%a0%9c/</link>
		<comments>http://rothmans.wordpress.com/2009/07/14/sql-server-%ec%a4%91%eb%b3%b5%eb%90%98%eb%8a%94-%eb%a0%88%ec%bd%94%eb%93%9c-%ec%82%ad%ec%a0%9c/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 05:50:13 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=128</guid>
		<description><![CDATA[다음 코드는 중복되는 레코드를 삭제할 때 유용하다. 반드시 테이블은 identity 컬럼을 가져야 하며 중복되는 레코드를 판단하는 기준이된다. 이 예제에서 IDX는 identity 컬림이며, 중복을 확인할 필드명은 dup_col1, dup_col2, dup_col3 이다. DELETE FROM MyTABLE WHERE IDX NOT IN ( SELECT MAX(IDX) FROM MyTABLE GROUP BY dup_col1, dup_col2, dup_col3 )<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=128&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/07/14/sql-server-%ec%a4%91%eb%b3%b5%eb%90%98%eb%8a%94-%eb%a0%88%ec%bd%94%eb%93%9c-%ec%82%ad%ec%a0%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.</title>
		<link>http://rothmans.wordpress.com/2009/06/25/failed-to-generate-a-user-instance-of-sql-server-due-to-a-failure-in-starting-the-process-for-the-user-instance-the-connection-will-be-closed/</link>
		<comments>http://rothmans.wordpress.com/2009/06/25/failed-to-generate-a-user-instance-of-sql-server-due-to-a-failure-in-starting-the-process-for-the-user-instance-the-connection-will-be-closed/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 06:16:44 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=121</guid>
		<description><![CDATA[Visual Studio 2008과 Visual Studio 2008 Express Edition을 사용하고, ASP.NET의 App_Data 에 MDF 파일을 사용하려고 할때 다음과 같은 에러 메시지가 발생하는 경우가 있습니다 &#8220;사용자 인스턴스의 프로세스를 시작하지 못했기 때문에 SQL Server의 사용자 인스턴스를 생성하지 못했습니다. 연결이 닫힙니다.&#8221; “Failed to generate a user instance of SQL Server due to a failure in starting the process for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=121&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/06/25/failed-to-generate-a-user-instance-of-sql-server-due-to-a-failure-in-starting-the-process-for-the-user-instance-the-connection-will-be-closed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>Previous releases of Microsoft Visual Studio 2008</title>
		<link>http://rothmans.wordpress.com/2009/04/29/previous-releases-of-microsoft-visual-studio-2008/</link>
		<comments>http://rothmans.wordpress.com/2009/04/29/previous-releases-of-microsoft-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 04:54:03 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=117</guid>
		<description><![CDATA[Microsoft SQL 2008을 설치할 때 다음과 같이 Visual Studio 2008 SP1 을 요구하는 메시지가 표시됩니다. 규칙 &#8220;Microsoft Visual Studio 2008의 이전 릴리스 확인&#8221; 이 컴퓨터에 Microsoft Visual Studio 2008의 이전 릴리스가 설치되어 있습니다. SQL Server 2008을 설치하기 전에 Microsoft Visual Studio 2008을 SP1으로 업그레이드하십시오. Rule “Previous releases of Microsoft Visual Studio 2008″ failed. A previous [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=117&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/04/29/previous-releases-of-microsoft-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>IDE 상태에서 실행중인지 확인</title>
		<link>http://rothmans.wordpress.com/2009/04/08/ide-%ec%83%81%ed%83%9c%ec%97%90%ec%84%9c-%ec%8b%a4%ed%96%89%ec%a4%91%ec%9d%b8%ec%a7%80-%ed%99%95%ec%9d%b8/</link>
		<comments>http://rothmans.wordpress.com/2009/04/08/ide-%ec%83%81%ed%83%9c%ec%97%90%ec%84%9c-%ec%8b%a4%ed%96%89%ec%a4%91%ec%9d%b8%ec%a7%80-%ed%99%95%ec%9d%b8/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:32:26 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=113</guid>
		<description><![CDATA[첫번째 방법) Option Explicit Private Sub Form_Load()    Debug.Print RunningIDE End Sub Private Function RunningIDE() As Boolean     Debug.Assert Not TestIDE(RunningIDE) End Function Private Function TestIDE(Test As Boolean) As Boolean     Test = True End Function 두번째 방법) Public Function RunningCompiledCode() As Boolean    On Error Resume Next    Debug.Print 1 / 0    RunningCompiledCode [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=113&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/04/08/ide-%ec%83%81%ed%83%9c%ec%97%90%ec%84%9c-%ec%8b%a4%ed%96%89%ec%a4%91%ec%9d%b8%ec%a7%80-%ed%99%95%ec%9d%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>마지막 글자 제거</title>
		<link>http://rothmans.wordpress.com/2009/03/18/%eb%a7%88%ec%a7%80%eb%a7%89-%ea%b8%80%ec%9e%90-%ec%a0%9c%ea%b1%b0/</link>
		<comments>http://rothmans.wordpress.com/2009/03/18/%eb%a7%88%ec%a7%80%eb%a7%89-%ea%b8%80%ec%9e%90-%ec%a0%9c%ea%b1%b0/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 04:57:07 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=110</guid>
		<description><![CDATA[str.Substring(0, str.Length - 1);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&amp;blog=92825&amp;post=110&amp;subd=rothmans&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/03/18/%eb%a7%88%ec%a7%80%eb%a7%89-%ea%b8%80%ec%9e%90-%ec%a0%9c%ea%b1%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
	</channel>
</rss>
