Viewing 15 posts - 1 through 15 (of 16 total)
Here is the script to create table:
CREATE TABLE [dbo].[Test](
[MemberID] [bigint] NULL,
[Performed_Date] [datetime] NULL,
[DateRank] [bigint] NULL
) ON [PRIMARY]
GO
Here is the script to populate the data:
insert into test (MemberID, Performed_Date, DateRank)
values
('168451', '2024-10-21...
October 29, 2024 at 1:29 am
my question is more about how to make the web service task to use the customized soap request file.
January 13, 2018 at 1:21 pm
I am not familiar at c#, can you please be more specific?
March 18, 2015 at 8:00 am
Thank you very much for all your help. It works beautifully...
October 26, 2014 at 9:53 pm
what if that is a column name, e.g.
select sum(saletotal)/NumberofDays
October 26, 2014 at 12:27 pm
I tried to follow Vbscript but fails:
Public Class ScriptMain
' The execution engine calls this method when the task executes.
' To access the object model, use the Dts object. Connections, variables,...
June 22, 2011 at 9:43 am
Did you declare the property for "DirectoryInfo" somewhere in your package?
Thanks,
April 29, 2011 at 4:56 pm
The script task is more of something that I am looking for. However, I got an error when I am testing it:
Error 30002: Type 'DirectoryInfo' is not defined.
Line...
April 29, 2011 at 12:31 pm
Thanks.
These are load files of various sort and do not come with date extension.
Q
April 29, 2011 at 6:52 am
First of all, thank you very much for your reply.
To answer your question, effective date could start at date, regardless weekend or holiday, and it would be fine if there...
October 1, 2010 at 11:32 am
For example:
MemberID Effdat ...
June 3, 2010 at 6:48 pm
How to specify if the result is >= 1 one path and the result is = 0 another path.
Thanks,
Qjlee
May 18, 2010 at 6:26 pm
The question is how to program it?
Thanks,
Qjlee
May 18, 2010 at 3:00 pm
Viewing 15 posts - 1 through 15 (of 16 total)