Viewing 15 posts - 16 through 30 (of 31 total)
I would suggest to create and run the ssis package for loading the data to another server.If that is the requirement.
December 11, 2012 at 2:20 pm
The changes i made after the cdc table enabled.
I have updated a record in customer table and the changes showed up in the customer table and i see 2 records...
October 31, 2012 at 12:38 pm
Thanks a lot for the reply..I did tried with the mentioned changes and it is updating the grand parent and parent when i tried to modified the parent in other...
July 12, 2012 at 3:44 pm
Thanks a lot for the solution..
I want to update the parent and immediate child only.(Immediate parent for a child can be determine by chopping of the right most periodplusvalue)
Example:
5.46.200.1.462222.2.1 parent
5.46.200.1.462222.2.1.1...
July 11, 2012 at 10:20 am
5.46.200.1.462222.2.1.1.1.1.1.1.2 will be children of parent 5.46.200.1.462222.2.1.1.1.1.1.1
Yes If there's any match of a substring then it would be parent.chop off the right most after period then it would be...
July 9, 2012 at 7:51 pm
Does this script reports all failed jobs in one consolidated report for a day in one single email..
March 11, 2012 at 7:31 pm
The itemstock procedure which create new items found into ITEMMASTER table.
November 30, 2011 at 1:01 pm
Thanks for reply.
I am unable to save connection manager of ssis package in 2005.
When saved it is saving but actual changes was not reflected.
November 5, 2011 at 8:54 pm
Here is the sample.
CREATE PARTITION FUNCTION myRangePF1 (int)
AS RANGE LEFT FOR VALUES (1, 2, 3,4,5);
GO
CREATE PARTITION SCHEME myRangePS1
AS PARTITION myRangePF1
TO (test1fg);
October 25, 2011 at 11:48 am
Viewing 15 posts - 16 through 30 (of 31 total)