Viewing 6 posts - 1 through 6 (of 6 total)
Do you have the error message????????
it is true that if the package execution is not started then send email task will not work....
May 8, 2011 at 10:35 pm
@cold coffee:
Thanks for your response.
If you look at the file I have attached you will notice that In some cases the EXPECTEDPAYDAY is actually prior to the DOCDATE. And...
May 6, 2011 at 1:10 pm
1.From the RM30101 (RM Transaction History Table) select the 6 most recent invoices (DOCNUMBR) based off of the date that they have been paid off (DINVPDOF) for each customer (CUSTNMBR)....
May 6, 2011 at 4:08 am
Thanks for response.....i am getting negative values for some and pretty huge year values for some..my query below :
select AVG(DATEDIFF(D,DINVPDOF, DOCDATE)), CUSTNMBR from
(select docnumbr,custnmbr,dinvpdof,curtrxam,
( RANK() over (partition by custnmbr...
May 6, 2011 at 12:40 am
Did you try (local) or localhost.
Did you check the protocols for that instance in Sql server configuration manager. Also verify the instance name in configuraion manager. May be SQL Server...
May 5, 2011 at 5:48 am
Here you go RM30101 Tables structure:
USE [TWO]
GO
/****** Object: Table [dbo].[RM30101] Script Date: 05/05/2011 17:12:07 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING OFF
GO
CREATE TABLE [dbo].[RM30101](
[CUSTNMBR] [char](15) NOT NULL,
[CPRCSTNM]...
May 5, 2011 at 5:43 am
Viewing 6 posts - 1 through 6 (of 6 total)