Viewing 4 posts - 1 through 4 (of 4 total)
Thanks!
March 11, 2010 at 2:43 pm
Elliot,
I like the solution you posted above (implement a timestamp), and query for destination tables for the last update timestamp prior to running the SELECT query. Two questions:
1) ...
March 11, 2010 at 9:35 am
Does the SSIS commit each update to a table, or perform a single commit at the end of all updates?
Thanks,
Kevin
March 10, 2010 at 10:32 pm
Here is the create table statement ... I probably used the wrong terminology above; I want a clustered primary key:
CREATE TABLE [dbo].[Test](
[PK1] [int] NOT NULL,
[PK2] [int] NOT NULL,
[Data] [varchar](50) NULL,
...
November 6, 2009 at 5:10 am
Viewing 4 posts - 1 through 4 (of 4 total)