<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>TIGERJUNE'S Foundation</title>
		<link>http://tigerjune.tistory.com/</link>
		<description>세계 속의 동양인 그래 나는 한국인 시베리아를 누비고 다니는 조선호랑이의 주인 기나긴 세월 속에 태어난 알라딘 보다 강한 의지의 신 고구려인</description>
		<language>ko</language>
		<pubDate>Mon, 23 Apr 2012 10:55:44 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>TIGERJUNE</managingEditor>
		<image>
			<title>TIGERJUNE'S Foundation</title>
			<url>http://cfs.tistory.com/attach/5364/1317567798.jpg</url>
			<link>http://tigerjune.tistory.com</link>
			<description>세계 속의 동양인 그래 나는 한국인 시베리아를 누비고 다니는 조선호랑이의 주인 기나긴 세월 속에 태어난 알라딘 보다 강한 의지의 신 고구려인</description>
		</image>
		<item>
			<title>VS 2005 SP1에서 웹사이트 루트를 &quot;/&quot;로 만들기</title>
			<link>http://tigerjune.tistory.com/154</link>
			<description>원문 : http://weblogs.asp.net/scottgu/archive/2006/12/19/tip-trick-how-to-run-a-root-site-with-the-local-web-server-using-vs-2005-sp1.aspx ------------------------------------------ 내가 자주 받는 질문 중의 하나는 ASP.NET 웹사이트 프로젝트의 루트를 &quot;/&quot;로 할 수 있냐는 것이다. VS 웹서버나 VS 20..</description>
			<category>ASP.NET-C#</category>
			<category>ASP.NET</category>
			<category>Visual Studio 2005</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/154</guid>
			<comments>http://tigerjune.tistory.com/154#entry154comment</comments>
			<pubDate>Fri, 22 Dec 2006 15:35:34 +0900</pubDate>
		</item>
		<item>
			<title>보낼 편지함에서 메일이 걸리는 문제를 해결하는 방법</title>
			<link>http://tigerjune.tistory.com/152</link>
			<description>보낼 편지함에서 메일이 걸리는 문제를 해결하는 방법 http://support.microsoft.com/kb/195922/ko 요약 경우에 따라 보낸 메일이 보낼 편지함 폴더로 이동하지만 보낸 편지함 폴더로는 이동하지 않을 수 있습니다. 이 문서에서는 Microsoft Outlook에서 보낼 편지함에 남아 있는 메일 문제를 해결하는 방법을 설명합니다. 위로 가기 추가 정보 다음과 같은 원인으로 인해 메일이 보낼 편지함에 남아 있을 수 있습니다. 보내..</description>
			<category>인터넷</category>
			<category>아웃룩</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/152</guid>
			<comments>http://tigerjune.tistory.com/152#entry152comment</comments>
			<pubDate>Tue, 19 Dec 2006 16:43:34 +0900</pubDate>
		</item>
		<item>
			<title>Rownumber 붙여서 보기</title>
			<link>http://tigerjune.tistory.com/145</link>
			<description>다음은 결과에 순번(rownumber)를 추가하여 보여주는 방법입니다. USE Pubs go SELECT ( SELECT COUNT(*) FROM authors e2 WHERE e2.au_id &lt;= e.au_id ) AS rownumber , au_id, au_lname FROM authors e ORDER BY au_id [실행 결과] rownumber au_id au_lname ----------- ----------- --------------..</description>
			<category>MS-SQL</category>
			<category>MSSQL</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/145</guid>
			<comments>http://tigerjune.tistory.com/145#entry145comment</comments>
			<pubDate>Mon, 04 Dec 2006 16:29:19 +0900</pubDate>
		</item>
		<item>
			<title>쿠폰 시리얼 번호 생성때 써먹을만한것</title>
			<link>http://tigerjune.tistory.com/140</link>
			<description>select top 150000 newID() as code select top 150000 newID() as code from sysobjects select top 150000 newID() as code from sysobjects ta, sysobjects tb select top 150000 newID() as code from sysobjects ta, sysobjects tb, sysobjects tc select X.code from..</description>
			<category>MS-SQL</category>
			<category>SQL</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/140</guid>
			<comments>http://tigerjune.tistory.com/140#entry140comment</comments>
			<pubDate>Thu, 23 Nov 2006 18:43:16 +0900</pubDate>
		</item>
		<item>
			<title>Enterprise Library for .NET Framework 2.0</title>
			<link>http://tigerjune.tistory.com/139</link>
			<description>Enterprise Library for .NET Framework 2.0 This release of Enterprise Library for .NET Framework 2.0 includes: Caching Application Block, Cryptography Application Block, Data Access Application Block, Exception Handling Application Block, Logging Applica..</description>
			<category>ASP.NET-C#</category>
			<category>ASP.NET</category>
			<category>c#</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/139</guid>
			<comments>http://tigerjune.tistory.com/139#entry139comment</comments>
			<pubDate>Mon, 30 Oct 2006 19:19:38 +0900</pubDate>
		</item>
		<item>
			<title>프로시저 최적화</title>
			<link>http://tigerjune.tistory.com/138</link>
			<description>set ANSI_NULLS OFF set QUOTED_IDENTIFIER OFF GO ALTER Proc [dbo].[up_AccountRejoin] /* //////////////////////////////////////////////////////////////////////// // 수정이전 프로시저 //////////////////////////////////////////////////////////////////////// */ @Use..</description>
			<category>MS-SQL</category>
			<category>SQL</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/138</guid>
			<comments>http://tigerjune.tistory.com/138#entry138comment</comments>
			<pubDate>Fri, 27 Oct 2006 14:55:38 +0900</pubDate>
		</item>
		<item>
			<title>DBA 관리용 시스템 프로시저</title>
			<link>http://tigerjune.tistory.com/137</link>
			<description>-- sp_table0 -- 디폴트로 유저 테이블을, 그외 시스템과 뷰를 보여준다. -- 파라미터로는 'system','view','all'이 있다. -- sp_column0 'dbo.user_t' -- 해당 테이블의 컬럼을 보여준다 -- 파라미터로는 테이블명을 입력해야 한다. -- sp_block0 -- 블러킹 대상과 블러킹된 대상리스트, BUFFER내의 데이터를 보여준다. -- sp_server0 -- 서버의 기본 정보를 보여준다. -- sp_d..</description>
			<category>MS-SQL</category>
			<category>MSSQL</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/137</guid>
			<comments>http://tigerjune.tistory.com/137#entry137comment</comments>
			<pubDate>Thu, 26 Oct 2006 14:51:10 +0900</pubDate>
		</item>
		<item>
			<title>테이블 및 컬럼에 설명을 넣어보자</title>
			<link>http://tigerjune.tistory.com/136</link>
			<description>--테이블 및 컬럼에 설명을 넣어보자 --tbl_01 테이블 설명 추가 exec sp_addextendedproperty N'MS_Description', N'01테이블', N'user', N'dbo', N'table', N'tbl_01' GO --tbl_01 테이블의 f_col1컬럼 설명 추가 exec sp_addextendedproperty N'MS_Description', N'첫컬럼', N'user', N'dbo', N'table', N'tbl..</description>
			<category>MS-SQL</category>
			<category>MSSQL</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/136</guid>
			<comments>http://tigerjune.tistory.com/136#entry136comment</comments>
			<pubDate>Wed, 25 Oct 2006 20:17:14 +0900</pubDate>
		</item>
		<item>
			<title>이유없이 소스보기가 안될때</title>
			<link>http://tigerjune.tistory.com/135</link>
			<description>인터넷을 이용하다 보면, 해당 웹페이지가 소스보기를 막아두지도 않았건만 이유없이 소스보기가 안될때가 있지. 이럴때 문제 해결법은 간단하다. 단지 인터넷임시파일을 지워주기만 하면된다. 그래도 안된다면 쿠키까지 삭제</description>
			<category>인터넷</category>
			<category>웹팁</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/135</guid>
			<comments>http://tigerjune.tistory.com/135#entry135comment</comments>
			<pubDate>Thu, 19 Oct 2006 12:14:02 +0900</pubDate>
		</item>
		<item>
			<title>DBCC 사용</title>
			<link>http://tigerjune.tistory.com/132</link>
			<description>유지 관리 문 DBCC DBREINDEX DBCC DBREPAIR DBCC INDEXDEFRAG DBCC SHRINKDATABASE DBCC SHRINKFILE DBCC UPDATEUSAGE 기타 문 DBCC dllname (FREE) DBCC HELP DBCC PINTABLE DBCC ROWLOCK DBCC TRACEOFF DBCC TRACEON DBCC UNPINTABLE 상태 문 DBCC INPUTBUFFER DBCC OPENTRAN DBCC..</description>
			<category>MS-SQL</category>
			<category>MSSQL</category>
			<author>TIGERJUNE</author>
			<guid>http://tigerjune.tistory.com/132</guid>
			<comments>http://tigerjune.tistory.com/132#entry132comment</comments>
			<pubDate>Wed, 11 Oct 2006 14:48:24 +0900</pubDate>
		</item>
	</channel>
</rss>
