﻿<?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 sp_attach_db Prosedürü Kullanımı &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-serverda-sp_attach_db-proseduru-kullanimi/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Fri, 18 Mar 2022 20:40:22 +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 sp_attach_db Prosedürü Kullanımı</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-sp_attach_db-proseduru-kullanimi</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Wed, 19 Jun 2019 19:22:56 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sp_attach_db Prosedürü]]></category>
		<category><![CDATA[sp_attach_db Prosedürü Kullanımı]]></category>
		<category><![CDATA[SQL Server’da sp_attach_db Prosedürü Kullanımı]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=6310</guid>

					<description><![CDATA[Herkese merhaba, SQL Server&#8217;da bazı durumlarda dışardaki bir veritabanının SQL Server&#8217;a attach edilmesi ihtiyacı olabilir. Bu yazıda sizlere SQL Server&#8217;da sp_attach_db prosedürünü kullanarak bir veritabanının...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>SQL Server&#8217;da bazı durumlarda dışardaki bir veritabanının SQL Server&#8217;a attach edilmesi ihtiyacı olabilir.</p>
<p>Bu yazıda sizlere SQL Server&#8217;da <strong>sp_attach_db</strong> prosedürünü kullanarak bir veritabanının nasıl attach edileceğinden bahsedeceğim.</p>
<p>SQL Server&#8217;da sp_attach_db prosedürü sunucuya veritabanını attach etmek yani eklemek için kullanılan bir prosedürdür.</p>
<p>Kullanımını aşağıda görmektesiniz.</p>
<pre class="line-numbers"><code class="language-sql">EXEC sp_attach_db @dbname = N'Test',
                  @filename1 = N'C:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\DATA\Test.mdf',
                  @filename2 = N'C:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\DATA\Test_Log.ldf';</code></pre>
<p><strong>Not :</strong> <b>Test </b>veritabanını attach etmek için bu şekilde yazıldı. (Siz kendi veritabanınızı yazmalısınız) Bu işlemi çalıştırmadan önce <strong>Test.mdf</strong> ve <strong>Test_Log.ldf</strong> dosyalarının ilgili konumda olduğundan emin olun. (<strong>Test.mdf</strong> ve <strong>Test_Log.ldf </strong>dosyaları benim veritabanıma ait dosyalardır. Sizin dosya ve veritabanı isimleri farklı olabilir<strong>.</strong>)</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"> 260</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
