﻿<?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 QUOTED_IDENTIFIER Hatası &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-serverda-quoted_identifier-hatasi/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Fri, 22 Oct 2021 21:57: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’da QUOTED_IDENTIFIER Hatası</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-quoted_identifier-hatasi</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Wed, 11 Mar 2020 06:20:36 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[QUOTED_IDENTIFIER Hatası]]></category>
		<category><![CDATA[sql QUOTED_IDENTIFIER Hatası]]></category>
		<category><![CDATA[SQL Server’da QUOTED_IDENTIFIER Hatası]]></category>
		<guid isPermaLink="false">https://sqlserveregitimleri.com/?p=9527</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server’da QUOTED_IDENTIFIER hatası hakkında bilgi vereceğim. Bu hatayı SQL Server&#8217;da herhangi bir sorguyu çalıştırmada alabilirsiniz ya da bir job çalıştırırken...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server’da <strong>QUOTED_IDENTIFIER</strong> hatası hakkında bilgi vereceğim.</p>
<p>Bu hatayı SQL Server&#8217;da herhangi bir sorguyu çalıştırmada alabilirsiniz ya da bir job çalıştırırken de alabilirsiniz.</p>
<p>Hatanın uzun versiyonu aşağıdaki şekilde olabilir.</p>
<p><strong>UPDATE failed because the following SET options have incorrect settings: &#8216;QUOTED_IDENTIFIER&#8217;</strong></p>
<p>Hatayı çözmek için aşağıdaki kod bloğunu sorgunuzun başına yazıp çalıştırmalısınız.</p>
<pre class="line-numbers"><code class="language-sql">SET ANSI_NULLS, QUOTED_IDENTIFIER ON;
GO
--Sorgunuz bu kısımda olacak</code></pre>
<p>Kodu çalıştırdığınızda aşağıdaki şekilde bir sonuç göreceksiniz.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-11362 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2020/03/sql-serverda-quoted-identifier-hatasi-1.jpg" alt="SQL Server’da QUOTED_IDENTIFIER Hatası" width="700" height="452" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2020/03/sql-serverda-quoted-identifier-hatasi-1.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2020/03/sql-serverda-quoted-identifier-hatasi-1-315x203.jpg 315w, https://sqlserveregitimleri.com/wp-content/uploads/2020/03/sql-serverda-quoted-identifier-hatasi-1-465x300.jpg 465w, https://sqlserveregitimleri.com/wp-content/uploads/2020/03/sql-serverda-quoted-identifier-hatasi-1-209x135.jpg 209w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>İşlem başarılı bir şekilde tamamlandı.</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"> 322</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
