<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Roadmap of Microsoft Certifications &#8211; SQL Server Certifications</title>
	<atom:link href="http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ravindrareddy</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-250590</link>
		<dc:creator><![CDATA[ravindrareddy]]></dc:creator>
		<pubDate>Thu, 09 Feb 2012 15:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-250590</guid>
		<description><![CDATA[Hi Mr.Pinal Dave

what kind of future is there for Sql Server 2008]]></description>
		<content:encoded><![CDATA[<p>Hi Mr.Pinal Dave</p>
<p>what kind of future is there for Sql Server 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravindra</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-202684</link>
		<dc:creator><![CDATA[Ravindra]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 05:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-202684</guid>
		<description><![CDATA[Hi Pinal, 
I am reading your blog everyday and it&#039;s very helpful in my day to day activities. Also I have attended you seminar last year happened in Pune.  
I have passed my exam 70-432 and currently planning to give Exam 70-450. 
if you share any notes related to this exam  then it will be great for me.

Thanks in Advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I am reading your blog everyday and it&#8217;s very helpful in my day to day activities. Also I have attended you seminar last year happened in Pune.<br />
I have passed my exam 70-432 and currently planning to give Exam 70-450.<br />
if you share any notes related to this exam  then it will be great for me.</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek.B</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-153658</link>
		<dc:creator><![CDATA[Abhishek.B]]></dc:creator>
		<pubDate>Thu, 04 Aug 2011 12:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-153658</guid>
		<description><![CDATA[select  name , l_id , phone , remark
from (  select  name , phone1 ,phone2 ,phone3  , remark
					from #Client --where  remark=&#039;na&#039; -- you can filter here or after getting result.
	 )	p1 
	UNPIVOT 	( l_id FOR Phone IN (phone1 ,phone2 ,phone3 )
				) AS UNPVT
where remark=&#039;na&#039;]]></description>
		<content:encoded><![CDATA[<p>select  name , l_id , phone , remark<br />
from (  select  name , phone1 ,phone2 ,phone3  , remark<br />
					from #Client &#8211;where  remark=&#8217;na&#8217; &#8212; you can filter here or after getting result.<br />
	 )	p1<br />
	UNPIVOT 	( l_id FOR Phone IN (phone1 ,phone2 ,phone3 )<br />
				) AS UNPVT<br />
where remark=&#8217;na&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-108189</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 27 Dec 2010 15:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-108189</guid>
		<description><![CDATA[select name,phone1 from client where remark=&#039;na&#039;
union all
select name,phone2 from client where remark=&#039;na&#039;
union all
select name,phone3 from client where remark=&#039;na&#039;]]></description>
		<content:encoded><![CDATA[<p>select name,phone1 from client where remark=&#8217;na&#8217;<br />
union all<br />
select name,phone2 from client where remark=&#8217;na&#8217;<br />
union all<br />
select name,phone3 from client where remark=&#8217;na&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brijesh Bellur</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-108161</link>
		<dc:creator><![CDATA[Brijesh Bellur]]></dc:creator>
		<pubDate>Mon, 27 Dec 2010 11:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-108161</guid>
		<description><![CDATA[hi Dave,

i have created table:

CREATE TABLE client
(l_id int,
name varchar(25),
phone1 int,
phone2 int,
phone3 int,
remark varchar(255));

inserted data:

l_id  name  phone1 phone2  phone3  remark
1    aa        123       456       111      na
2  cc         895        666       544      al

i want in new table of only &quot;remark=na&quot;

output of new table name phone is:

name   phone
aa        123 
aa        456 
aa        111 


thanx in advance]]></description>
		<content:encoded><![CDATA[<p>hi Dave,</p>
<p>i have created table:</p>
<p>CREATE TABLE client<br />
(l_id int,<br />
name varchar(25),<br />
phone1 int,<br />
phone2 int,<br />
phone3 int,<br />
remark varchar(255));</p>
<p>inserted data:</p>
<p>l_id  name  phone1 phone2  phone3  remark<br />
1    aa        123       456       111      na<br />
2  cc         895        666       544      al</p>
<p>i want in new table of only &#8220;remark=na&#8221;</p>
<p>output of new table name phone is:</p>
<p>name   phone<br />
aa        123<br />
aa        456<br />
aa        111 </p>
<p>thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VinKad</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-103976</link>
		<dc:creator><![CDATA[VinKad]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 12:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-103976</guid>
		<description><![CDATA[Hi,

I am a SQL dev. My work basically involves writing queries. I wish to take certification that should highlight my work. Please let me know what certification should i opt for and wat preparations are required from my end.

SQL SERVER 2008.

Cheers and thanks in advance,
Vin]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am a SQL dev. My work basically involves writing queries. I wish to take certification that should highlight my work. Please let me know what certification should i opt for and wat preparations are required from my end.</p>
<p>SQL SERVER 2008.</p>
<p>Cheers and thanks in advance,<br />
Vin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News – Exam 70-433 – MCTS – Microsoft SQL Server 2008, Database Development Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-78008</link>
		<dc:creator><![CDATA[SQLAuthority News – Exam 70-433 – MCTS – Microsoft SQL Server 2008, Database Development Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 01:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-78008</guid>
		<description><![CDATA[[...] how to pass SQL Server Certification exams. I have previously written about the road map over SQL SERVER – Roadmap of Microsoft Certifications – SQL Server Certifications. I have tremendous respect for Microsoft Certification and I enjoy the preparation phase as well as [...]]]></description>
		<content:encoded><![CDATA[<p>[...] how to pass SQL Server Certification exams. I have previously written about the road map over SQL SERVER – Roadmap of Microsoft Certifications – SQL Server Certifications. I have tremendous respect for Microsoft Certification and I enjoy the preparation phase as well as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajit K. Prasad</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-72771</link>
		<dc:creator><![CDATA[Ajit K. Prasad]]></dc:creator>
		<pubDate>Mon, 24 May 2010 03:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-72771</guid>
		<description><![CDATA[Hi Pinal,

This blog of yours is really very helpful. 
I am working as a Remote Desktop Engineer for Windows Support. I wish to opt for SQL Server 2008 70-448 and 70-452 Exams. Could you please help me out if that will help me in my further career as I wish to switch to  Database side. Could you also help me with the study material for the same?

Thank you,

Warm Regards,
Ajit.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>This blog of yours is really very helpful.<br />
I am working as a Remote Desktop Engineer for Windows Support. I wish to opt for SQL Server 2008 70-448 and 70-452 Exams. Could you please help me out if that will help me in my further career as I wish to switch to  Database side. Could you also help me with the study material for the same?</p>
<p>Thank you,</p>
<p>Warm Regards,<br />
Ajit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chitra</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-68596</link>
		<dc:creator><![CDATA[chitra]]></dc:creator>
		<pubDate>Mon, 03 May 2010 12:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-68596</guid>
		<description><![CDATA[Hi Pinal ,

First of all thank u so much ... nice blog...
I am working in asp.net but i am very much interested in sql server so i decided to change career in SQL DBA side. so i like to do Microsoft Certification in SQL server , I wants to how to prepare with out attending training program or course ??? How to get Study Materials ?? Kindly please Sugest me..

Regards,
Chitra.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal ,</p>
<p>First of all thank u so much &#8230; nice blog&#8230;<br />
I am working in asp.net but i am very much interested in sql server so i decided to change career in SQL DBA side. so i like to do Microsoft Certification in SQL server , I wants to how to prepare with out attending training program or course ??? How to get Study Materials ?? Kindly please Sugest me..</p>
<p>Regards,<br />
Chitra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-64951</link>
		<dc:creator><![CDATA[Natalie]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 23:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-64951</guid>
		<description><![CDATA[Hi Pinal,
I&#039;m interested in preparing and taking MCTS Exam 70-448 (BI).
I don&#039;t have experience in SQL Server BI, but I do have 9 years of Business Objects and approx 9 years of SQL server admin/development/DTS, mostly SQL server 2000 and some 2005. I’ve never been certified and really want to move in that direction, specifically into Business Intelligence area. 

Do you think it&#039;s feasible for me to start with preparation for this exam and get certified without having actual working knowledge of that?

Would appreciate your suggestions...
Regards.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I&#8217;m interested in preparing and taking MCTS Exam 70-448 (BI).<br />
I don&#8217;t have experience in SQL Server BI, but I do have 9 years of Business Objects and approx 9 years of SQL server admin/development/DTS, mostly SQL server 2000 and some 2005. I’ve never been certified and really want to move in that direction, specifically into Business Intelligence area. </p>
<p>Do you think it&#8217;s feasible for me to start with preparation for this exam and get certified without having actual working knowledge of that?</p>
<p>Would appreciate your suggestions&#8230;<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIJAY</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-63891</link>
		<dc:creator><![CDATA[VIJAY]]></dc:creator>
		<pubDate>Sun, 28 Mar 2010 07:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-63891</guid>
		<description><![CDATA[SIR, I HAVE COMPELTED MY BCA FROM TILAK MAHARASHTRA UNIVERSITY. IN MY SECOND SEM WE HAVE SQL SERVER 2005 SUBJECT.
CAN I GET CERTIFICATIONS IN SQL SINCE I DID&#039;NT HAVE ANY JOB EXPERINECE IN SQL? BUT I HAD TAKEN COAHCING OF SQL SERVER 2005 FROM ST.ANGELOS .....PLEASE HELP ME OUT]]></description>
		<content:encoded><![CDATA[<p>SIR, I HAVE COMPELTED MY BCA FROM TILAK MAHARASHTRA UNIVERSITY. IN MY SECOND SEM WE HAVE SQL SERVER 2005 SUBJECT.<br />
CAN I GET CERTIFICATIONS IN SQL SINCE I DID&#8217;NT HAVE ANY JOB EXPERINECE IN SQL? BUT I HAD TAKEN COAHCING OF SQL SERVER 2005 FROM ST.ANGELOS &#8230;..PLEASE HELP ME OUT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lokesh kumar saini</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-63592</link>
		<dc:creator><![CDATA[lokesh kumar saini]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 18:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-63592</guid>
		<description><![CDATA[hiiiii
             i want to do sql server cirtification anybody having dups of cirtification then please help me 

Thanks 
lokesh kumar saini]]></description>
		<content:encoded><![CDATA[<p>hiiiii<br />
             i want to do sql server cirtification anybody having dups of cirtification then please help me </p>
<p>Thanks<br />
lokesh kumar saini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandrashekhar</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-59978</link>
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-59978</guid>
		<description><![CDATA[Hi Pinal

 I am a SQL Server 2005 Database developer. I am looking for a Microsoft certification on Database developer for SQL2k5 only. I have gone through the Microsoft website and found that exam 70-433 is for Database developer but this is for 
Sql server 2008 version. I am only looking for SQL2k5 certification. Please let me know the exact certification number.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p> I am a SQL Server 2005 Database developer. I am looking for a Microsoft certification on Database developer for SQL2k5 only. I have gone through the Microsoft website and found that exam 70-433 is for Database developer but this is for<br />
Sql server 2008 version. I am only looking for SQL2k5 certification. Please let me know the exact certification number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linet</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-59571</link>
		<dc:creator><![CDATA[Linet]]></dc:creator>
		<pubDate>Mon, 11 Jan 2010 10:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-59571</guid>
		<description><![CDATA[Hi Pinal,

I am working as a .Net programmer for 2 years in bangalore. I have only basic knowledge of SQL server 2005. I am interested to take the MCITP certification. I could not afford the course fee of SQL training. so without attending the course i want to learn and get certified. Could you please suggest any site which can help me or  SQL SERVER 2005 course affordable for me?

Looking froward from you..

Thanks
Linet]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I am working as a .Net programmer for 2 years in bangalore. I have only basic knowledge of SQL server 2005. I am interested to take the MCITP certification. I could not afford the course fee of SQL training. so without attending the course i want to learn and get certified. Could you please suggest any site which can help me or  SQL SERVER 2005 course affordable for me?</p>
<p>Looking froward from you..</p>
<p>Thanks<br />
Linet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parijat Chowdhury</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-56108</link>
		<dc:creator><![CDATA[Parijat Chowdhury]]></dc:creator>
		<pubDate>Thu, 24 Sep 2009 04:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-56108</guid>
		<description><![CDATA[Hi Mr.Dave,

I find your Blogs very helpful in my day to day activities as an amateur SQL DBA.

I want to get the DBA Certifications , but  as I come from a remote part of India , and do not have any coaching centers , can you kindly suggest what kind of preparation to make and from where can i procure the study materials.


Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Mr.Dave,</p>
<p>I find your Blogs very helpful in my day to day activities as an amateur SQL DBA.</p>
<p>I want to get the DBA Certifications , but  as I come from a remote part of India , and do not have any coaching centers , can you kindly suggest what kind of preparation to make and from where can i procure the study materials.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBA Dreamer</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-51585</link>
		<dc:creator><![CDATA[DBA Dreamer]]></dc:creator>
		<pubDate>Wed, 06 May 2009 06:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-51585</guid>
		<description><![CDATA[I have 5 years of development experience but since day one of my IT life was always interested in becoming a DBA. Since past few months I&#039;m getting tired of programming and want to pursue DBA but not sure would it be a right decision? Could you please share some thoughts.

As well should I get certified on 2005 or 2008? So far have only used 2008 to basic level. 05 have used since past 3 years.]]></description>
		<content:encoded><![CDATA[<p>I have 5 years of development experience but since day one of my IT life was always interested in becoming a DBA. Since past few months I&#8217;m getting tired of programming and want to pursue DBA but not sure would it be a right decision? Could you please share some thoughts.</p>
<p>As well should I get certified on 2005 or 2008? So far have only used 2008 to basic level. 05 have used since past 3 years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pacific Leader</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-51567</link>
		<dc:creator><![CDATA[Pacific Leader]]></dc:creator>
		<pubDate>Tue, 05 May 2009 15:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-51567</guid>
		<description><![CDATA[I agree with what you have said in this article.
Certifications are great thing to get!]]></description>
		<content:encoded><![CDATA[<p>I agree with what you have said in this article.<br />
Certifications are great thing to get!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arkesh</title>
		<link>http://blog.sqlauthority.com/2009/05/04/sql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2/#comment-51500</link>
		<dc:creator><![CDATA[Arkesh]]></dc:creator>
		<pubDate>Mon, 04 May 2009 02:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4478#comment-51500</guid>
		<description><![CDATA[Hi Mr Pinal,

i am Arkesh did MCA and  working as a software programmer in Malaysia (My hometown is Bangalore,India).
past from few months i am reading your blog.  
i can clearly say your blog made me to get more interest on SQL SERVER and now even though i am not from database side  i would like to do an Microsoft certification course on SQL SERVER 2005, i am more interested in DB Designing.

i asked  some Educational  Institute in Malaysia about Microsoft course on SQL Server. the Fee structure was 33,000Rs for 4 to 5 days class which i cannot offered now. 

I need a favor from you about the course.

Can you suggest me the course on SQL SERVER 2005 and also the steps  need to  fallow for registration of course. course Expenditure, to get study materials
how we have to write exam?(i never took any exam online)

Looking Forward from you
..Arkesh]]></description>
		<content:encoded><![CDATA[<p>Hi Mr Pinal,</p>
<p>i am Arkesh did MCA and  working as a software programmer in Malaysia (My hometown is Bangalore,India).<br />
past from few months i am reading your blog.<br />
i can clearly say your blog made me to get more interest on SQL SERVER and now even though i am not from database side  i would like to do an Microsoft certification course on SQL SERVER 2005, i am more interested in DB Designing.</p>
<p>i asked  some Educational  Institute in Malaysia about Microsoft course on SQL Server. the Fee structure was 33,000Rs for 4 to 5 days class which i cannot offered now. </p>
<p>I need a favor from you about the course.</p>
<p>Can you suggest me the course on SQL SERVER 2005 and also the steps  need to  fallow for registration of course. course Expenditure, to get study materials<br />
how we have to write exam?(i never took any exam online)</p>
<p>Looking Forward from you<br />
..Arkesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

