Viewing 12 posts - 1 through 12 (of 12 total)
Hi once again!
Forget about the last post. I've found the solution.
The clause 'where' needs to be on both tables, like this:
select * from Table1 as a
where ((datepart(dd,a.datefield) <= datepart(dd,GETDATE())) and
...
June 20, 2008 at 4:32 am
thanks for the help!
I've solutioned the problem.
Thanks once again.
May 16, 2008 at 5:16 am
Hi!
You need to start the SQL Server Agent.
Right click Jobs and add a new job.
May 15, 2008 at 5:16 am
Hi! I think it's not necessary a proxy. In order to run a dts package, you just need to put the dts file in :
(for example "C:\Program Files\Microsoft SQL...
May 15, 2008 at 4:55 am
The field to be updated is already type bit. I've also tried one thing:
Conditional Split with 2 conditions (OutputSalesHeaderStatus == 1 and OutputSalesHeaderStatus !=1), then for the 2 outputs I...
May 9, 2008 at 6:24 am
Hi!
After de lookup, I made a conditional split with the condition:
(OutputSalesHeaderStatus == 1)
Then a derived column with the expression:
(ISNULL(OutputSalesHeaderStatus) ? FALSE : TRUE )
I have the following...
May 9, 2008 at 4:32 am
Yes, I'm using SSIS.
OutputSalesHeaderStatus(type:integer) is an output of a lookup. If that output is 1, then a field in another table is updated. It cannot be null.
Is there other way?
Thanks...
May 8, 2008 at 10:51 am
thanks for the reply.
the message is queued but it did'n arrived. I also want to associate the message to a sheduled job.
May 6, 2008 at 3:32 am
Viewing 12 posts - 1 through 12 (of 12 total)