<?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; Certification</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/dba/tag/certification/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>MS Cert Test prices go up on the 1st</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/ms-cert-test-prices-go-up-on-the-1st/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/ms-cert-test-prices-go-up-on-the-1st/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 18:00:00 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/ms-cert-test-prices-go-up-on-the-1st/</guid>
		<description><![CDATA[Just a quick reminder that if you want to get an MS Certification you need to get it on the books by the first or you will be paying an additional $25.00 staring on July 1st. So get out there and get it done. Thanks]]></description>
				<content:encoded><![CDATA[<p>Just a quick reminder that if you want to get an MS Certification you need to get it on the books by the first or you will be paying an additional $25.00 staring on July 1st. So get out there and get it done.</p>
<p>Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/ms-cert-test-prices-go-up-on-the-1st/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>MCTS Exam</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/mcts-exam/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/mcts-exam/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:00:27 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Study]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/mcts-exam/</guid>
		<description><![CDATA[So Like I said before I did take the MCTS Exam and I did pass. I can not go into any detail about the test as you have to agree to an NDA before you take it. The test was, in my opinion, not as hard as the study material. I think that MS did [...]]]></description>
				<content:encoded><![CDATA[<p>So Like I said before I did take the MCTS Exam and I did pass. I can not go into any detail about the test as you have to agree to an NDA before you take it. The test was, in my opinion, not as hard as the study material. I think that MS did a great job with the study material for this test. I was not sure if I was really ready for the test but it turns out I was more than ready.<br />
I finished the test very early. I had about 40 minutes left when I completed the question portion and still over 1 hour left when I completed the simulation portion of the Exam. To study I purchased the following kit and I am about to start on the second book to prepare for the second of the three tests required for the MCITP:DBA certification. Think I will start hitting that hard when I return from Hawaii.</p>
<p>http://www.amazon.com/gp/product/0735623775</p>
<p>Read the book and spend time doing the practices and questions in the book and definitely take the practice tests. You will do well if you do all that.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/mcts-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Certification Test</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/ms-certification-test/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/ms-certification-test/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 17:33:37 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[MS SQL Admin]]></category>
		<category><![CDATA[MS SQL Server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/ms-certification-test/</guid>
		<description><![CDATA[I have scheduled my first certification test for late October. I think that by putting the date on the calendar it will push me to finish my study more quickly. I have not been as vigilent as I would have liked to be so I am lighting the fire so to speak. Also with my [...]]]></description>
				<content:encoded><![CDATA[<p>I have scheduled my first certification test for late October. I think that by putting the date on the calendar it will push me to finish my study more quickly. I have not been as vigilent as I would have liked to be so I am lighting the fire so to speak. Also with my new position I think that I will have some big SQL Server Projects down the road pretty quickly. That is a bigger fire for me but all the extra motivation is good for me. I have learned a lot over the last 8 months or so that I have been doing DBA work with Sybase, Oracle, and SQL Server but I still feel like I have so much to learn. Now I will be focusing more on SQL Server so I am really going to start getting my hands dirty on some fun big national projects. I am very excited to be in the mix more than I have been to this point. I am sure that I will have some good stories for you very soon.<br />
Anyway I do not have much time now to get ready for that first test. I think that I am pretty much ready but I want to study more and play in SQL Server more before taking the test. I just do better once the pressure is on. Wish me luck and I will keep you in the loop.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/ms-certification-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still working towards Cert.</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/still-working-towards-cert/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/still-working-towards-cert/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:34:26 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/still-working-towards-cert/</guid>
		<description><![CDATA[Sorry that I have not posted in so long. I have had some family things come up and I have ben very busy. I think that I have all that worked out, except for being busy, and I should be back to posting at more regular intervals. I am still working on getting my MCITP [...]]]></description>
				<content:encoded><![CDATA[<p>Sorry that I have not posted in so long. I have had some family things come up and I have ben very busy. I think that I have all that worked out, except for being busy, and I should be back to posting at more regular intervals.</p>
<p>I am still working on getting my MCITP DBA. I, and the guys I work with, are still working on the first book. I must say that I really do still have a lot to learn but I love that. That is why I chose to get into IT, the education never ends. I just never have enough time to do all that I want and to read all that I want. I am still working with Powershell alot and trying to do things with SQL Server and Poweshell combined. I am working on some small scripts that will gather important information from SQL Server for us and I will share them as I complete them. Anyway, I still have about 5 chapters to go in the first study guide book and then I think that I will read it again and this time I will do all the practices and examples as I go. I am not this time around because I am just attempting to absorb as much as I can and get a basic understanding. Once I have that then I will be able to go though it again and dig deeper and do the stuff and really understand what it is all about and how it works.</p>
<p>Anyone have any thoughts on how I can better prepare myself for the MCITP exams I am all ears.</p>
<p>Thanks and I will be posting again soon.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/still-working-towards-cert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
