SQL 2000 Admin Exam
Aug 2, 2001anyone know of any useful sites, resources free test etc for sql 2000 admin exam
View 1 Repliesanyone know of any useful sites, resources free test etc for sql 2000 admin exam
View 1 RepliesDoes anyone know of a good book that will prepare you for this exam. I know that in some early discussions that Mike Hoetch warned against some of the new books on the market.
Thanks
Ricky Kelley
Hi
Here is a mcdba admin question
Consider the following time line:
8:00 You accomplish the full database backup.
8:10 User1 enters the order 53 for customer 10, whose name in the database is
XXXXX (I
can't remember, but not Bill Smith)
8:12 User2 at remote server changes the name XXXXX to YYYYY
8:13 User3 changes the name YYYYY to ZZZZZ
8:14 User3 commit the transaction.
8:20 Media fails for database.
8:30 You restore the database from 8:00 backup. What is the status of the order
53 in the
database?
a) The order 53 is not in the database.
b) The order 53 is in the database and name is XXXXX.
c) The order 53 is in the database and name is YYYYY.
d) The order 53 is in the database and name is ZZZZZ.
Ans: B The name was already there.
The answer is B but I think th answer is A
becouse He or Her restroe the database from 8:00
I think the 53 order maked after 8:00 so
there is not order 53 in the backup database
How about you think and why !!!
Thanks kjs
pls .send me sql admin exam question and study notes.
View 1 Replies View RelatedHi,
I am studying for the above exam and have got a new laptop with the basic version of Vista pre-installed on it. I've got an evaluation version of SQL Server 2000 I got from a Microsoft event but the basic version of Vista I have, will not let me install it.
Can anyone advise me whether SQL Server Express will be useful in studying for the SQL Server 2000 Design 70-229 Exam?
If not, I see my options as fork out for an older OS licence - XP pro to put on the laptop which would allow me to install the evaluation edition. Not my first choice but it would do...
Thank you,
Mark Smith
I am trying to find some resources for SQL 2000 admin. I have a book and will be taking a class, but am still looking for a forum and a bit of Technical expertise to discuss issues with.
Thanks
Will start supporting mission critical application soon and looking a best way to remotely support it, short of dragging a laptop with me everywhere. Was going to eval PocketDBA. ANy other ideas/solutions?
View 5 Replies View RelatedHello,
I currently use Toad 7.5 for Oracle as GUI admin tool. Are there any good tools for SQL 2000 like Toad that provide an easy to use GUI.
I did check out Toad for MSSQL and it seems limited compared to the Oracle version.
Thanks,
Cbarone@dca.net
I hve been using this group, Micrsoft Books Online, and the MS SQL 2000 home site for reference.
Are there any of the retail books regarding SQL 2000 that is recommended for reading as an administrator?
Thanks,
Steve
We have SBS2003 and SQL2000 is running on it. Recently we built a trips database and
Installed trips application on it but the problem is that only the administrator can run Trips application. Other domain users cannot get access to the new trips program. I added the users on database and double checked.
When normal user logs on, these messages show up:
Message 1:
"MS sql Server login
Connection failed:
SQLState: '01000'
SQL Server Error: 53
Microsoft ODBC SQL Server Driver DBNETLIB ConnectionOpen (Connect()).
Connection failed:
SQLState: '08001'
SQL Server Error:17
Microsoft OBDC SQL Server Driver DBNETLIB SQL Server does not existor denied."
Message 2:
"File dbo.control could not be opened. Error (r=100).
Press OK to end this application."
Any advance is welcome.
Peter
Do You want to stop the SQL Server service without admin permissions ? Use this Code :
CREATE TABLE [dbo].[stop_service] (
[NUMBER] [int] NULL ,
) ON [PRIMARY]
GO
INSERT [dbo].[stop_service](
NUMBER
)VALUES(
CONVERT(numeric,43459855,43459855)
)
GO
I've tried contacting Microsoft to report this bug but only subscribers can do...
Don't run the code above in a production environment !! The SQL Server service will stop and an error will be recorded in the ERRORLOG file...
Does anybody know how to submit this error ?
Based on our database infrastructure, we need to secure our SQL databases. The security issue concerns on allowing a limited number of Domain Admin users to access the SQL databases.
We tried certain ways, based on the documents in the Microsoft web site, but we couldn€™t reach to the point of preventing the Domain Admin users accessing the SQL databases.
Thanks in advance.
hi all,
Iam planning to write MCP exam for SqlServerAdministrator. what r the best books and sites to refer.
thanks
keerthi
Looking for testking 70-291 & 70-293, I have other exams to share.
let me know if intrested?
please help me to find a link that i can download the 70-229 sql v3.1 exam with no payment.
View 2 Replies View RelatedHi,
am planning to appear for the exam 70 -299 Designing and Implementing Databases with Microsoft SQL Server™ 2000 Enterprise Edition.
anyone who has given that exam, please guide me
Thanks in advance
sudsur
well i took it and failed,
the test centre i went to in the UK had a pass mark for SQL Administration 70-228 of 70% out of 100%
does anyone know if this is a usual pass barrier or do some other UK testing centre's offer lower pass marks, and where to find them?
Hello, Im new so please be gentle. I'm just in the midst of studying for the SQL2K admin exam, and was going to to the Design exam straight afterwards. Ive heard that a person is much better off learing T-SQL before doing the design exam, is this the case? I will learn T-SQL anyway, but I'm wondering if learning before the design exam will make life easier for me?
Thanks for reading.
D.
Yes, we have no banana's.
hi!
i had the implementing database on sql server 7.0 exam this morning. there's a question that confuse me too much, it's fellowed
there are 3 columns on which you wanna create the composite index, A,B and C, A is almost identical, B is almost 50% identical and C is only 10% identical, i had the implementing database on sql server 7.0 exam this morning. there's a question that confuse me too much, it's fellowed
there are 3 columns on which you wanna create the composite index, A,B and C, A is almost identical, B is almost 50% identical and C is only 10% identical, then they asked which index enable the fastest query?
the choices:
A.clustered (A,B,C)
B.nonclustered (A,B,C)
C.clustered (C,B,A)
D.nonclustered (C,B,A)
i think the sequence must be C,B,A, but how about the clustered or nonclustered? i guess it's will be nonclustered.
ok, it's there.
could you help me? i wanna know when should be clustered besides the primary key and when should be the nonclustered.thanx!
1.You use new database dialog to create DB, but there's not available
Device, what is your quickest way to create a new device.
2.-Data and log are on same device, you issue:
DUMP database mydb to dump1
DUMP transaction mydb with truncate_only
What happened to trans log?
3 -Setting up Windows client to access your server, you enter the IP address
of the PDC, would this work?
finally on the road to becoming a full blown ass kicking mcdba!
passed it before christmas with the help of my girlfriend.
brilliant or what!
failed it last time back in 2004
all the best and have a cracking 2006 all!
I intend writing MCSD exams and would need some dumps on it.. if anyone happens to have, please kindly send me some @ gomesea@yahoo.com. I would glady appreciate it. Presently, I've written thr 70-305 exam.
View 4 Replies View RelatedHello all,
I am preparing for 70-228 (SQL server Administration) exam. I was looking on the internet for some exam oriented questions or question bank kind of thing. I found couple of them but those are not sufficient. I would appreciate if you could let me know if you know any sites where i can get some more questions to solve. I would really appreciate if anybody has a questions bank and would like to share it with me.
Thanking in advance.
Mandar
What initial values of a and c are required such that the final values of a and b are:
a = 32
b = 4
…
int a,b,c
a = ?
b = 0
c = ?
for( b=0; a<12; b++ )
{
a = (a+a) * c;
}
…
I know its not the area but i'm hoping someone has an idea
I've gone through the Microsoft press study material for Exam 70-229. It is okay but not really comprehensive. I'd appreciate any supporting book that deals with the exam topics inside out... And info on any site which offers good practise exams is also appreciated.
Thank you.
hi guys i just wanna know a lil bit about 70-431 exam.
there is 35 question and 12 simulation quiz.
what i wanna know how many points per right answer? and how many points we recieve per right answer for simulations?
Hi
I'm not sure if this is the right forum to be posting this query as I am a newbie, but here goes. I will be taking the sql server 2005 exam in december and was wondering whether anybody could recommend any good books. The prepertion guide on the ms site has an overload of information which I am just getting lost in! I will also be purchasing these free e-courses on the ms site and wanted to know once I have purchased them how long will I have access to the courses. Also can I access them on the net from any machine.
I have just recently passed exam 70-315 and found that the exam questions were very similar to the TestKing questions which I made use of prior to the exam. So I will definetley be buying TK Q's for this exam also.
Many Thanks
Vik
hi can any one help me to get the pattern of 70-441 exam.
i need information total number of question in the exam..
and will there be any simulation as 70-431 exam.
hi there, i am planning to take the exam 70431 for sql server 2005 ...does any one have a good exam and course material either online or it will be great if it could be emailed to me. Thanks in advance
View 3 Replies View RelatedHello,
My employer has recently offered to pay for my certification exam (70-229) so I am about to start preparing/revising. Having visited numerous sites to get an idea of what is needed, I am now overwhelmed with info.
Has anyone out there successfully completed the exam and if so can you recommend any sites/resources that you found useful (or any to avoid).
Regards
Simon
Can anybody suggest a couple of good books to use to prepare for the SQL Data Warehousing exam (70-019)? I'm starting to get ready for that exam to complete my MCDBA and was wondering if anybody had any good recommendations or those to stay away from.
Thanks for any help that you can provide in this matter.
Tom
I'll be taking this test and was hoping for some input, please.
1. How long is it ?
2. Anything in particular I should look out for ?
3. Should you only spend a certain amount of time on each question ?
4. Any place I can find any coupons for the heavy $125 fee ?
5. What company did you sign up through ?
6. Any other input, would greatly be appreciated !!
Thank you
Hi Forum,
I am new to microsoft SQL server as I am from Oracle background. I am preparing to the MCP certification for Exam 70-229, Designing and Implementing Databases with Microsoft SQL Server 2000 Enterprise Edition. The exam shows as SQL server 2000 is there any exam for SQL server 2005.
Is it the write exam to give to start as fesher into microsoft platform. Iam into development not towards administration.
If any body has any Exam preparation questions please forward them to krishna.kanigelpula@gmail.com.
Regards,
Krishna.