Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
550 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Software ==> | SSIS Integration Services (28 exercises) |
Topic ==> | Script tasks (1 exercise) |
Level ==> | Relatively easy |
Subject ==> | SSIS training |
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
Create a new package called Awaiting instructions, and add 3 script tasks to it:
The bottom two tasks are just fillers - they won't actually do anything.
You can get the Failure line by adding a normal connector, then right-clicking on it to change its status.
Write script in your Are you feeling lucky? task to ask the following question:
The question your message box should display.
You can show this question using code similar to this:
// ask user their state of mind
var answer = MessageBox.Show(
"Are you feeling lucky?",
"Question",
MessageBoxButtons.YesNo,
MessageBoxIcon.Question
);
// return success or failure
if (answer == DialogResult.Yes) { ...
Not feeling lucky? If you answer No to the question, you should go down the Failure path (your script should set its result to Failure, not Success):
Of course, if you are feeling more positive and answer Yes, you'll be taken down the left-hand path! Is your glass half-full or half-empty?
When you've tested both paths, close the package down.
You can find other training resources for the subject of this exercise here:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.