Re: bugs with IF, SKIPROW, or ISNULL?

From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 04/14/04


Date: Wed, 14 Apr 2004 20:19:43 +0100

In message <uvOrfNbIEHA.3720@tk2msftngp13.phx.gbl>, Gregor Anton
<nospamplease@hotmail.com> writes
>interesting, I'll try that, I figured the if statement would take care of
>it, if condition met then skiprow else okay..

Functions return a result, that is their main point. The result is what
the DTS engine uses to decide what it does next.

The skip row is a constant. You are assigning to the function output,
but unless you exit the function then you then assign a new value to the
function result and that is acted upon.

-- 
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com
PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org


Relevant Pages

  • Re: Renumbering MS db ID?
    ... I'm not an Access user, but as far as the notion that 'there is no need to ... MS Access or MS SQL Server? ... There is no need to care what the ... > guarrantees that and it is the only purpose autonumber is used for. ...
    (microsoft.public.data.ado)
  • Re: Renumbering MS db ID?
    ... I'm not an Access user, but as far as the notion that 'there is no need to ... MS Access or MS SQL Server? ... There is no need to care what the ... > guarrantees that and it is the only purpose autonumber is used for. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Renumbering MS db ID?
    ... I'm not an Access user, but as far as the notion that 'there is no need to ... MS Access or MS SQL Server? ... There is no need to care what the ... > guarrantees that and it is the only purpose autonumber is used for. ...
    (microsoft.public.vb.database.ado)
  • Re: SQL Server CE vs. DataTable
    ... The notification you want is part of Windows Mobile 5.0, ... honestly, if you really care about saving your data, I'd recommend writing ... >> If you truly don't care if you lose the data if your app ends or the ... I'm simply getting some data from a SQL Server ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: bugs with IF, SKIPROW, or ISNULL?
    ... if condition met then skiprow else okay.. ... >>are there any bugs with if statements or skiprow? ... > Darren Green (SQL Server MVP) ...
    (microsoft.public.sqlserver.dts)