<?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>Sunucu Yönetim - Server Management &#187; mssql ismini değiştirme</title>
	<atom:link href="http://www.sunucuyonetim.com/tag/mssql-ismini-degistirme/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sunucuyonetim.com</link>
	<description>vps, vds, esx, sunucu, server kiralama, alan adı, hosting, reseller</description>
	<lastBuildDate>Mon, 21 May 2012 08:52:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SQL server ismi nasıl değişir?</title>
		<link>http://www.sunucuyonetim.com/sql-server-ismi-nasil-degisir.html</link>
		<comments>http://www.sunucuyonetim.com/sql-server-ismi-nasil-degisir.html#comments</comments>
		<pubDate>Thu, 27 May 2010 10:41:08 +0000</pubDate>
		<dc:creator>Barış BODUR</dc:creator>
				<category><![CDATA[05 MSSQL]]></category>
		<category><![CDATA[mssql ismini değiştirme]]></category>
		<category><![CDATA[Renaming SQL Server]]></category>
		<category><![CDATA[select * from sys.servers]]></category>

		<guid isPermaLink="false">http://www.sunucuyonetim.com/?p=651</guid>
		<description><![CDATA[Msqsl nizi yeni bir sunucuya taşıdığınızda yada bir sebepten dolayı aşağıdaki tarzda hata alırsanız mssql ismi ile sunucu ismi birbirini tutmadığı i&#231;in hata alırsınız. Ozaman aşağıdaki 3 adımlık komutu &#231;alıştırıp sorunu giderebilirsiniz. &#214;ncelikle sunucunuzda mssql server management kurulu olduğunu varsayıyorum kurulu değilse MSSQL Server Management a tıklayarak indiriniz. Daha sonra yeni sorgu b&#246;l&#252;m&#252; a&#231;ın sorguya [...]]]></description>
			<content:encoded><![CDATA[<p>Msqsl nizi yeni bir sunucuya taşıdığınızda yada bir sebepten dolayı aşağıdaki tarzda hata alırsanız mssql ismi ile sunucu ismi birbirini tutmadığı i&ccedil;in hata alırsınız. Ozaman aşağıdaki 3 adımlık komutu &ccedil;alıştırıp sorunu giderebilirsiniz. &Ouml;ncelikle sunucunuzda <a href="http://www.sunucuyonetim.com/index.php/sql-server-management-studio-express-download/">mssql server management</a> kurulu olduğunu varsayıyorum kurulu değilse <a href="http://www.sunucuyonetim.com/index.php/sql-server-management-studio-express-download/">MSSQL Server Management</a> a tıklayarak indiriniz.</p>
<p>Daha sonra yeni sorgu b&ouml;l&uuml;m&uuml; a&ccedil;ın sorguya &quot; <strong><u>select * from sys.servers</u></strong> &quot; komutunu yazarak mssql ismini sunucu ismiyle karşılaştırın farklı ise aşağıdak komutlarla mssql server ismini sunucu ismiyle aynı yapabilirsiniz.</p>
<p><span id="more-651"></span></p>
<p>1- exec sp_dropserver &#39;<span style="color: rgb(255, 0, 0);"><span style=""><u><strong>MEVCUTSERVERİSMİ</strong></u></span></span>&#39;</p>
<p>komutunu &ccedil;alıştırırsanız mevcut ismi droplarsınız boşalır.&nbsp;</p>
<p>server_id &nbsp; &nbsp; &nbsp; &nbsp; name<br />
	=============================<br />
	0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">&nbsp;<span style="color: rgb(0, 0, 205);"><u><strong>MEVCUTSERVERİSMİ</strong></u></span></span></p>
<p>tabloda g&ouml;r&uuml;nen şekli</p>
<p>bundan sonraki komutlada ismi değiştiriyoruz.</p>
<p>2- exec sp_addserver &#39;<span style="color: rgb(255, 0, 0);"><strong><u>YENİSERVERİSMİ</u></strong></span>&#39; &nbsp;&lt;&lt;&lt; komutu yazıp &nbsp;Execute ye basın.&nbsp;</p>
<p>tamamdır isim değişmiştir.&nbsp;</p>
<p>Doğrulamak i&ccedil;in <u><strong>select * from sys.servers</strong></u> yazıp &ccedil;alıştırdığımızda yeni ismi g&ouml;rebilirsiniz.</p>
<p>&nbsp;</p>
<p>[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find server &#39;servernamer&#39; in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.</p>
<div class="translator-floating-panel" style="background: none repeat scroll 0% 0% rgb(217, 198, 182); border: 2px ridge rgb(120, 79, 43); bottom: auto; cursor: pointer; height: auto; left: 434px; margin: 0px; padding: 0px; position: fixed; right: auto; top: 272px; width: auto; z-index: 2147483647; opacity: 0.4; display: none;">
<div style="background: url(&quot;chrome://translator/skin/icons.png&quot;) no-repeat scroll left top transparent; display: block; height: 16px; margin: 2px; width: 16px;" title="Click to translate">&nbsp;</div>
</div>
<img src="http://www.sunucuyonetim.com/?ak_action=api_record_view&id=651&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.sunucuyonetim.com/sql-server-ismi-nasil-degisir.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

