﻿<?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 Ole Automation Procedures Does Not Exist &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-server-ole-automation-procedures-does-not-exist/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Tue, 24 Aug 2021 21:54:45 +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 Ole Automation Procedures Does Not Exist, or It May Be an Advanced Option Hatası</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-ole-automation-procedures-does-not-exist-or-it-may-be-an-advanced-option-hatasi</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Sat, 12 Sep 2020 21:31:30 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[may be an advanced option hatası]]></category>
		<category><![CDATA[Ole Automation Procedures Does Not Exist]]></category>
		<category><![CDATA[sql server Ole Automation Procedures Does Not Exist]]></category>
		<guid isPermaLink="false">https://sqlserveregitimleri.com/?p=10075</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server’da Ole Automation Procedures does not exist, or it may be an advanced option hatası hakkında bilgi vereceğim. SQL Server&#8217;da...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server’da Ole Automation Procedures does not exist, or it may be an advanced option hatası hakkında bilgi vereceğim.</p>
<p>SQL Server&#8217;da bazı durumlarda Ole Automation prosedürlerini aktif etmek isteyebilirsiniz fakat aktif etmek istediğinizde başlığımızın isminde bir hata alacaksınız.</p>
<p>Bunun çözümünü aşağıdaki kod yardımıyla sağlayabilirsiniz.</p>
<pre class="lang:default decode:true"> 
EXEC master.dbo.sp_configure 'show advanced options', 1;
RECONFIGURE;

EXEC master.dbo.sp_configure 'Ole Automation Procedures', 1;
RECONFIGURE;

</pre>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-10077 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2020/09/sql-serverda-ole-automation-procedures-does-not-exist-or-it-may-be-an-advanced-option-hatasi-1.jpg" alt="SQL Server’da Ole Automation Procedures Does Not Exist, or It May Be an Advanced Option Hatası" width="700" height="377" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2020/09/sql-serverda-ole-automation-procedures-does-not-exist-or-it-may-be-an-advanced-option-hatasi-1.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2020/09/sql-serverda-ole-automation-procedures-does-not-exist-or-it-may-be-an-advanced-option-hatasi-1-315x170.jpg 315w, https://sqlserveregitimleri.com/wp-content/uploads/2020/09/sql-serverda-ole-automation-procedures-does-not-exist-or-it-may-be-an-advanced-option-hatasi-1-557x300.jpg 557w, https://sqlserveregitimleri.com/wp-content/uploads/2020/09/sql-serverda-ole-automation-procedures-does-not-exist-or-it-may-be-an-advanced-option-hatasi-1-251x135.jpg 251w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Kodu çalıştırdığınızda başarılı bir şekilde işlemin gerçekleştiğini göreceksiniz.</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"> 533</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
