ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



General discussions > Public newsgroups > microsoft.public.cert.mcdba > what version for MCDBA

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread






Author what version for MCDBA
anthony
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
what version for MCDBA

Hi all,

What version of SQL Server I need to install for preparing MCDBA?

is "Developer" version enough?

or I need "Enterprise" version"?

do I need to setup network (2 computer?) or stand alone is enough?

are there many questions about "Replication" in the exams?

which book is good to learn about "performance tuning and optimisation"?

Thanks a lot for your comments, advices.

anthony


Report this post to a moderator

Old Post 01-31-03 12:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
Somchai U.
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: what version for MCDBA

You should have direct experience with real SQL Server.

For preparation, you should have at least SQL Server evaluation version.
Enterprise version is not really needed. If you use "online simulation", you
do not need real SQL Server, but I never recommend this.

One is good enough (SQL 2000 allow multiple instances), but two is better.
You can play with replication and linked servers across the LAN cable.

There is not much questions about replication, but you should not give up
this section. Replication is difficult when you have no real experience. If
you have used some, it is not too difficult.

Many good topics are in Book On-Line.

Somchai

"anthony" <anthony@allette.com.au> wrote in message
news:OjCiEYMyCHA.2868@TK2MSFTNGP12...
> Hi all,
>
> What version of SQL Server I need to install for preparing MCDBA?
>
> is "Developer" version enough?
>
> or I need "Enterprise" version"?
>
> do I need to setup network (2 computer?) or stand alone is enough?
>
> are there many questions about "Replication" in the exams?
>
> which book is good to learn about "performance tuning and optimisation"?
>
> Thanks a lot for your comments, advices.
>
> anthony
>
>



Report this post to a moderator

Old Post 01-31-03 02:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
Jacco Schalkwijk
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: what version for MCDBA

I advise the "Microsoft SQL Server Performace Optimization and Tuning
handbook" by Ken England. It's an excellent book and it thought me a lot
about indexes, more than "Inside SQL Server" even (which has also a good few
chapters on tuning btw)

--
Jacco Schalkwijk MCDBA, MCSD, MCSE
Database Administrator
Eurostop Ltd.


"anthony" <anthony@allette.com.au> wrote in message
news:OjCiEYMyCHA.2868@TK2MSFTNGP12...
> Hi all,
>
> What version of SQL Server I need to install for preparing MCDBA?
>
> is "Developer" version enough?
>
> or I need "Enterprise" version"?
>
> do I need to setup network (2 computer?) or stand alone is enough?
>
> are there many questions about "Replication" in the exams?
>
> which book is good to learn about "performance tuning and optimisation"?
>
> Thanks a lot for your comments, advices.
>
> anthony
>
>



Report this post to a moderator

Old Post 01-31-03 10:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
Rob
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: what version for MCDBA

dude..

If you have developer edition, use it.. developer can pretty much do
anything enterprise can. 1 pc is fine, just install 2 instances of sql.

to get through this exam know T-SQL, practice it.. there are loads of
question on syntax.
also many on when to use views and when stored procedures..
know XML and it's syntax....

otherwise don't panic it's a fair exam.. not to difficult not to easy..

Rob..

Wrote and passed today YEAHH!!!
"anthony" <anthony@allette.com.au> wrote in message
news:OjCiEYMyCHA.2868@TK2MSFTNGP12...
> Hi all,
>
> What version of SQL Server I need to install for preparing MCDBA?
>
> is "Developer" version enough?
>
> or I need "Enterprise" version"?
>
> do I need to setup network (2 computer?) or stand alone is enough?
>
> are there many questions about "Replication" in the exams?
>
> which book is good to learn about "performance tuning and optimisation"?
>
> Thanks a lot for your comments, advices.
>
> anthony
>
>



Report this post to a moderator

Old Post 01-31-03 11:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
Danut
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: what version for MCDBA

Hi Jacco,

This is one of my favorite books. I used it to study for both 228 and 229.
More than that it helped me a lot at my job.

Danut

"Jacco Schalkwijk" <NOSPAMjaccos@eurostop.co.uk> wrote in message
news:#wcoJYRyCHA.2532@TK2MSFTNGP10...
> I advise the "Microsoft SQL Server Performace Optimization and Tuning
> handbook" by Ken England. It's an excellent book and it thought me a lot
> about indexes, more than "Inside SQL Server" even (which has also a good

few
> chapters on tuning btw)
>
> --
> Jacco Schalkwijk MCDBA, MCSD, MCSE
> Database Administrator
> Eurostop Ltd.
>
>
> "anthony" <anthony@allette.com.au> wrote in message
> news:OjCiEYMyCHA.2868@TK2MSFTNGP12...
> > Hi all,
> >
> > What version of SQL Server I need to install for preparing MCDBA?
> >
> > is "Developer" version enough?
> >
> > or I need "Enterprise" version"?
> >
> > do I need to setup network (2 computer?) or stand alone is enough?
> >
> > are there many questions about "Replication" in the exams?
> >
> > which book is good to learn about "performance tuning and optimisation"?
> >
> > Thanks a lot for your comments, advices.
> >
> > anthony
> >
> >

>
>



Report this post to a moderator

Old Post 01-31-03 02:23 PM
Reply w/Quote Edit/Delete Message IP: Logged
Kurt Hirschenhofer
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: what version for MCDBA

Right now I am reading "Professional SQL Server 2000 Programming" by
Robert Vieira - and so far it rocks. I think it will be a great book
for the 229 test, and reviews up at Amazon seem to support that
theory.




Kurt


<robbeney@worldonline.co.za> wrote in message news:<3e3a5f70$0$231@hades.is.co.za>...
> dude..
>
> If you have developer edition, use it.. developer can pretty much do
> anything enterprise can. 1 pc is fine, just install 2 instances of sql.
>
> to get through this exam know T-SQL, practice it.. there are loads of
> question on syntax.
> also many on when to use views and when stored procedures..
> know XML and it's syntax....
>
> otherwise don't panic it's a fair exam.. not to difficult not to easy..
>
> Rob..
>
> Wrote and passed today YEAHH!!!
> "anthony" <anthony@allette.com.au> wrote in message
> news:OjCiEYMyCHA.2868@TK2MSFTNGP12...
> > Hi all,
> >
> > What version of SQL Server I need to install for preparing MCDBA?
> >
> > is "Developer" version enough?
> >
> > or I need "Enterprise" version"?
> >
> > do I need to setup network (2 computer?) or stand alone is enough?
> >
> > are there many questions about "Replication" in the exams?
> >
> > which book is good to learn about "performance tuning and optimisation"?
> >
> > Thanks a lot for your comments, advices.
> >
> > anthony
> >
> >

Report this post to a moderator

Old Post 01-31-03 10:23 PM
Reply w/Quote Edit/Delete Message IP: Logged
R. J. Dunnill
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: what version for MCDBA

I got my MCDBA using the evaluation version.

RD (MCSD, MCDBA, MCSE)

"anthony" <anthony@allette.com.au> wrote in message news:OjCiEYMyCHA.2868@TK2MSFTNGP12...
> Hi all,
>
> What version of SQL Server I need to install for preparing MCDBA?
>
> is "Developer" version enough?
>
> or I need "Enterprise" version"?
>
> do I need to setup network (2 computer?) or stand alone is enough?
>
> are there many questions about "Replication" in the exams?
>
> which book is good to learn about "performance tuning and optimisation"?
>
> Thanks a lot for your comments, advices.
>
> anthony
>
>

Report this post to a moderator

Old Post 04-28-03 12:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Featured site: MCSE, MCSD, CompTIA, CCNA training videos



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps