﻿<?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 Index Listelemek &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-server-index-listelemek/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Sun, 05 Mar 2023 13:16:18 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>SQL Server&#8217;da Tablo Bazlı Index Bilgisini Görüntülemek</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-tablo-bazli-index-bilgisini-goruntulemek</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 08:44:42 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Index Listelemek]]></category>
		<category><![CDATA[SQL Server'da Tablo Bazlı Index Bilgisi]]></category>
		<category><![CDATA[Tablo Bazlı Index Bilgisini Görüntülemek]]></category>
		<guid isPermaLink="false">https://sqlserveregitimleri.com/?p=15094</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server’da tablo bazlı Index bilgisini görüntülemek ile ilgili bilgi vermeye çalışacağım. SQL Server&#8217;da bazı durumlarda tablo bazlı Index bilgisini görüntülemek...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server’da tablo bazlı Index bilgisini görüntülemek ile ilgili bilgi vermeye çalışacağım.</p>
<p>SQL Server&#8217;da bazı durumlarda tablo bazlı Index bilgisini görüntülemek isteyebilirsiniz.</p>
<p>Aşağıdaki kodu kullanarak siz de bu işlemi rahatlıkla yapabilirsiniz.</p>
<pre class="line-numbers"><code class="language-sql">SELECT sys.objects.object_id,
       sys.objects.name AS tablename,
       sys.indexes.name AS indexname,
       sys.columns.name AS columnname
FROM sys.objects
    INNER JOIN sys.indexes
        ON sys.objects.object_id = sys.indexes.object_id
    INNER JOIN sys.index_columns
        ON sys.index_columns.object_id = sys.indexes.object_id
           AND sys.index_columns.index_id = sys.indexes.index_id
    INNER JOIN sys.columns
        ON sys.columns.object_id = sys.index_columns.object_id
           AND sys.columns.column_id = sys.index_columns.column_id
WHERE sys.objects.type_desc = 'USER_TABLE'
      AND sys.indexes.is_primary_key = 0
ORDER BY tablename,
         indexname,
         columnname;</code></pre>
<p>Yukarıdaki kodu oluşturup çalıştırınca aşağıdakine benzer bir sonuç göreceksiniz.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-15096 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2023/01/sql-serverda-tablo-bazli-index-bilgisini-goruntulemek-1.png" alt="SQL Server'da Tablo Bazlı Index Bilgisini Görüntülemek" width="700" height="601" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2023/01/sql-serverda-tablo-bazli-index-bilgisini-goruntulemek-1.png 700w, https://sqlserveregitimleri.com/wp-content/uploads/2023/01/sql-serverda-tablo-bazli-index-bilgisini-goruntulemek-1-315x270.png 315w, https://sqlserveregitimleri.com/wp-content/uploads/2023/01/sql-serverda-tablo-bazli-index-bilgisini-goruntulemek-1-349x300.png 349w, https://sqlserveregitimleri.com/wp-content/uploads/2023/01/sql-serverda-tablo-bazli-index-bilgisini-goruntulemek-1-157x135.png 157w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Görüldüğü üzere tablo bazlı Index bilgisini görüntülemiş olduk.</p>
<p>Herkese çalışma hayatında ve yaşamında başarılar kolaylıklar.</p>
<div class='epvc-post-count'><span class='epvc-eye'></span>  <span class="epvc-count"> 157</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SQL Server’da Filtrelenmiş Index&#8217;lerin Listelenmesi</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-filtrelenmis-indexlerin-listelenmesi</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Fri, 19 Jan 2018 07:00:47 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Filtrelenmiş Index'lerin Listelenmesi]]></category>
		<category><![CDATA[SQL server index]]></category>
		<category><![CDATA[SQL Server Index Listelemek]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=4004</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server’da filtrelenmiş Index&#8217;lerin listelenmesi ile ilgili bilgi vermeye çalışacağım. SQL Server&#8217;da bazı durumlarda filtrelenmiş Index&#8217;lerin listelemek isteyebilirsiniz. Aşağıdaki kodu kullanarak...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server’da filtrelenmiş Index&#8217;lerin listelenmesi ile ilgili bilgi vermeye çalışacağım.</p>
<p>SQL Server&#8217;da bazı durumlarda filtrelenmiş Index&#8217;lerin listelemek isteyebilirsiniz.</p>
<p>Aşağıdaki kodu kullanarak siz de bu işlemi rahatlıkla yapabilirsiniz.</p>
<pre class="line-numbers"><code class="language-sql">SELECT
	DB_NAME() AS Database_Name
   ,sc.name AS Schema_Name
   ,o.name AS Table_Name
   ,o.type_desc AS 'Table_Type'
   ,i.name AS Filtered_Index_Name
   ,i.filter_definition
   ,i.type_desc AS Index_Type
FROM sys.indexes i
INNER JOIN sys.objects o
	ON i.object_id = o.object_id
INNER JOIN sys.schemas sc
	ON o.schema_id = sc.schema_id
WHERE i.has_filter = 1
AND o.type = 'U'
ORDER BY Table_Name</code></pre>
<p>Herkese çalışma hayatında ve yaşamında başarılar kolaylıklar.</p>
<div class='epvc-post-count'><span class='epvc-eye'></span>  <span class="epvc-count"> 335</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
