Viewing 15 posts - 16 through 30 (of 227 total)
Thanks ratbak for your help. We are using SQL Server 2016. Let me talk to our DBA.
September 29, 2020 at 4:34 am
DATEADD("DD" ,DATEDIFF( "DD" , @[User::Todays_Date] ,CONVERT(DATE,DATEADD("WK",DATEDIFF( "WK", @[User::Todays_Date] ,GETDATE()), @[User::Todays_Date] ) - 28)), '00:00:00')
@Todays_Date variable holds Today's date with DATETIME data type.
July 23, 2020 at 4:36 pm
That was my first approach to use in the where clause. However, I am still getting the error when I ran against my real data, and the error is "Invalid...
June 4, 2020 at 7:02 pm
Thank you, Thom,
That is precisely what I need as per my sample data.
Now I have one more further question. As you know, the data will not always clean or the...
June 4, 2020 at 6:51 pm
Thanks for your reply. I just started using this ETL tool. I am wondering is it possible to pull the daily report for audit. How many records we received in...
May 16, 2020 at 5:33 am
Hi Salliven,
Thank You for your reply. Do you have any example or anything that I can take a look?
February 12, 2019 at 12:15 pm
Jeff,
I don't have words to say THANK YOU for your help. Very professional way to help.
I appreciate it. I will apply this logic and run through...
October 16, 2018 at 10:01 am
Ohh K. Can you share your stored proc if you already have written?
Maybe I can use the SQL Script task to move the data from .txt to staging SQL...
October 15, 2018 at 9:53 pm
What Expression value should I give for "LastRow" parameter?
October 15, 2018 at 9:41 pm
Sorry, I miss understood your last question. Yes, I already have mapped those fields in SSIS.
October 15, 2018 at 9:07 pm
Yes, Exactly same fields and both files are going into the same table except one file has one extra and others don't.
Can you share your test .dtsx package?
October 15, 2018 at 9:04 pm
To access BCP file will be a little bit challenge for me to convience IT.
After I come up with the solution I have to focus on performance because from...
October 15, 2018 at 8:09 pm
Hi Jeff, Thank You for your time to reply.
I was thinking, If I could create two Data Flow
1) DF with Row Delimiter "LF" with 275 character
2) DF...
October 15, 2018 at 7:39 pm
Thanks let me test it.
However, I am stuck with, how to pass file names to all 10 child packages.
What I did so far, loop through all files...
August 16, 2018 at 10:04 am
Viewing 15 posts - 16 through 30 (of 227 total)