Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ldsanders2807
Starting Member
1 Post |
Posted - 2011-04-27 : 09:52:56
|
I realize this will be a simple process, but have been unable to find an example to do this.Using an SSIS script component, what is the code (including required references) to do the following:1. Retrieve a single column from an SQL table.2. Set ScriptResults.Failure if column value is != 0;3. Set ScriptResults.Success if column value is = 0;Thanks! |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
|
|
|
|