Viewing 15 posts - 5,926 through 5,940 (of 13,877 total)
SSIS dateadd/datediff syntax is different from that in T-SQL. You could try this:
DATEADD("m", DATEDIFF("m", (DT_DATE) 0, DATEADD("d",-1,getdate())), (DT_DATE) 0)
Replacing Getdate() with your date, of course.
February 16, 2017 at 7:34 am

During in-place upgrade I got...
February 16, 2017 at 5:37 am
I have tried several things and it's not doing quite what I need it to.
So...
February 16, 2017 at 5:34 am
I am working on one SSIS package, which convert CSV file to SQL table. But somehow,...
February 15, 2017 at 6:58 am
Perry Whittle - Wednesday, February 15, 2017 6:20 AMI could be wrong but I'm guessing the question ishow do I fix it?
There are...
February 15, 2017 at 6:55 am
i have a requirement.
Everyday Excel file will be uploaded into one folder...
February 15, 2017 at 5:42 am
Error 0xc002f210: Preparation SQL Task 1: Executing the query "TRUNCATE...
February 15, 2017 at 5:39 am
Maybe this row is missing on the problematic server?
February 14, 2017 at 12:36 pm
February 14, 2017 at 12:32 pm
peter 98284 - Tuesday, February 14, 2017 12:13 PMfrom the target server which is the Server 2012 R2 running SQL 2014 Standard.
Sorry, I...
February 14, 2017 at 12:16 pm
February 14, 2017 at 12:06 pm
There are several tables that were created using a lookup Table to get the Primary...
February 14, 2017 at 10:05 am
February 14, 2017 at 10:01 am
You can update through a CTE, you don't need the join back to the table...
February 14, 2017 at 8:00 am
Viewing 15 posts - 5,926 through 5,940 (of 13,877 total)