﻿<?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’da Server’ın IP Adresi Bilgisi &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-serverda-serverin-ip-adresi-bilgisi/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Thu, 15 Mar 2018 21:29:59 +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’da Server’ın IP Adresi ve Diğer Bilgilerini Öğrenmek</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-serverin-ip-adresi-ve-diger-bilgilerini-ogrenmek</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 21:29:59 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server’da Server’ın Bilgileri]]></category>
		<category><![CDATA[SQL Server’da Server’ın IP Adresi Bilgisi]]></category>
		<category><![CDATA[SQL Server’da Server’ın IP Adresi ve Diğer Bilgilerini Öğrenmek]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=4982</guid>

					<description><![CDATA[Herkese merhaba, Bu kısımda SQL Server’da server&#8217;ın ip adresi ve diğer bilgilerini öğrenme kodları olacak. SELECT CONNECTIONPROPERTY('net_transport') AS ProtokolBilgisi , CONNECTIONPROPERTY('protocol_type') AS ProtokolTipi , CONNECTIONPROPERTY('auth_scheme') AS...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu kısımda SQL Server’da server&#8217;ın ip adresi ve diğer bilgilerini öğrenme kodları olacak.</p>
<pre class="lang:default decode:true ">SELECT  CONNECTIONPROPERTY('net_transport') AS ProtokolBilgisi ,
        CONNECTIONPROPERTY('protocol_type') AS ProtokolTipi ,
        CONNECTIONPROPERTY('auth_scheme') AS KimlikDoğrulama ,
        CONNECTIONPROPERTY('local_net_address') AS ServerIPAdres ,
        CONNECTIONPROPERTY('local_tcp_port') AS ServerPort ,
        CONNECTIONPROPERTY('client_net_address') AS KullanıcıIPAdres
</pre>
<div class='epvc-post-count'><span class='epvc-eye'></span>  <span class="epvc-count"> 832</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
