Viewing 15 posts - 8,581 through 8,595 (of 13,876 total)
aarionsql (3/18/2015)
I am building a SCD 2 package and there is date field for current records and expired records where I have traditionally used a GETDATE() funtion to populate...
March 18, 2015 at 10:22 am
aarionsql (3/18/2015)
If any one has any ideas on converting GETDATE() to a DATETIMEOFFSET(0) within the Data Flow.
I am getting truncation / conversion errors when I am trying to convert...
March 18, 2015 at 9:55 am
goaziz 51438 (3/17/2015)
March 17, 2015 at 9:40 am
raj.prabhu001 (3/17/2015)
ok so i have process where we need to download daily 1000 pdf file from website
and store them for refrence we currently do it manually.
but i think creating package...
March 17, 2015 at 7:33 am
dwain.c (3/16/2015)
Use CONSTRAINTs to prevent overlaps and gaps in the first place:Self-maintaining, Contiguous Effective Dates in Temporal Tables[/url]
..maybe gaps are ok. Otherwise, it's unclear why you would ever need to...
March 17, 2015 at 6:20 am
--Removed
March 17, 2015 at 4:55 am
Perhaps there is an alternative.
There is a system variable in SSIS called the ExecutionInstanceGUID.
This is a GUID generated every time a package runs – it uniquely identifies a single run...
March 16, 2015 at 11:26 am
raj.prabhu001 (3/16/2015)
2. i want to run a package that will go through individual links one...
March 16, 2015 at 9:13 am
Without sample DDL or test data, I've had to 'make something up'. This may or may not work as a result 🙂
select *
from employee e1
where ...
March 16, 2015 at 7:08 am
raj.prabhu001 (3/16/2015)
Hi All,I want to create a package that will download pdf files from the websites where static links for pdf files will be available in the excel file .
OK....
March 16, 2015 at 5:25 am
GilaMonster (3/16/2015)
March 16, 2015 at 3:12 am
Dave Convery (1/29/2015)
Some changes with our hosting provider's firewall broke the filter - there should be a new version going in this week, hopefully.
Hi Dave, did this happen? If so,...
March 16, 2015 at 1:56 am
Michael.Ramirez (3/13/2015)
On a number of occasions I have found that various co-workers will add a comment that...
March 13, 2015 at 6:39 am
Viewing 15 posts - 8,581 through 8,595 (of 13,876 total)