<?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>sql server Archives - diditho.com</title>
	<atom:link href="https://diditho.com/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://diditho.com/tag/sql-server/</link>
	<description>&#34; Knowing is not enough we must apply. Willing is not enough we must do &#34; - Bruce Lee</description>
	<lastBuildDate>Tue, 28 Nov 2023 01:02:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://diditho.com/wp-content/uploads/2023/11/cropped-diditho-photo-logo-512-x-512-32x32.png</url>
	<title>sql server Archives - diditho.com</title>
	<link>https://diditho.com/tag/sql-server/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SQL Server 2012 : Manageability for Administrator</title>
		<link>https://diditho.com/2012/11/01/sql-server-2012-manageablity-for-administrator/</link>
					<comments>https://diditho.com/2012/11/01/sql-server-2012-manageablity-for-administrator/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Thu, 01 Nov 2012 07:45:10 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[berjamur]]></category>
		<category><![CDATA[berjamur di harddisk]]></category>
		<category><![CDATA[denali]]></category>
		<category><![CDATA[fitur sql server]]></category>
		<category><![CDATA[Manageablity for Administrator]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2012]]></category>
		<category><![CDATA[sql server 2012 denali]]></category>
		<category><![CDATA[sql server denali]]></category>
		<category><![CDATA[What's new]]></category>
		<category><![CDATA[yang baru di sql erver 2012]]></category>
		<guid isPermaLink="false">http://diditho.com/?p=2261</guid>

					<description><![CDATA[<p>Beberapa bulan lalu, pada acara SQL Server Meeting di kantor Microsoft Indonesia, saya mangajukan diri untuk membuat salah satu bab ebook &#8216;What&#8217;s New di SQL Server 2012. Saya mendapat jatah membuat materi Manageablity for Administrator Saya sudah menyelesaikan materi tersebut pada bulan Februari 2012. Ketika memulai membuat materi , SQL Server 2012 masih pada tahap... <span class="more"><a class="more-link" href="https://diditho.com/2012/11/01/sql-server-2012-manageablity-for-administrator/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2012/11/01/sql-server-2012-manageablity-for-administrator/">SQL Server 2012 : Manageability for Administrator</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2012/11/01/sql-server-2012-manageablity-for-administrator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shrink / Truncate Log File On SQL Server 2008</title>
		<link>https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/</link>
					<comments>https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/#comments</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 02:21:23 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[dbcc]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[recovery mode]]></category>
		<category><![CDATA[shrink]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[truncate]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=167</guid>

					<description><![CDATA[<p>The common T-SQL script to shrink/truncate log file is using the script below USE [foo] GO DBCC SHRINKFILE(foo_log, 1) But, if the script runs on SQL Server 2008 instance, it will fail. You still have the same log file size, nothing change (shrink) . In other word you cannot shrink the log file. To solve... <span class="more"><a class="more-link" href="https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/">Shrink / Truncate Log File On SQL Server 2008</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>CURSOR FETCH on SQL Server</title>
		<link>https://diditho.com/2010/06/22/cursor-fetch-on-sql-server/</link>
					<comments>https://diditho.com/2010/06/22/cursor-fetch-on-sql-server/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Tue, 22 Jun 2010 06:32:51 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[oltp]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=158</guid>

					<description><![CDATA[<p>although CURSOR and FETCH is classified as &#8216;evil&#8216; in SQL server, but sometimes we cannot avoid using it. Cause in some scenarios, pivot and other similiar method to perform looping and transformation is not sufficient enough. here&#8217;s a link of good example implementing cursor. all example copy from microsoft sites, http://msdn.microsoft.com/en-us/library/ms180152.aspx A. Using FETCH in... <span class="more"><a class="more-link" href="https://diditho.com/2010/06/22/cursor-fetch-on-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2010/06/22/cursor-fetch-on-sql-server/">CURSOR FETCH on SQL Server</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2010/06/22/cursor-fetch-on-sql-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SAP BW UD Connect and SQL Server Unicode Setting</title>
		<link>https://diditho.com/2010/03/01/sap-bw-ud-connect-and-sql-server-unicode-setting/</link>
					<comments>https://diditho.com/2010/03/01/sap-bw-ud-connect-and-sql-server-unicode-setting/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Mon, 01 Mar 2010 05:00:39 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[bw]]></category>
		<category><![CDATA[erp]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[olap]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[sap bw]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[ud connect]]></category>
		<category><![CDATA[unicode]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=146</guid>

					<description><![CDATA[<p>With UD Connect you can now integrate the data for the source object into SAP BW. You can either extract the data, load it into SAP BW and physically store it there, or, as long as the prerequisites for this are fulfilled, you can read the data directly in the source using a SAP RemoteCube.... <span class="more"><a class="more-link" href="https://diditho.com/2010/03/01/sap-bw-ud-connect-and-sql-server-unicode-setting/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2010/03/01/sap-bw-ud-connect-and-sql-server-unicode-setting/">SAP BW UD Connect and SQL Server Unicode Setting</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2010/03/01/sap-bw-ud-connect-and-sql-server-unicode-setting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Part 2 : Geometry dan Geography di SQL Server 2008</title>
		<link>https://diditho.com/2008/10/24/part-2-geometry-dan-geography-di-sql-server-2008/</link>
					<comments>https://diditho.com/2008/10/24/part-2-geometry-dan-geography-di-sql-server-2008/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 17:20:34 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[polygon]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[shp]]></category>
		<category><![CDATA[spatial]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql spatial]]></category>
		<category><![CDATA[union]]></category>
		<guid isPermaLink="false">http://diditho.com/?p=2194</guid>

					<description><![CDATA[<p>Ada 2 Jenis tipe data baru (spatial), pada SQL server 2008. Kedua jenis data tersebut adalah GEOMETRY dan GEOGRAPHY. 1. Geometry, pada permukaan datar. (Flat Earth Model). presentasi dari X dan Y 2. Geography, pada permukaan yang bulat. (Ellipsoidal Model). presentasi dari Latitude dan Lontitude. Lakukan Instalasi SQL Server 2008 (Tipe apa saja, termasuk Express)... <span class="more"><a class="more-link" href="https://diditho.com/2008/10/24/part-2-geometry-dan-geography-di-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2008/10/24/part-2-geometry-dan-geography-di-sql-server-2008/">Part 2 : Geometry dan Geography di SQL Server 2008</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2008/10/24/part-2-geometry-dan-geography-di-sql-server-2008/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Part 1 : Pengenalan Spatial Data Type di SQL Server 2008</title>
		<link>https://diditho.com/2008/10/24/part-1-pengenalan-spatial-data-type-di-sql-server-2008/</link>
					<comments>https://diditho.com/2008/10/24/part-1-pengenalan-spatial-data-type-di-sql-server-2008/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 17:01:45 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[polygon]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[shp]]></category>
		<category><![CDATA[spatial]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql spatial]]></category>
		<category><![CDATA[union]]></category>
		<guid isPermaLink="false">http://diditho.com/?p=2198</guid>

					<description><![CDATA[<p>Akhirnya Microsoft SQL Server 2008 mendukung tipe data spatial (keruangan). Sebelum memulai masuk ke bagian teknis ada baiknya kita sedikit berkenalan dahulu dengan data spatial. Data spatial (keruangan) dasarnya di bagi menjadi 2 bagian yaitu jenis data vektor dan satunya lagi jenis data raster. Jenis data vektor adalah &#8220;hasil&#8221; dari koordinat X,Y, Z untuk menggambarkan... <span class="more"><a class="more-link" href="https://diditho.com/2008/10/24/part-1-pengenalan-spatial-data-type-di-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2008/10/24/part-1-pengenalan-spatial-data-type-di-sql-server-2008/">Part 1 : Pengenalan Spatial Data Type di SQL Server 2008</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2008/10/24/part-1-pengenalan-spatial-data-type-di-sql-server-2008/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Part 3: Data Loading,Methods dan Sample GEOMETRY di SQL Server 2008</title>
		<link>https://diditho.com/2008/10/24/part-3-data-loadingmethods-dan-sample-geometry-di-sql-server-2008/</link>
					<comments>https://diditho.com/2008/10/24/part-3-data-loadingmethods-dan-sample-geometry-di-sql-server-2008/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 06:41:38 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[polygon]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[shp]]></category>
		<category><![CDATA[spatial]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql spatial]]></category>
		<category><![CDATA[union]]></category>
		<guid isPermaLink="false">http://diditho.com/?p=2191</guid>

					<description><![CDATA[<p>Pada tipe data GEOMETRY (lupakan dahulu GEOGRAPHY, agar tidak bingung), SQL Server 2008 memiliki 3 opsi loading data (membentuk data) : OGC Well Known Text (WKT), Well Known Binary (WKB) dan Geography Markup Language (GML). Sedangkan untuk mempresentasikan data, SQL Server memiliki beberapa Methods sesuai standart OGC dan beberapa yang sifatnya extended. Contoh Syntax WKT:... <span class="more"><a class="more-link" href="https://diditho.com/2008/10/24/part-3-data-loadingmethods-dan-sample-geometry-di-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2008/10/24/part-3-data-loadingmethods-dan-sample-geometry-di-sql-server-2008/">Part 3: Data Loading,Methods dan Sample GEOMETRY di SQL Server 2008</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2008/10/24/part-3-data-loadingmethods-dan-sample-geometry-di-sql-server-2008/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Step 4: Extraction, Loading SPATIAL Data Type</title>
		<link>https://diditho.com/2008/10/24/step-4-extraction-loading-spatial-data-type/</link>
					<comments>https://diditho.com/2008/10/24/step-4-extraction-loading-spatial-data-type/#comments</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 04:25:05 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[polygon]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[shp]]></category>
		<category><![CDATA[spatial]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql spatial]]></category>
		<category><![CDATA[union]]></category>
		<guid isPermaLink="false">http://diditho.com/?p=2188</guid>

					<description><![CDATA[<p>Pada tiga penjelasan sebelumnya, kita sudah berkenalan dengan jenis data spatial di SQL Server 2008. Topik berikunya mengenai load data spatial jenis shapefile(shp) ke dalam table SQL Server 2008. Mengapa saya memilih menyimpannya di SQL Server 2008 dibandingkan dengan penyimpanan format flat file macam shapefile (shp,idx,dbf) ? Berdasar pengalaman, data dalam bentuk tabular lebih mudah... <span class="more"><a class="more-link" href="https://diditho.com/2008/10/24/step-4-extraction-loading-spatial-data-type/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2008/10/24/step-4-extraction-loading-spatial-data-type/">Step 4: Extraction, Loading SPATIAL Data Type</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2008/10/24/step-4-extraction-loading-spatial-data-type/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Kill a lock process</title>
		<link>https://diditho.com/2008/07/18/18/</link>
					<comments>https://diditho.com/2008/07/18/18/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 05:57:15 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=18</guid>

					<description><![CDATA[<p>The last method (workaround) to solve a lock status is by killing the process. Write this line to Kill a process in sql server: --This example shows how to terminate SPID 55. KILL 55 --This example generates a status of the rollback process for the specific spid. KILL 55 WITH STATUSONLY &#8211;This is the progress... <span class="more"><a class="more-link" href="https://diditho.com/2008/07/18/18/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2008/07/18/18/">Kill a lock process</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2008/07/18/18/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
