<?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>The Multifunctioning DBA &#187; 70-443</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/dba/tag/70-443/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/dba</link>
	<description></description>
	<lastBuildDate>Wed, 06 Feb 2013 01:01:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>70-443 Chapter 4</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-4/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-4/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:30:46 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[70-443]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-4/</guid>
		<description><![CDATA[More security and some repeat of chapter 3. This is good though, they really hammered home to make sure that you are using AV, Strong Passwords, and things like that from Chapter 3. New information about NTLM and Kerberos Authentication, Certificates for encryption, and a lot of great information about service accounts best practices. The [...]]]></description>
				<content:encoded><![CDATA[<p>More security and some repeat of chapter 3. This is good though, they really hammered home to make sure that you are using AV, Strong Passwords, and things like that from Chapter 3. New information about NTLM and Kerberos Authentication, Certificates for encryption, and a lot of great information about service accounts best practices. The big things with service accounts are to not use the local system account as it is a admin on the box and you do not really need that. Use domain accounts that have as little permission as they need to do the job. It also talked about the groups that are created that are set with those permissions, on the local machine at least. If you need your SQL Agent to access data in a file share then you will need to make sure that the domain account you are using to get at that data actually does have access to that data.</p>
<p>Great information about using firewalls to block traffic on TCP1433 and UDP1434 from the internet. Also about removing protocols that you do not need like Netbios and SMB.</p>
<p>Again if you do not know everything about all I just mentioned. Read that chapter. I know I will again.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-443 Chapter 3</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-3/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-3/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:25:39 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[70-443]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/?p=328</guid>
		<description><![CDATA[Chapter 3 was all about designing SQL Server Security in the enterprise. Again something that I need to start digging into and fixing in my environment. Should be fun though. This chapter talked alot about Domain Level Group Policy as well as Local Group Policies. Using GP in order to force password requirments on SQL [...]]]></description>
				<content:encoded><![CDATA[<p>Chapter 3 was all about designing SQL Server Security in the enterprise. Again something that I need to start digging into and fixing in my environment. Should be fun though.</p>
<p>This chapter talked alot about Domain Level Group Policy as well as Local Group Policies. Using GP in order to force password requirments on SQL Logins. Also not to allow exceptions unless you have a real business need to do so, and even them keep them as minimal as possible. It talked about securing from attacks. Make sure that you have AV installed and running and update the DAT files. Do not let the SQL Database face the internet. Put it in a DMZ and let the web server face the public but do not let them interact with the SQL Server. In order to minimize SQL Injection do not use Dynamic SQL, Verify the input, and do not run services with high level accounts.</p>
<p>The next section talks about SQL Server Security at the instance, and database levels. Logins and Users and the Instance Roles that a login can be a part of and the database level roles that a user can be a part of. The different types of authentication that SQL server can use. Window or Mixed Mode.</p>
<p>That is a braod overview of chapter 3 and if you do not think that you know all there is to know about this stuff then read it. I am sure that I will again.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-443 Chapter 2</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-2/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 08:00:39 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[70-443]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-2/</guid>
		<description><![CDATA[This chapter is all about cosolidation and multiple instances. Not a very long chapter but a great read. I have to say that this cleard up some misconceptions on my part and I really enjoyed the chapter. This chapter talks about instance design and consolidation strategy. I must say that I was a firm believer [...]]]></description>
				<content:encoded><![CDATA[<p>This chapter is all about cosolidation and multiple instances. Not a very long chapter but a great read. I have to say that this cleard up some misconceptions on my part and I really enjoyed the chapter. This chapter talks about instance design and consolidation strategy. I must say that I was a firm believer in one instance per appliction. This works great for keeping things seperate and that way I can give a named instance to each application. Easy to know what instance I need to look at when the application team calls with an issue. This however is not so great when you think about the resources on the server. You can install multiple instances on one server in order to condolidate hardware but at what cost. Each instance needs its own resources and unless you need to have seperation for security purposes it may make more sense to host multiple application Databases on on instance. You will be able to save resources and have more applications running from less servers. This will save a ton of money in hardware and software licensing. You still need to know what each database is doing so you can make sure not to overload the server. remember that you have DISK IO, Memory and other things that will come into play. For instance, each connection to the instance will take about 500 KB of Ram. The more databases that your instance is hosting, the more connections you will have and the more RAM you will be using. Make sure to take all that into consideration when doing your consolidation or instance design.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-443 Format</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/70-443-format/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/70-443-format/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:51:46 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[70-443]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/70-443-format/</guid>
		<description><![CDATA[The 70-443 book also outlines what to expect on the exam. I think that this is great. After completing the first chapter, and loving it, I am excited about reading about the exam. It seems that this test will be a more engaging test than the first was. This test will have a five page [...]]]></description>
				<content:encoded><![CDATA[<p>The 70-443 book also outlines what to expect on the exam. I think that this is great. After completing the first chapter, and loving it, I am excited about reading about the exam. It seems that this test will be a more engaging test than the first was. This test will have a five page outline of a case and then about 10 questions to answer about each case. This seems way more real world and less just memory and selecting the correct answer. It will be more like the real world and that is awesome. I am really looking forward to digging into this book and getting this test done. Now that I am the only SQL Server guy for my company, it is more meaningful to me. Not sure if that is a good thing or a bad thing but that is how it is. Now that I am the guy that is going to be fixing our existing systems and defining how things should be in the future I am very excited to do it correctly.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/70-443-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-443 Chapter 1</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-1/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:13:22 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[70-443]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-1/</guid>
		<description><![CDATA[I will be giving a summary of most of the sections of each chapter. Not all information will be in the summary but the things that I think are most important will be included in my summary. Keep in mind that if you are studing for these certificates that you should go get the book [...]]]></description>
				<content:encoded><![CDATA[<p>I will be giving a summary of most of the sections of each chapter. Not all information will be in the summary but the things that I think are most important will be included in my summary. Keep in mind that if you are studing for these certificates that you should go get the book and do the work. It will pay off for you. These are just some of the highlights.</p>
<p><span style="font-size:14pt"><strong>Planning a database server infrastructure<br />
</strong></span></p>
<p>Server sizing can be done in a couple of ways and it really depends on the situation that you are in. Server Sizing refers to more than just the size of the database. This includes the hardware of the server. Procs, Network, Disk, Memory…etc. If you are lucky and you are looking to replace an existing server, or you have the money to build a full test server and perform realistic load tests, then you can gather performance data and baselines to help make your decisions. If you are not so lucky then you will want to do interviews with Management and perhaps the support team of the app that the database server will be supporting. If this is a third party application then hopefully they have done the due diligence and can give good guidelines on what hardware you will need and what type of load and growth to expect out of an organization of your size.</p>
<p>I think that I liked the section on disk the most. It talks about different types of disk, SCSI, SATA, and so forth. It also talks about disk configuration and describes why certain raid levels are better than others depending on what your database transactions look like. I found it very interesting that a RAID 10 was the best for writes and reads and that a RAID 5 was so bad for reads. That is going to make me re-think the way that just about all my servers are set up.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/70-443-chapter-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
