﻿<?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>Current_TransAction_Id Fonksiyonu &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/current_transaction_id-fonksiyonu/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Tue, 03 Apr 2018 21:13:58 +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 2017 Current_TransAction_Id Fonksiyonu Kullanımı</title>
		<link>https://sqlserveregitimleri.com/sql-server-2017-current_transaction_id-fonksiyonu-kullanimi</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Fri, 06 Apr 2018 07:30:05 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Current_TransAction_Id Fonksiyonu]]></category>
		<category><![CDATA[Current_TransAction_Id Fonksiyonu Kullanımı]]></category>
		<category><![CDATA[SQL Server 2017 Current_TransAction_Id Fonksiyonu Kullanımı]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=5361</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda size SQL Server 2016 ile gelen Current_TransAction_Id Fonksiyonundan bahsedeceğim. Aslında bu fonksiyon SQL Server 2016 ile hayatımıza girdi ama ben SQL Server...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda size SQL Server 2016 ile gelen Current_TransAction_Id Fonksiyonundan bahsedeceğim.</p>
<p>Aslında bu fonksiyon SQL Server 2016 ile hayatımıza girdi ama ben SQL Server 2017 ile anlatacağım.</p>
<p>Current_TransAction_Id fonksiyonu geçerli işlemin işlem kimlik bilgisini geçerli oturumda döndüren bir fonksiyondur. Bu bilgiyi sys.dm_tran_current_transaction dan alır. Örnek kullanımı aşağıda görmektesiniz.</p>
<pre class="lang:default decode:true ">SELECT CURRENT_TRANSACTION_ID()
SELECT * FROM sys.dm_tran_current_transaction 
</pre>
<p>İki sorguyu aynı anda çalıştırınca rakamların aynı geldiğini göreceksiniz. SQL Server 2016 itibari ile sys.dm_tran_current_transaction buradan çekmek yerine fonksiyon yapılmıştır.</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"> 297</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
