<?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>Spartan Code - Blog &#187; SQL</title>
	<atom:link href="http://www.spartan-code.com/blog/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spartan-code.com/blog</link>
	<description>web development</description>
	<lastBuildDate>Fri, 04 Nov 2011 19:43:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<!-- google_ad_section_end --><!-- google_ad_section_start(weight=ignore) -->	<item>
		<title>Como creo un usuario en SQL Server?</title>
		<link>http://www.spartan-code.com/blog/net/%c2%bfcomo-creo-un-usuario-en-sql-server/</link>
		<comments>http://www.spartan-code.com/blog/net/%c2%bfcomo-creo-un-usuario-en-sql-server/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 21:21:41 +0000</pubDate>
		<dc:creator>Pirata21</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.spartan-code.com/blog/index.php/%c2%bfcomo-creo-un-usuario-en-sql-server/</guid>
		<description><![CDATA[1.- Dentro de nuestro servidor de base de datos en la pestaña Security – Login , escoger New Login… 2.- Asigne un login name, por seguridad de modo SQL Server authentication, la base de datos en la cual operará. 3.- En la parte de User Mapping, apunta a la base de datos y al esquema [...]]]></description>
			<content:encoded><![CDATA[<p>1.- Dentro de nuestro servidor de base de datos en la pestaña <font color="#004080"><strong>Security – Login </strong></font><font color="#000000">, escoger New Login… </font></p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb.png?w=256&amp;h=336" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="256" height="336" /></a></p>
<p>2.- Asigne un login name, por seguridad de modo SQL Server authentication, la base de datos en la cual operará.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image1.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb1.png?w=469&amp;h=422" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="469" height="422" /></a></p>
<p>3.- En la parte de User Mapping, apunta a la base de datos y al esquema en el que se trabajará.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image2.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb2.png?w=468&amp;h=417" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="468" height="417" /></a></p>
<p>4.- El siguiente paso es ir a la base de datos en la pestaña de seguridad y después en Users.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image3.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb3.png?w=248&amp;h=488" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="248" height="488" /></a></p>
<p>Chequemos que exista el usuario que hayamos creado.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image4.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb4.png?w=223&amp;h=128" style="border: 0pt none ; display: inline" title="imagensuario" alt="imagensuario" border="0" width="223" height="128" /></a></p>
<p>5.-Después de haber verificado seleccionamos el usuario y damos clic derecho- propiedades.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image5.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb5.png?w=466&amp;h=416" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="466" height="416" /></a></p>
<p>6.-En la pestaña de Securables, damos clic en el botón Search…</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image6.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb6.png?w=240&amp;h=155" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="240" height="155" /></a></p>
<p>7.- Escogemos la opción de All objects of the types….</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image7.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb7.png?w=376&amp;h=230" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="376" height="230" /></a></p>
<p>8.- En este caso solo quiero que se conecte a la base de datos y que pueda ejecutar sentencias de tipo SELECT sobre dichas tablas.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image8.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb8.png?w=453&amp;h=405" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="453" height="405" /></a></p>
<p>9.- Checamos que tenga los permisos de Connect y SELECT.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image9.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb9.png?w=421&amp;h=142" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="421" height="142" /></a></p>
<p>10.- Iniciamos con el usuario creado.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image10.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb10.png?w=383&amp;h=287" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="383" height="287" /></a></p>
<p>Nos dispondremos a realizar una consulta sobre la tabla Empleados.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image11.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb11.png?w=591&amp;h=202" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="591" height="202" /></a></p>
<p>La consulta se ha realizado con exito.</p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image12.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb12.png?w=501&amp;h=207" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="501" height="207" /></a></p>
<p>Nos dispondremos a agregar un nuevo empleado.<em> *Haga clic en la imagen para ampliar</em></p>
<p><a href="http://mredison.files.wordpress.com/2009/03/image13.png" target="_blank"><img src="http://mredison.files.wordpress.com/2009/03/image-thumb13.png?w=501&amp;h=119" style="border: 0pt none ; display: inline" title="image" alt="image" border="0" width="501" height="119" /></a></p>
<p>Se denegó el permiso INSERT sobre la tabla Employee.</p>
<p>Con esto queda terminado este pequeño ejemplo.</p>
<p>Saludos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spartan-code.com/blog/net/%c2%bfcomo-creo-un-usuario-en-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- google_ad_section_end --><!-- google_ad_section_start(weight=ignore) --></channel>
</rss>

