﻿<?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 View Kullanımı ve With Encryption &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-serverda-view-kullanimi-ve-with-encryption/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Sun, 08 Apr 2018 13:37:38 +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 View Kullanımı ve With Encryption</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-view-kullanimi-ve-with-encryption</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Mon, 16 Apr 2018 13:30:56 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server’da View Kullanımı]]></category>
		<category><![CDATA[SQL Server’da View Kullanımı ve With Encryption]]></category>
		<category><![CDATA[SQL Server’da View Kullanımı ve With Encryption Kullanımı]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=5534</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server&#8217;da view kullanımı ve with encryption kullanımı hakkında bilgi vereceğim. Viewlara sanal tablolar diyebiliriz. Satır ve sütunları olan gerçek bir tablo gibidir....]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server&#8217;da view kullanımı ve with encryption kullanımı hakkında bilgi vereceğim. Viewlara sanal tablolar diyebiliriz. Satır ve sütunları olan gerçek bir tablo gibidir.</p>
<p>SQL Server&#8217;da nesneleri güvenlik sebebiyle kilitlemek isteyebiliriz böyle bir kullanımda with encryption ifadesini kullanmalıyız. With encryption ile oluşturulan nesneye design seçeneği ile erişilemez. Örnek kullanımı Northwind veritabanını kullanarak inceleyelim.</p>
<pre class="lang:default decode:true ">CREATE VIEW Kategoriler
WITH ENCRYPTION
AS
SELECT * FROM dbo.Categories 
</pre>
<p>Burada view yapımızı with encryption ile kilitledik. Kilitlenmeyi SQL Server&#8217;da şu şekilde göreceksiniz.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-5539 size-full" src="http://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-1.jpg" alt="SQL Server’da View Kullanımı ve With Encryption" width="700" height="853" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-1.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-1-222x270.jpg 222w, https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-1-246x300.jpg 246w, https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-1-111x135.jpg 111w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Görüldüğü üzere kilit işaretini görmektesiniz. Sağ tık yapınca design işaretini göremeyeceksiniz.</p>
<p><img decoding="async" class="alignnone wp-image-5540 size-full" src="http://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-2.jpg" alt="SQL Server’da View Kullanımı ve With Encryption" width="700" height="431" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-2.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-2-315x194.jpg 315w, https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-2-487x300.jpg 487w, https://sqlserveregitimleri.com/wp-content/uploads/2018/04/sql-serverda-view-kullanimi-ve-with-encryption-2-219x135.jpg 219w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Gördüğünüz üzere design tarafı kilitli.</p>
<p>Encrypted edilen nesnenin kaynak kodlarını saklamayı unutmayın. Encrypted ile oluşturulmuş nesneyi Alter ile değiştirebilir Drop ile silebiliriz.</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"> 1.096</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
