Showing posts with label automated. Show all posts
Showing posts with label automated. Show all posts

Wednesday, March 7, 2012

POSSIBLE STEPS TO TAKE IN BUILDING MY AUTOMATED EXAMINATION PROJEC

Please help...:-)
hi
for something like and automated examination, u need to have a question
bannk with a
answers in a table.
you can also have a table that has user's information, that holds date of
examination
the questions attempted and the answers provided. you can have a check that
says
how many of them were correct.
Randomly picking questions can be handled from the front end.
hope this answers the question. please revert back if u have any questions
best Regards,
Chandra
http://chanduas.blogspot.com/
http://groups.msn.com/SQLResource/
"Janmar" wrote:

> Please help...:-)

POSSIBLE STEPS TO TAKE IN BUILDING MY AUTOMATED EXAMINATION PROJEC

Please help...:-)hi
for something like and automated examination, u need to have a question
bannk with a
answers in a table.
you can also have a table that has user's information, that holds date of
examination
the questions attempted and the answers provided. you can have a check that
says
how many of them were correct.
Randomly picking questions can be handled from the front end.
hope this answers the question. please revert back if u have any questions
--
best Regards,
Chandra
http://chanduas.blogspot.com/
http://groups.msn.com/SQLResource/
---
"Janmar" wrote:
> Please help...:-)|||can you please specify what tables im going to create and the possible
content of each table? that is if its ok with you...thanks:-)

POSSIBLE STEPS TO TAKE IN BUILDING MY AUTOMATED EXAMINATION PROJEC

Please help...:-)hi
for something like and automated examination, u need to have a question
bannk with a
answers in a table.
you can also have a table that has user's information, that holds date of
examination
the questions attempted and the answers provided. you can have a check that
says
how many of them were correct.
Randomly picking questions can be handled from the front end.
hope this answers the question. please revert back if u have any questions
best Regards,
Chandra
http://chanduas.blogspot.com/
http://groups.msn.com/SQLResource/
---
"Janmar" wrote:

> Please help...:-)

possible setup.exe exit codes?

As part of our application deployment we have wrapped and automated the SQL Server Express install by launching the setup.exe with our parameters and waiting around for the process to exit.

I had been checking for a Exit Code != 0 to detect errors returned by setup.exe but this does not appear to be foolproof. Several customers' deployments have returned non-zero exit codes, but SQL Express seems to be successfully installed.

I have not found a reference of possible codes returned and their meaning that I could use to fine tune our checking. Does one exist? Or am I going about this the wrong way and should just check for the existence of our instance after setup is complete?

thank you for any input.

I *think* the only other success error code you need to code around is error code 3010, which signifies success, but a reboot is necessary.

Here is a list of other possible Windows Installer error codes:

http://msdn2.microsoft.com/en-us/library/aa368542.aspx

Thanks,
Sam Lester (MSFT)