﻿<?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 rename Hatası &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-rename-hatasi/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Thu, 23 Sep 2021 09:33:05 +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 Unable to rename Hatası</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-unable-to-rename-hatasi</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Thu, 23 Sep 2021 09:33:05 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql rename Hatası]]></category>
		<category><![CDATA[SQL Server'da Unable to rename Hatası]]></category>
		<category><![CDATA[Unable to rename Hatası]]></category>
		<guid isPermaLink="false">https://sqlserveregitimleri.com/?p=10807</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server’da Unable to rename hatası hakkında bilgi vereceğim. SQL Server&#8217;da veri tabanının adını değiştirmek istediğinizde aşağıdakine benzer bir hata alabilirsiniz....]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server’da Unable to rename hatası hakkında bilgi vereceğim.</p>
<p>SQL Server&#8217;da veri tabanının adını değiştirmek istediğinizde aşağıdakine benzer bir hata alabilirsiniz.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-10810 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-1.jpg" alt="SQL Server'da Unable to rename Hatası" width="700" height="305" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-1.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-1-315x137.jpg 315w, https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-1-689x300.jpg 689w, https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-1-310x135.jpg 310w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Bunun çözümünü aşağıdaki kod yardımıyla sağlayabilirsiniz.</p>
<pre class="line-numbers"><code class="language-sql">use master
ALTER DATABASE Northwind SET SINGLE_USER WITH ROLLBACK IMMEDIATE    
ALTER DATABASE Northwind MODIFY NAME = [Northwind2]
ALTER DATABASE Northwind2 SET MULTI_USER</code></pre>
<p>Burada <strong>Northwind</strong> yazan kısım benim değiştireceğim veri tabanının ismi. <strong>Northwind2</strong> ise yeni vereceğim isimdir.</p>
<p>Kendi veri tabanı adınıza göre yukarıdaki kodu revize etmelisiniz.</p>
<p>Kodu çalıştırınca aşağıdaki gibi bir sonuç alacaksınız.</p>
<p><img decoding="async" class="alignnone wp-image-10812 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-2.jpg" alt="SQL Server'da Unable to rename Hatası" width="700" height="481" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-2.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-2-315x216.jpg 315w, https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-2-437x300.jpg 437w, https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-2-196x135.jpg 196w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>İşlem tamam olduğuna göre veri tabanına kontrol edelim.</p>
<p><img decoding="async" class="alignnone wp-image-10813 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-3.jpg" alt="SQL Server'da Unable to rename Hatası" width="700" height="292" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-3.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2021/09/sql-serverda-unable-to-rename-hatasi-3-315x131.jpg 315w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Görüldüğü üzere hata başarıyla çözülmüş 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"> 437</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
