﻿<?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&#8217;de haftanın ilk günü &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sqlde-haftanin-ilk-gunu/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Sun, 24 Oct 2021 20:04:34 +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 Haftanın İlk ve Son Gününü Bulmak</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-haftanin-ilk-ve-son-gununu-bulmak</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Tue, 25 Feb 2020 10:43:57 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server’da Haftanın İlk ve Son Gününü Bulmak]]></category>
		<category><![CDATA[sql'de haftanın ilk günü]]></category>
		<category><![CDATA[sql'de haftanın son günü]]></category>
		<guid isPermaLink="false">https://sqlserveregitimleri.com/?p=9466</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server&#8217;da haftanın ilk ve son gününü bulmak hakkında bilgi vereceğim. SQL Server&#8217;da bazı durumlarda haftanın ilk ve son gününü bulmak...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server&#8217;da haftanın ilk ve son gününü bulmak hakkında bilgi vereceğim.</p>
<p>SQL Server&#8217;da bazı durumlarda haftanın ilk ve son gününü bulmak isteyebilirsiniz.</p>
<p>Aşağıdaki kod yardımıyla bu işlemi rahatlıkla yapabilirsiniz.</p>
<pre class="line-numbers"><code class="language-sql">SELECT DATEADD(d, 0 - DATEPART(dw, GETDATE()), CONVERT(DATE, GETDATE())) AS HaftaBaslangicGunu,
       DATEADD(d, 6 - DATEPART(dw, GETDATE()), CONVERT(DATE, GETDATE())) AS HaftaBitisGunu;</code></pre>
<p>Kodu çalıştırdığınızda aşağıdaki gibi bir sonuç alacaksınız.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-9469 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-haftanin-ilk-ve-son-gununu-bulmak-1.jpg" alt="SQL Server’da Haftanın İlk ve Son Gününü Bulmak" width="700" height="317" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-haftanin-ilk-ve-son-gununu-bulmak-1.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-haftanin-ilk-ve-son-gununu-bulmak-1-315x143.jpg 315w, https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-haftanin-ilk-ve-son-gununu-bulmak-1-662x300.jpg 662w, https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-haftanin-ilk-ve-son-gununu-bulmak-1-298x135.jpg 298w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Görüldüğü üzere haftanın ilk ve son gün bilgisi gelmiş oldu.</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"> 563</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
