|
Comments
|
|
Did not explain anything about DMO or using return values!
|
|
|
very basic; missed the finally operator in try-catch block.
|
|
|
you did not mention what error code is returned in the batch file? Is it the return Val (1) or something else?
|
|
|
has nothing to do with SQL, and is so basic it's only appropriate for not-yet-developers who have never written anything beyond HelloWorld. Wasted 2 minutes of my life on this one.
|
|
|
What is SMO?
|
|
|
would have been better if you showed how/why you would want to use the FINALLY clause
|
|
|
Should have run the example from DOS and "echo %ERRORLEVEL%" to show users how to pick that return code up from a batch file.
|
|
|
What this video has to do with SMO?
I was expectin to see something which uses ExecuteWithResults() mesthod or I missing something really big here
|
|
|
Good consice overview of Try...Catch blocks.
|
|
|
This video was fantastic! The video acknowledged both experienced and novice programmers. Nice work!
|
|
|
The video was good but I was expecting a little more in-depth information.
|
|
|
you should print the returnVal value at the end of prg.
|