﻿<?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>Col_Name Fonksiyonu &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/col_name-fonksiyonu/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Sun, 18 Feb 2018 16:14:20 +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 Col_Name Fonksiyonu</title>
		<link>https://sqlserveregitimleri.com/sql-server-col_name-fonksiyonu</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Tue, 20 Feb 2018 07:40:36 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Col_Name Fonksiyonu]]></category>
		<category><![CDATA[Col_Name Fonksiyonu Kullanımı]]></category>
		<category><![CDATA[SQL Server Col_Name Fonksiyonu]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=4585</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda size SQL Server&#8217;da Col_Name Fonksiyonundan bahsedeceğim. SQL Server&#8217;da Col_Name fonksiyonu tablo id değeri ile kolon id&#8217;si bilinen bir tablonun kolon adını döndüren...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda size SQL Server&#8217;da Col_Name Fonksiyonundan bahsedeceğim.</p>
<p>SQL Server&#8217;da Col_Name fonksiyonu tablo id değeri ile kolon id&#8217;si bilinen bir tablonun kolon adını döndüren bir fonksiyondur. Örnek kullanımı Northwind veritabanını kullanarak inceleyelim.</p>
<pre class="lang:default decode:true ">SELECT COL_NAME(OBJECT_ID('Categories'),1)
</pre>
<p>Object_Id fonksiyonu ile Categories tablosunun tablo id değeri alınır. İlk parametremiz budur. İkinci parametremiz ise kolon id değeridir. Kolon id değeri parametresi de girilerek o kolona ait kolon adı bilgisi ekrana getirilir.</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"> 412</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
