<?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>uCertify Articles &#187; MCTS SQL Server 2005</title>
	<atom:link href="http://www.ucertify.com/article/certifications/mcts-sql-server-2005/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ucertify.com/article</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 04 Nov 2009 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Replication</title>
		<link>http://www.ucertify.com/article/replication_3601460-2.html</link>
		<comments>http://www.ucertify.com/article/replication_3601460-2.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server 2005]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server 2008]]></category>
		<category><![CDATA[MCITP Database Developer SQL Server 2008]]></category>
		<category><![CDATA[MCITP Microsoft SQL Server]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[MCTS Microsoft SQL Server]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[MCTS SQL Server 2008]]></category>
		<category><![CDATA[70-432]]></category>
		<category><![CDATA[70-443]]></category>
		<category><![CDATA[70-444]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">3601460</guid>
		<description><![CDATA[Replication is a type of configuration used to copy data and database objects from one database instance to another. A database administrator has to configure a server for replication, and monitor it in order to detect and resolve issues regarding replica]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Freplication_3601460-2.html&amp;t=Replication&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Freplication_3601460-2.html&amp;title=Replication&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Freplication_3601460-2.html&amp;title=Replication&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Replication;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Freplication_3601460-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Replication is a type of configuration used to copy data and database objects from one database instance to another. A database administrator has to configure a server for replication, and monitor it in order to detect and resolve issues regarding replication.</p>
<p><uc:hed>Requirements for replication:</uc:hed> The following roles are required for replication configuration:</p>
<ul>
<li><uc:hed>Distributor:</uc:hed> The server that is configured to the Distributor role distributes data to Subscribers. It creates tables and files to store the data for replication. The computer to be used as a Distributor should have a large amount of storage space.</li>
<p></p>
<li><uc:hed>Publisher: </uc:hed>The server that is configured to the Publisher role stores data for replication. It detects data changes and maintains information about all publications.</li>
<p></p>
<li><uc:hed>Subscriber: </uc:hed>The server that is configured to the Subscriber role receives data published by either Publisher or Distributor. The Subscriber configuration depends on the type of replication chosen to replicate data. Each replication type should have a different configuration for a Subscriber.</li>
</ul>
<p><uc:hed>Replication objects: </uc:hed>After the configuration of Publisher, Distributor, and Subscriber servers, various objects are needed to replicate the data. These objects are as follows:</p>
<ul>
<li><uc:hed>Article: </uc:hed> Article is an object that includes various database objects such as tables, views, stored procedures, etc. Each of the database objects can be selected as an article. All the articles are combined to create a publication.</li>
<p></p>
<li><uc:hed>Publication: </uc:hed>Publication is a combination of articles. The data to be received by the Subscriber is sent as a publication. An article must be placed in a publication in order to send the data to the Subscriber.</li>
<p></p>
<li><uc:hed>Subscription: </uc:hed>Subscription receives the publication sent by the Publisher or Distributor. Subscription is of the following two types:
<ul>
<li><uc:hed>Push subscription: </uc:hed>A push subscription is created at the Publisher. Data is pushed to the Subscribers by the Merge or the Distribution agent.</li>
<p></p>
<li><uc:hed>Pull subscription: </uc:hed> A pull subscription is created at the Subscriber. Data is pulled by the Merge or the Distribution agent from the Publisher. </li>
</ul>
</li>
</ul>
<p><uc:hed>Replication Models: </uc:hed>A DBA has to decide the type of replication model before replicating the data. He has to decide the configuration for the Publisher, Distributor, and Subscriber databases. The following replication models can be applied before data replication:</p>
<ul>
<li><uc:hed>Peer-to-Peer: </uc:hed>It is a type of replication model in which a single database is hosted by multiple servers. The purpose of this model is to maintain a database and manage database failures. If a server containing the database is unavailable, the applications can access the data through other servers hosting the database.</li>
<p></p>
<li><uc:hed>Central Publisher: </uc:hed>The Central Publisher is a replication model in which the Publisher and the Distributor roles are maintained on the same SQL Server 2005/2008 computer. The Subscriber role is configured on other servers. The maintenance of the server is easy, but it adds additional load on the server.</li>
<p></p>
<li><uc:hed>Central Publisher with Remote Distributor:</uc:hed> The Central Publisher with Remote Distributor is a replication model in which the Publisher and the Distributor roles are maintained on separate SQL Server 2005/2008 computers. The Subscriber role is configured on other servers. The workload of the Publisher server is distributed, but an additional Distributor server is to be maintained.</li>
<p></p>
<li><uc:hed>Central Subscriber: </uc:hed>Central Subscriber is a replication model in which the Subscriber role is configured on a single server. It is used to collect data from several Publisher servers. It can also be configured to send data to other servers.</li>
<p></p>
<li><uc:hed>Publishing Subscriber: </uc:hed>Publishing Subscriber is a replication model in which data is obtained from a Publisher and transferred to other Subscribers. This replication model can be used with other replication models for the replication of data.</li>
</ul>
<p><uc:hed>Types of replication: </uc:hed>There are different types of replication and a DBA has to choose which type of replication he needs to configure. Some applications need only a snapshot of the database, whereas others need incremental data changes. The different types of replication are as follows:</p>
<ul>
<li><uc:hed>Transactional Replication: </uc:hed>Transactional replication starts with a snapshot of the Publication database objects and data. The modifications made in the data and in the schema are delivered to the Subscriber database, simultaneously. Transactional replication is used in a server-to-server environment in the following conditions:</p>
<ul>
<li>When a Publisher or Subscriber is a non-SQL Server database, such as Oracle.</li>
<p></p>
<li>When incremental changes are to be made at the Subscriber.</li>
<p></p>
<li>When an application  requires low latency.</li>
<p></p>
<li>When an application requires access to data changes. </li>
<p></p>
<li>When the Publisher has a high volume of insert, update, or delete operations.</li>
</ul>
</li>
<li><uc:hed>Merge Replication:</uc:hed> Merge replication starts with a snapshot of the Publication database. Triggers track the modifications in the data and the schema at the Publisher or the Subscriber server. Merge replication is performed in a server-to-client environment. It should be performed in the following conditions:
<ul>
<li>When same data is to be  updated by multiple Subscribers.</li>
<p></p>
<li>When data changes are to be propagated to the Publisher and other Subscribers.</li>
<p></p>
<li> When offline data changes are to be synchronized on  the Publisher and other Subscribers.</li>
<p></p>
<li> When conflicts are to be detected and resolved.</li>
<p></p>
<li>When each Subscriber needs different partitions of data.</li>
</ul>
<p>Merge replication does not take place if a Publisher or Subscriber is a non-SQL Server database.</li>
<p></p>
<li><uc:hed>Snapshot Replication: </uc:hed>Snapshot replication distributes data at a specific moment. It does not monitor the modifications in data or schema. The entire snapshot is sent to Subscribers when synchronization occurs. The snapshot replication can be performed in the following conditions:
<ul>
<li>When data changes infrequently.</li>
<p></p>
<li>When small volumes of data are to be replicated.</li>
<p></p>
<li>When large volumes of changes occur over a short period of time.</li>
</ul>
<p>It does not take place when a Publisher or a Subscriber is a non-SQL Server database.</li>
</ul>
<p><uc:hed>Replication Agents: </uc:hed>Replication agents are used during the replication of data. They store data published by a Publisher. They also initialize and monitor the replication. Replication agents are as follows:</p>
<ul>
<li><uc:hed>Queue Reader Agent: </uc:hed>The Queue Reader agent runs with a transactional replication. It runs at the Distributor database and transfers the changes from the Subscribers to the Publisher database. Only one instance of this agent exists to serve all the Publishers.</li>
<p></p>
<li><uc:hed>Snapshot Agent: </uc:hed>The Snapshot agent is used with all types of replication. It is used to prepare snapshot files that contain the schema and the data of published tables and database objects in the publication database. It also records synchronization jobs in the distribution database. It runs at the Distributor database instance.</li>
<p></p>
<li><uc:hed>Log Reader Agent: </uc:hed>The Log Reader agent is used with a transactional replication. It is used to monitor the transaction log of each database configured for transactional replication. It copies the transactions that are marked for replication to the Distribution database.</li>
<p></p>
<li><uc:hed>Distribution Agent: </uc:hed>The Distribution agent is used with transactional and snapshot replications. It is used in a transactional replication to move transaction files and data to the Subscribers database. It runs at the Subscribers database for pull subscriptions or at the Distributors database for push subscriptions.</li>
<p></p>
<li><uc:hed>Merge Agent: </uc:hed>The Merge agent is used with the merge replication. It applies the snapshot to the Subscriber database instance, and the changes in the Subscriber are reflected in the Publisher database. The Merge agent uploads data changes from Subscribers to Publishers, and downloads data from Publishers to Subscribers.</li>
</ul>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcitp.html" >MCITP</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >Microsoft mcitp-database-administrator</a> download free trial.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator-sql-server.html" >Microsoft mcitp-database-administrator-sql-server</a> download free trial.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-admin-sql-server-2005.html" >mcitp-database-admin-sql-server-2005</a> for exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-admin-sql-server-2008.html" >mcitp-database-admin-sql-server-2008</a> test study guide and practice question.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-developer-2008.html" >mcitp-database-developer-2008</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-sql-server.html" >Microsoft MCITP Microsoft SQL Server</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >Microsoft mcp</a> download free trial.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Microsoft/mcts.html" >mcts MCTS</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server.html" >mcts-sql-server  MCTS Microsoft SQL Server</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >MCTS SQL Server 2005</a> in first attampt.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2008.html" >mcts-sql-server-2008</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Microsoft/70-432.html" >70-432  MCTS: SQL Server 2008, Implementation</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/Microsoft/70-443.html" >70-443 SQL Server 2005 Design</a> exam practice questions.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Microsoft/70-444.html" >70-444</a> for exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >70-447</a> test study guide and practice question.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Freplication_3601460-2.html&amp;linkname=Replication"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/replication_3601460-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the authentication mode of a database server?</title>
		<link>http://www.ucertify.com/article/how-to-change-the-authentication-mode-of-a-database-server_5608464.html</link>
		<comments>http://www.ucertify.com/article/how-to-change-the-authentication-mode-of-a-database-server_5608464.html#comments</comments>
		<pubDate>Sat, 12 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">5608464</guid>
		<description><![CDATA[Take the following steps to change the authentication mode of a database server:Run SQL Server Management Studio from Start &#62; Programs &#62; Microsoft SQL Server 2005 &#62; SQL Server Management Studio. In the Connect to Server window, click the Co]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >mcitp-database-administrator</a> for exam.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >mcp - MCP</a> simulation.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-change-the-authentication-mode-of-a-database-server_5608464.html&amp;t=How+to+change+the+authentication+mode+of+a+database+server%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-change-the-authentication-mode-of-a-database-server_5608464.html&amp;title=How+to+change+the+authentication+mode+of+a+database+server%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-change-the-authentication-mode-of-a-database-server_5608464.html&amp;title=How+to+change+the+authentication+mode+of+a+database+server%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=How+to+change+the+authentication+mode+of+a+database+server%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-change-the-authentication-mode-of-a-database-server_5608464.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Take the following steps to change the authentication mode of a database server:</p>
<ol>
<li>Run SQL Server Management Studio from Start &gt; Programs &gt; Microsoft SQL Server 2005 &gt; SQL Server Management Studio. </p>
<p><img src='http://www.ucertify.com/article/articleImages/f5608464a.gif' /></li>
<li>In the Connect to Server window, click the Connect button.
<p><img src='http://www.ucertify.com/article/articleImages/f5608464b.gif' /></li>
<li>In the Microsoft SQL Server Management Studio window, right-click the server and click the Properties option.
<p><img src='http://www.ucertify.com/article/articleImages/f5608464c.gif' /></li>
<li>On the Server Properties dialog box, click the Security page. Select SQL Server and Windows Authentication mode radio button. Click the OK button.
<p><img src='http://www.ucertify.com/article/articleImages/f5608464d.gif' /></li>
<li>In the Microsoft SQL Server Management Studio window, right-click the server and click the Restart option.
<p><img src='http://www.ucertify.com/article/articleImages/f5608464e.gif' /></li>
<ol>
<p><sme refid="restartserver.swf" style="default" /></p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >mcts-sql-server-2005 - MCTS SQL Server 2005</a> simulation.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >70-447 - SQL Server 2005 Design</a> simulation.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-change-the-authentication-mode-of-a-database-server_5608464.html&amp;linkname=How%20to%20change%20the%20authentication%20mode%20of%20a%20database%20server%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/how-to-change-the-authentication-mode-of-a-database-server_5608464.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a role?</title>
		<link>http://www.ucertify.com/article/how-to-create-a-role_5608468.html</link>
		<comments>http://www.ucertify.com/article/how-to-create-a-role_5608468.html#comments</comments>
		<pubDate>Sat, 12 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">5608468</guid>
		<description><![CDATA[Take the following steps to create a role:Run SQL Server Management Studio from Start &#62; Programs &#62; Microsoft SQL Server 2005 &#62; SQL Server Management Studio. In the Connect to Server window, click the Connect button.In the SQL Server Man]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >MCITP Database Administrator</a> in first attampt.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >Microsoft mcp</a> download free trial.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-create-a-role_5608468.html&amp;t=How+to+create+a+role%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-create-a-role_5608468.html&amp;title=How+to+create+a+role%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-create-a-role_5608468.html&amp;title=How+to+create+a+role%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=How+to+create+a+role%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-create-a-role_5608468.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Take the following steps to create a role:</p>
<ol>
<li>Run SQL Server Management Studio from Start &gt; Programs &gt; Microsoft SQL Server 2005 &gt; SQL Server Management Studio. </p>
<p><img src='http://www.ucertify.com/article/articleImages/f5608468a.gif' /></li>
<li>In the Connect to Server window, click the Connect button.
<p><img src='http://www.ucertify.com/article/articleImages/f5608468b.gif' /></li>
<li>In the SQL Server Management Studio window, double-click the Databases folder.
<p><img src='http://www.ucertify.com/article/articleImages/f5608468c.gif' /></li>
<li>In the SQL Server Management Studio window, double-click the database in which role is to be created.
<p><img src='http://www.ucertify.com/article/articleImages/f5608468d.gif' /></li>
<li>In the SQL Server Management Studio window, right-click the Security folder and select the New &gt; Database Role option.
<p><img src='http://www.ucertify.com/article/articleImages/f5608468e.gif' /></li>
<li>In the Database Role dialog box, mention the name and owner of the role and click the OK button.
<p><img src='http://www.ucertify.com/article/articleImages/f5608468f.gif' /></li>
</ol>
<p><sme refid="createrole.swf" style="default" />.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >MCTS SQL Server 2005</a> in first attampt.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >70-447 - SQL Server 2005 Design</a> simulation.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-create-a-role_5608468.html&amp;linkname=How%20to%20create%20a%20role%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/how-to-create-a-role_5608468.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note for creating a role</title>
		<link>http://www.ucertify.com/article/note-for-creating-a-role.html</link>
		<comments>http://www.ucertify.com/article/note-for-creating-a-role.html#comments</comments>
		<pubDate>Sat, 12 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">5608469</guid>
		<description><![CDATA[Before a role is created, the owner of the role should be added to the required database. If this is not done, an error occurs and the role is not created. The user can be added to the database through the Security page in the Database Properties dialog b]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >mcitp-database-administrator - MCITP Database Administrator</a> simulation.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >mcp MCP</a> exam practice questions.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-creating-a-role.html&amp;t=Note+for+creating+a+role&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-creating-a-role.html&amp;title=Note+for+creating+a+role&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-creating-a-role.html&amp;title=Note+for+creating+a+role&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Note+for+creating+a+role;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-creating-a-role.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Before a role is created, the owner of the role should be added to the required database. If this is not done, an error occurs and the role is not created. The user can be added to the database through the Security page in the Database Properties dialog box. </p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >Microsoft MCTS SQL Server 2005</a> exam.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >70-447 SQL Server 2005 Design</a> exam practice questions.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-creating-a-role.html&amp;linkname=Note%20for%20creating%20a%20role"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/note-for-creating-a-role.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Study Tips for Microsoft test 70-447</title>
		<link>http://www.ucertify.com/article/study-tips-for-microsoft-test-70-447.html</link>
		<comments>http://www.ucertify.com/article/study-tips-for-microsoft-test-70-447.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">5608456</guid>
		<description><![CDATA[The objective of Microsoft test 70-447 is to measure your ability to install and manage database servers and databases to test the skills of a user, and to optimize, manage, and administer the SQL Server 2005 databases. Your capability of database designi]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >mcitp-database-administrator MCITP Database Administrator</a> exam practice questions.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >mcp  MCP</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fstudy-tips-for-microsoft-test-70-447.html&amp;t=Study+Tips+for+Microsoft+test+70-447&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fstudy-tips-for-microsoft-test-70-447.html&amp;title=Study+Tips+for+Microsoft+test+70-447&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fstudy-tips-for-microsoft-test-70-447.html&amp;title=Study+Tips+for+Microsoft+test+70-447&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Study+Tips+for+Microsoft+test+70-447;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fstudy-tips-for-microsoft-test-70-447.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The objective of Microsoft test 70-447 is to measure your ability to install and manage database servers and databases to test the skills of a user, and to optimize, manage, and administer the SQL Server 2005 databases. Your capability of database designing and administration are also measured. You should be able to work with different tools present in SQL Server 2005 to create and manage databases. Before taking the test, you should remember the following study tips:
<ol>
<li>Always remember that the System Monitor tool is used to measure the counters of database servers and databases.</li>
<p>
<li>Always remember that the counter values give you an idea of whether to upgrade or replace a hardware resource.</li>
<p>
<li>Always remember that the storage and performance of a database can be improved by using different levels of RAIDs.</li>
<p>
<li>Always remember that SQL Server Management Studio is used to create and manage a database and database objects.</li>
<p>
<li>Always remember that SQL Server 2005 have different editions.</li>
<p>
<li>Always remember that a server having SQL Server 2005 Enterprise Edition can have fifty instances of SQL Server 2005.</li>
<p>
<li>Always remember that roles and permissions should be used to secure the database server from external and internal attacks.</li>
<p>
<li>Always remember that server-level, database-level, and schema-level security can be used to protect the server and the database.</li>
<p>
<li>Always remember that tables should have a primary key and foreign key relationship to retrieve data from more than one table.</li>
<p>
<li>Always remember that the traces can be used to view the cause of locks and deadlocks.</li>
<p>
<li>Always remember that Dynamic Management Views (DMVs) are used to view and resolve the issues related to different database objects such as tables, indexes, stored procedures, views, and triggers, etc.</li>
<p>
<li>Always remember that SQL Server Profiler provides event classes that are used to trace events occurring in SQL Server.</li>
<p>
<li>Always remember that transactions fail due to locks and deadlocks.</li>
<p>
<li>Always remember that locks and deadlocks are caused due to unavailable resources.</li>
<p>
<li>Always remember that traces can be created and managed through SQL Server Profiler.</li>
<p>
<li>Always remember that Backup and Restore processes help recover damaged databases and their objects.</li>
<p>
<li>Always remember that Failover Clustering helps maintain the performance in case a server in the cluster fails.</li>
</ol>
<p> To derive maximum value from the uCertify PrepKit, you should take a diagnostic test and find out your weak areas. Read all the study notes and remove your weaknesses. Use the uCertify PrepKit several times for the preparation of the test. Buy the PrepKit with 200+ questions and 100+ study notes. Practice all the tests several times until you get 100% in all the tests. </p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" > Pass Microsoft mcts-sql-server-2005 - MCTS SQL Server 2005</a></span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >Microsoft SQL Server 2005 Design</a> exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fstudy-tips-for-microsoft-test-70-447.html&amp;linkname=Study%20Tips%20for%20Microsoft%20test%2070-447"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/study-tips-for-microsoft-test-70-447.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things to practice for Microsoft test 70-447</title>
		<link>http://www.ucertify.com/article/things-to-practice-for-microsoft-test-70-447.html</link>
		<comments>http://www.ucertify.com/article/things-to-practice-for-microsoft-test-70-447.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">5608457</guid>
		<description><![CDATA[The Microsoft test 70-447 measures your ability to design the infrastructure of database servers and databases, and to optimize, manage, and administer SQL Server databases. It covers a range of database technologies. You must understand the ways of plann]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >Microsoft mcitp-database-administrator</a> download free trial.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >Microsoft mcp</a> download free trial.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fthings-to-practice-for-microsoft-test-70-447.html&amp;t=Things+to+practice+for+Microsoft+test+70-447&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fthings-to-practice-for-microsoft-test-70-447.html&amp;title=Things+to+practice+for+Microsoft+test+70-447&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fthings-to-practice-for-microsoft-test-70-447.html&amp;title=Things+to+practice+for+Microsoft+test+70-447&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Things+to+practice+for+Microsoft+test+70-447;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fthings-to-practice-for-microsoft-test-70-447.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The Microsoft test 70-447 measures your ability to design the infrastructure of database servers and databases, and to optimize, manage, and administer SQL Server databases. It covers a range of database technologies. You must understand the ways of planning to install database servers and databases, and know about the cost of hardware and software resources to develop the infrastructure. You should also consider the security of the database servers and usage of SQL Server services and objects. It requires you to have a good knowledge of the SQL Server objects and troubleshooting issues related to SQL Server. Before taking the 70-447 test, you should practice the following: </p>
<ol>
<li>Use capacity planning to plan the infrastructure.</li>
<p>
<li>Know the hardware and the software resources to be used.</li>
<p>
<li>Know the installation of the default and named instances.</li>
<p>
<li>Analyze  the security requirements on the basis of server-level, database-level, and schema-level.</li>
<p>
<li>Know the procedures for creating databases and database objects.</li>
<p>
<li>Know the strategy for creating high-availability for a business.</li>
<p>
<li>Know replication and its types.</li>
<p>
<li>Know about database mirroring.</li>
<p>
<li>Know about log shipping.</li>
<p>
<li>Know about the different data recovery models.</li>
<p>
<li>Know about the different types of replication topologies.</li>
<p>
<li>Know about the backup and restore processes.</li>
<p>
<li>Know about the different modes of backing up a database.</li>
<p>
<li>Understand the usage of System Monitor.</li>
<p>
<li>Manage counters and performance logs.</li>
<p>
<li> Understand the usage of SQL Server Profiler.</li>
<p>
<li> Understand the usage of Dynamic Management Views.</li>
<p>
<li>Create and maintain statistics.</li>
<p>
<li>Maintain transaction logs.</li>
<p>
<li>Know the usage of Query Editor.</li>
<p>
<li>Analyze queries using Graphical Execution Plan.</li>
<p>
<li>Create and manage a trace.</li>
<p>
<li>Trigger events and notification processes.</li>
<p>
<li>Use different tools and services of SQL Server to diagnose database problems.</li>
<p>
<li>Understand Failover Clustering.</li>
<p>
<li>Understand Database Mirroring.</li>
<p>
<li> Restore system databases.</li>
<p>
<li>Understand snapshots.</li>
<p>
<li> Use reporting services.</li>
<p>
<li>Understand linked servers.</li>
<p>
<li>Configure a linked server.</li>
<p>
<li>Use SQL Server integration services.</li>
<p>
<li>Secure databases.</li>
<p>
<li>Understand Denial of Service attacks.</li>
<p>
<li>Resolve Denial of Service attacks.</li>
</ol>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >mcts-sql-server-2005</a> test study guide and practice question.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >70-447 - SQL Server 2005 Design</a> simulation.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fthings-to-practice-for-microsoft-test-70-447.html&amp;linkname=Things%20to%20practice%20for%20Microsoft%20test%2070-447"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/things-to-practice-for-microsoft-test-70-447.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note for SQL Server Editions</title>
		<link>http://www.ucertify.com/article/note-for-sql-server-editions.html</link>
		<comments>http://www.ucertify.com/article/note-for-sql-server-editions.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">5608458</guid>
		<description><![CDATA[The following query is used to know about the currently installed SQL Server Edition on a computer: SELECT SERVERPROPERTY('edition') ]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" >mcitp-database-administrator  MCITP Database Administrator</a> exam.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >mcp  MCP</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-sql-server-editions.html&amp;t=Note+for+SQL+Server+Editions&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-sql-server-editions.html&amp;title=Note+for+SQL+Server+Editions&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-sql-server-editions.html&amp;title=Note+for+SQL+Server+Editions&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Note+for+SQL+Server+Editions;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-sql-server-editions.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The following query is used to know about the currently installed SQL Server Edition on a computer: </p>
<p><uc:stx>SELECT SERVERPROPERTY(&#8217;edition&#8217;)</uc:stx> </p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Become <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >Microsoft MCTS SQL Server 2005</a> certified.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >70-447</a> for exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fnote-for-sql-server-editions.html&amp;linkname=Note%20for%20SQL%20Server%20Editions"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/note-for-sql-server-editions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Database Engine Tuning Advisor?</title>
		<link>http://www.ucertify.com/article/what-is-database-engine-tuning-advisor.html</link>
		<comments>http://www.ucertify.com/article/what-is-database-engine-tuning-advisor.html#comments</comments>
		<pubDate>Thu, 03 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCITP Database Administrator]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server 2005]]></category>
		<category><![CDATA[MCITP Database Administrator SQL Server 2008]]></category>
		<category><![CDATA[MCITP Database Developer]]></category>
		<category><![CDATA[MCITP Database Developer SQL Server 2008]]></category>
		<category><![CDATA[MCITP Database Developer-2005]]></category>
		<category><![CDATA[MCITP Microsoft SQL Server]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[MCTS Microsoft SQL Server]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[MCTS SQL Server 2008]]></category>
		<category><![CDATA[70-431A]]></category>
		<category><![CDATA[70-432]]></category>
		<category><![CDATA[70-441]]></category>
		<category><![CDATA[70-443]]></category>
		<category><![CDATA[70-444]]></category>
		<category><![CDATA[70-447]]></category>

		<guid isPermaLink="false">7101039</guid>
		<description><![CDATA[Database Engine Tuning Advisor is a tool that tunes a database for better query performance by analyzing a workload that is a set of T-SQL statements. It suggests clustered indexes, nonclustered indexes, indexed views, and partitioning. Database Engine Tu]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-database-engine-tuning-advisor.html&amp;t=What+is+Database+Engine+Tuning+Advisor%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-database-engine-tuning-advisor.html&amp;title=What+is+Database+Engine+Tuning+Advisor%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-database-engine-tuning-advisor.html&amp;title=What+is+Database+Engine+Tuning+Advisor%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+Database+Engine+Tuning+Advisor%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-database-engine-tuning-advisor.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Database Engine Tuning Advisor is a tool that tunes a database for better query performance by analyzing a workload that is a set of T-SQL statements. It suggests clustered indexes, nonclustered indexes, indexed views, and partitioning. Database Engine Tuning Advisor in SQL Server 2005 replaces the Index Tuning Wizard of SQL Server 2000. This tool provides two user interfaces: a graphical user interface (GUI) and the dta command prompt utility. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcitp.html" >mcitp  MCITP</a> exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator.html" > Pass Microsoft mcitp-database-administrator - MCITP Database Administrator</a><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-administrator-sql-server.html" >MCITP Database Administrator SQL Server</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-admin-sql-server-2005.html" >mcitp-database-admin-sql-server-2005  MCITP Database Administrator SQL Server 2005</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-admin-sql-server-2008.html" >mcitp-database-admin-sql-server-2008</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-developer.html" >Microsoft MCITP Database Developer</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-developer-2008.html" >mcitp-database-developer-2008 MCITP Database Developer SQL Server 2008</a> exam practice questions.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-developer-2005.html" >MCITP Database Developer-2005</a> in first attampt.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-sql-server.html" >MCITP Microsoft SQL Server</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" > Pass Microsoft mcp - MCP</a><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Microsoft/mcts.html" >mcts</a> for exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server.html" >mcts-sql-server</a> test study guide and practice question.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >Microsoft mcts-sql-server-2005</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2008.html" >Microsoft MCTS SQL Server 2008</a> exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Microsoft/70-431.html" > Pass Microsoft 70-431 - SQL Server 2005 Implementation</a><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Microsoft/70-432.html" >70-432</a> for exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Microsoft/70-441.html" >70-441</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Microsoft/70-443.html" >70-443 - SQL Server 2005 Design</a> simulation.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Microsoft/70-444.html" >Microsoft 70-444</a> download free trial.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/exams/Microsoft/70-447.html" >Microsoft SQL Server 2005 Design</a> certified.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-database-engine-tuning-advisor.html&amp;linkname=What%20is%20Database%20Engine%20Tuning%20Advisor%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-database-engine-tuning-advisor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the binary datatype?</title>
		<link>http://www.ucertify.com/article/what-is-the-binary-datatype.html</link>
		<comments>http://www.ucertify.com/article/what-is-the-binary-datatype.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCAD]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCITP Database Developer]]></category>
		<category><![CDATA[MCITP Database Developer-2005]]></category>
		<category><![CDATA[MCITP Microsoft SQL Server]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCSA 2000 to 2003]]></category>
		<category><![CDATA[MCSA to MCSE-2003]]></category>
		<category><![CDATA[MCSE]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-431]]></category>
		<category><![CDATA[70-441]]></category>

		<guid isPermaLink="false">5608380</guid>
		<description><![CDATA[The binary datatype is a fixed-length non-Unicode datatype. It is used to store binary data. It uses a fixed amount of memory. The usage of memory does not depend on the size of file in bytes present in a field having the binary datatype. The definition o]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-binary-datatype.html&amp;t=What+is+the+binary+datatype%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-binary-datatype.html&amp;title=What+is+the+binary+datatype%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-binary-datatype.html&amp;title=What+is+the+binary+datatype%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+the+binary+datatype%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-binary-datatype.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The binary datatype is a fixed-length non-Unicode datatype. It is used to store binary data. It uses a fixed amount of memory. The usage of memory does not depend on the size of file in bytes present in a field having the binary datatype. The definition of the binary datatype is as follows:</p>
<p><uc:stx>binary(n) </uc:stx></p>
<p>Here, n refers to the size of file present in a field having the binary datatype. The maximum length of this datatype is 8000.</p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Microsoft/mcad.html" >mcad - MCAD</a> simulation.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcitp.html" >Microsoft mcitp</a> download free trial.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-developer.html" >mcitp-database-developer MCITP Database Developer</a> exam practice questions.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-database-developer-2005.html" >Microsoft MCITP Database Developer-2005</a> certified.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Microsoft/mcitp-sql-server.html" >mcitp-sql-server MCITP Microsoft SQL Server</a> exam practice questions.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >Microsoft MCP</a> certified.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcsa-2000-to-2003.html" >mcsa-2000-to-2003</a> test study guide and practice question.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Microsoft/mcsa-to-mcse-2003.html" >mcsa-to-mcse-2003</a> for exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Microsoft/mcse-2003.html" >Microsoft MCSE</a> certified.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >Microsoft mcts-sql-server-2005</a> download free trial.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Microsoft/70-431.html" >Microsoft 70-431</a> download free trial.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/Microsoft/70-441.html" >PRO: SQL Server 2005 Designing Solutions  </a> in first attampt.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-binary-datatype.html&amp;linkname=What%20is%20the%20binary%20datatype%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-the-binary-datatype.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable recursion of trigger through Server Properties dialog box?</title>
		<link>http://www.ucertify.com/article/how-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html</link>
		<comments>http://www.ucertify.com/article/how-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[MCAD]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[MCSA 2000 to 2003]]></category>
		<category><![CDATA[MCSA to MCSE-2003]]></category>
		<category><![CDATA[MCSE]]></category>
		<category><![CDATA[MCTS SQL Server 2005]]></category>
		<category><![CDATA[70-431]]></category>

		<guid isPermaLink="false">5608382</guid>
		<description><![CDATA[Take the following steps to disable recursion of trigger through Server Properties dialog box:Run SQL Server Management Studio from Start &#62; Programs &#62; Microsoft SQL Server 2005 &#62; SQL Server Management Studio.In the Connect to Server window,]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html&amp;t=How+to+disable+recursion+of+trigger+through+Server+Properties+dialog+box%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html&amp;title=How+to+disable+recursion+of+trigger+through+Server+Properties+dialog+box%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html&amp;title=How+to+disable+recursion+of+trigger+through+Server+Properties+dialog+box%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=How+to+disable+recursion+of+trigger+through+Server+Properties+dialog+box%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Take the following steps to disable recursion of trigger through Server Properties dialog box:</p>
<ol>
<li>Run SQL Server Management Studio from Start &gt; Programs &gt; Microsoft SQL Server 2005 &gt; SQL Server Management Studio.</p>
<p><img src='http://www.ucertify.com/article/articleImages/f5608382a.gif' /></li>
<li>In the Connect to Server window, click the Connect button.
<p><img src='http://www.ucertify.com/article/articleImages/f5608382b.gif' /></li>
<li>In the SQL Server Management Studio window, right-click the server and click the Properties option.
<p><img src='http://www.ucertify.com/article/articleImages/f5608382c.gif' /></li>
<li>In the Server Properties dialog box, set the <uc:hed>Allow Triggers to Fire Others</uc:hed> property to False. Click the OK button.
<p><img src='http://www.ucertify.com/article/articleImages/f5608382d.gif' /></li>
</ol>
<p><sme refid="disabletrigger.swf" style="default" /></p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Microsoft/mcad.html" >MCAD</a> in first attampt.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Microsoft/mcp.html" >mcp</a> test study guide and practice question.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Microsoft/mcsa-2000-to-2003.html" >Microsoft mcsa-2000-to-2003</a> download free trial.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Microsoft/mcsa-to-mcse-2003.html" >mcsa-to-mcse-2003 - MCSA to MCSE-2003</a> simulation.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Microsoft/mcse-2003.html" > Pass Microsoft mcse-2003 - MCSE</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Microsoft/mcts-sql-server-2005.html" >Microsoft MCTS SQL Server 2005</a> exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Microsoft/70-431.html" >70-431</a> for exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html&amp;linkname=How%20to%20disable%20recursion%20of%20trigger%20through%20Server%20Properties%20dialog%20box%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/how-to-disable-recursion-of-trigger-through-server-properties-dialog-box_5608382.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
