﻿<?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&#8217;da Versiyon Bilgisini Öğrenme Kodları &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-serverda-versiyon-bilgisini-ogrenme-kodlari/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Sat, 08 Apr 2023 00:22:28 +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 Versiyon Bilgisini Öğrenmek</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-versiyon-bilgisini-ogrenmek</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Sat, 16 Dec 2017 19:40:11 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server'da Versiyon Bilgisi]]></category>
		<category><![CDATA[SQL Server'da Versiyon Bilgisini Öğrenme Kodları]]></category>
		<category><![CDATA[SQL Server'da Versiyon Bilgisini Öğrenmek]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=3305</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server’da versiyon bilgisini nasıl öğrenileceği ile ilgili bilgi paylaşacağım. SQL Server&#8217;da bazı durumlarda SQL Server versiyon bilgisine ihtiyacınız olabilir. Aşağıdaki...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server’da versiyon bilgisini nasıl öğrenileceği ile ilgili bilgi paylaşacağım.</p>
<p>SQL Server&#8217;da bazı durumlarda SQL Server versiyon bilgisine ihtiyacınız olabilir.</p>
<p>Aşağıdaki kodları kullanarak sizler de SQL Server versiyon bilgilerinizi rahatlıkla öğrenebilirsiniz.</p>
<p><strong>Kod 1</strong></p>
<pre class="line-numbers"><code class="language-sql">SELECT
	@@version AS [Version Bilgisi];</code></pre>
<p><strong>Kod 2</strong></p>
<pre class="line-numbers"><code class="language-sql">SELECT
	SERVERPROPERTY('productversion') VersionBilgisi
   ,SERVERPROPERTY('productlevel') ServicePack
   ,SERVERPROPERTY('edition') Sürüm</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"> 1.139</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
