<?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/"
	>

<channel>
	<title>mssql &#8211; Minhwan Record</title>
	<atom:link href="https://wp.goodzz.shop/tag/mssql/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.goodzz.shop</link>
	<description>기록</description>
	<lastBuildDate>Wed, 04 Oct 2023 05:50:19 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://wp.goodzz.shop/wp-content/uploads/2023/08/unnamed-150x150.jpg</url>
	<title>mssql &#8211; Minhwan Record</title>
	<link>https://wp.goodzz.shop</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[MSSQL] 테이블 복사 및 데이터 복사</title>
		<link>https://wp.goodzz.shop/dev/mssql/1225</link>
					<comments>https://wp.goodzz.shop/dev/mssql/1225#comments</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 05:30:38 +0000</pubDate>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[테이블복사]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=1225</guid>

					<description><![CDATA[1.테이블 복사 시에 데이터까지 복사할 경우 SELECT * INTO 복사할 TABLE명 FROM 원본 TABLE명 2.테이블 복사 시에 구조(데이터 제외)만 복사할 경우 SELECT * INTO 복사할 TABLE명 FROM 원본 TABLE명 WHERE 1 = 2 3.테이블이 존재하고 데이터만 복사할 경우 INSERT INTO 복사할 TABLE명 SELECT * FROM 원본 TABLE명 4.테이블이 존재하고 특정 데이터만 복사할 경우(WHERE절 추가) INSERT [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/mssql/1225/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>PHP + IIS + MSSQL</title>
		<link>https://wp.goodzz.shop/dev/php/1183</link>
					<comments>https://wp.goodzz.shop/dev/php/1183#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Thu, 21 Sep 2023 04:16:03 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=1183</guid>

					<description><![CDATA[PHP + MSSQL https://learn.microsoft.com/ko-kr/sql/connect/php/microsoft-php-driver-for-sql-server?view=sql-server-ver16 PHP + IIS https://learn.microsoft.com/ko-kr/iis/application-frameworks/scenario-build-a-php-website-on-iis/overview-build-a-php-website-on-iis]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/php/1183/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Classic ASP] 트랜잭션</title>
		<link>https://wp.goodzz.shop/dev/asp/938</link>
					<comments>https://wp.goodzz.shop/dev/asp/938#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Thu, 07 Sep 2023 08:34:55 +0000</pubDate>
				<category><![CDATA[classic ASP]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[롤백]]></category>
		<category><![CDATA[트랜잭션]]></category>
		<category><![CDATA[트랜젝션]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=938</guid>

					<description><![CDATA[원문 : https://mrb18.tistory.com/entry/ASP-DB-ROLLBACK-ASP-%ED%8A%B8%EB%9E%9C%EC%9E%AD%EC%85%98%EC%B2%98%EB%A6%AC]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp/938/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Classic ASP] 페이징을 위한 mssql 쿼리</title>
		<link>https://wp.goodzz.shop/dev/asp/671</link>
					<comments>https://wp.goodzz.shop/dev/asp/671#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Fri, 01 Sep 2023 07:14:59 +0000</pubDate>
				<category><![CDATA[classic ASP]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[쿼리]]></category>
		<category><![CDATA[페이징]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=671</guid>

					<description><![CDATA[&#60;% page_num = Request("page_num") scale = Request("scale") keyword = Request("keyword") p_act = Request("p_act") where = "WHERE 1=1 " If p_act &#60;&#62; "" Then where = where &#38; "AND p_act = "&#38; p_act If keyword &#60;&#62; "" Then where = where &#38; "AND p_title LIKE '%"&#38; keyword &#38;"%'" query = "SELECT *, total_count = COUNT(*) OVER() [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp/671/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Classic ASP] 레코드셋 가져오기 GetRows()</title>
		<link>https://wp.goodzz.shop/dev/asp/185</link>
					<comments>https://wp.goodzz.shop/dev/asp/185#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Thu, 17 Aug 2023 02:40:08 +0000</pubDate>
				<category><![CDATA[classic ASP]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[GetRows]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[레코드]]></category>
		<category><![CDATA[레코드셋]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=185</guid>

					<description><![CDATA[일반적인 레코드셋 Get strSQL = "SELECT ID, Name FROM users;" Set RS = Server.CreateObject("ADODB.Recordset") RS.Open strSQL, Conn ' 1 call to database If Not RS.EOF Then ' 1 call to database While Not RS.EOF ' n + 1 calls to database ID = RS("ID") ' n calls to database Name = RS("Name") ' n calls [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp/185/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
