Viewing 14 posts - 1 through 14 (of 14 total)
we dont want to run a trace from SQL Profiler since it will slow down the server. Is there any query or ETL, so that we can get those details...
February 27, 2014 at 7:50 am
Hi All,
Both the ways suggested by Dave, like using script component and putting all the data to a table then applying XML Path option worked for me.
As suggested by...
March 25, 2013 at 12:30 am
Can you please explain how it can be achieved??
February 7, 2013 at 10:28 am
No.. On delete cascade option is not there with FK....
January 24, 2013 at 12:39 am
That table contains only 1lac rows.
Table PK:
Table_sr_key, table_eff_strt_dt
Table FK(10 Fks like same structure):
PRD_SR_KEY, EFF_STRT_DT
REFERENCES Product (PRD_SR_KEY, EFF_STRT_DT)
Table is refernced by more than 20 table.
January 24, 2013 at 12:31 am
yes... both the package are of same versions.
July 20, 2012 at 6:52 am
No.. Rows are not discarded by look up. Because this happened for initial load also. If rows are discarded by look up, then it should not get inserted for second...
July 20, 2012 at 5:09 am
By the name of peculiar error, I want to mean the valid records getting rejected and redirected to rejection table.
In the package we will fetch data from different database but...
July 20, 2012 at 4:23 am
We execute this package through job agent. Since rejected rows are redirected to a rejection table, so that we cant get proper rejection message. While re-executing that packages through debug...
July 20, 2012 at 2:19 am
Hi,
While inserting into destination table through SSIS, some times I am getting a peculiar error. Some times few rows are rejected without any reason. While re-executing those DFTs those rejected...
July 17, 2012 at 5:25 am
Thanks now its working.... 🙂
March 14, 2012 at 9:55 am
We have to load data from different region wise sources. We have to load all the data in a common DW,which is common for all the regions. Since we have...
February 27, 2012 at 6:45 am
If we did the partition then that will insert in different partitions.
My question is if we partition that table then both insertion can be simultaneous. Then table level...
February 26, 2012 at 1:39 am
Viewing 14 posts - 1 through 14 (of 14 total)