Viewing 15 posts - 16 through 30 (of 31 total)
We do have the trasaction levels of the components used. yet i don see the rollback happening in the case of a exception in the package.
October 20, 2008 at 8:13 am
Soorya (10/10/2008)
i was unaware that the connection string could be changed using th eSQL task script. Would it be possible for you to brief about how to do this?
Problem solved,...
October 13, 2008 at 4:11 am
i was unaware that the connection string could be changed using th eSQL task script. Would it be possible for you to brief about how to do this?
October 10, 2008 at 4:31 am
I think u have misunderstood my question. I do understand what u r trying to say, but i want to know if there's a way to change the destination table...
October 9, 2008 at 10:24 pm
Its just a simple VB script...
Dim myCharArray() As Char
Dim myChar As Char
'populate the...
October 2, 2008 at 11:15 pm
Sorry about the delay...
I used a script component which got the particular field which has to be checked for the existence of special characters as input and also added another...
October 1, 2008 at 2:09 am
Please let me know if this is not a good approach
September 22, 2008 at 6:15 am
Thanks for the reply. I resolved the issue by writing the records to a recordset and then i use the recordset to find the parent records moved.
September 22, 2008 at 6:13 am
Problem solved. The posts were really helpful. Thanks to all those who replied
September 22, 2008 at 1:54 am
I'm looking for a way to detect and redirect rows that contain special characters
September 19, 2008 at 3:07 am
Thanks for your suggestion Michael. We are not in a position to go for jobs right now as it would involve a lot of other reworks. We solved the problem...
June 19, 2008 at 3:01 am
Hi Paul,
Sorry to say taht I am not able to overcome my prob with the code snippet u've attached. When i try to execute the code, the package is not...
June 4, 2008 at 3:38 am
Also, when i tried to run the packaged using xp_cmdShell after switching the connection strings from WIndows Authentication to SQL server authentication (i changed the authentication as i was getting...
June 4, 2008 at 12:07 am
Yes. i am using xp_cmdshell to call the package.
DECLARE
@BranchIDINT
,@LOBIDINT
--Variable Declaration Section
DECLARE@CALLnVARCHAR(2000)
SELECT @BranchID = 28, @LOBID = 1
--Interface call
SET @CALL ='dtexec /SQL "\PickupBridge" /SERVER CHNMCT90315 /SET \package.variables[BranchID].Value;"'+CONVERT(varchar(16),@BranchID)+'" /SET \package.variables[LOBID].Value;"'+CONVERT(varchar(16),@LOBID)+'"'
EXEC...
June 4, 2008 at 12:01 am
The UI is not going to look into millions of records if proper filters are provided to the SP. But if no filters are provided, the UI will have to...
October 15, 2007 at 5:40 am
Viewing 15 posts - 16 through 30 (of 31 total)