Viewing 15 posts - 16 through 30 (of 44 total)
I deleted script and recoded, still the error exists. I can follow your suggestion but it was working before. I have loaded data in to tables using this script. I...
August 3, 2011 at 9:18 am
Thank you for the reply. I have the following code:
Row.vchImportCustomerPhoneNumber = nonumbers.Replace(phone, String.Empty)
Error says 'disallow implicit conversion of string to integer'.
So, I am trying to change the data type...
August 3, 2011 at 8:53 am
If it is not a bulk insert then you can use 'OLE DB Command' and transfer to the destination. Hope it is clear.
July 22, 2011 at 8:16 am
If I understand your question clearly then I think you can use a derived column before the actual load task. There shoul be some value which differs the imput...
July 22, 2011 at 8:12 am
Never mind, I forgot to unlock the variable 'vs'. If any user needs the code I declared the variable as 'Dim vs As IDTSVariables90'.
Thanks
July 21, 2011 at 2:24 pm
That sounds good. I have used the following code now in preExecute:
VariableDispenser.LockForRead("User::TableName")
Me.VariableDispenser.GetVariables(vs)
TName =...
July 21, 2011 at 2:21 pm
Thank you for the reply. I have declared a package variable User::TableName which holds the tablename created from GUID (ex: tbl4e0dfc2c8389488ca2d050c202233871). It is runtime so we don't know each time...
July 21, 2011 at 1:50 pm
Thank you for the reply. Other peopl would like run my SSIS, simply by calling it. When I run the xp_cmdshell, I am getting 'The xp_cmdshell proxy account information cannot...
July 6, 2011 at 7:50 am
Thank you so much for the response. I got the following version:
Microsoft SQL Server 2005 - 9.00.4285.00 (X64) Feb 8 2010 23:31:46 Copyright (c) 1988-2005...
June 16, 2011 at 7:50 am
It is VS 2005 but, professional edition. So, no other option then?
June 15, 2011 at 9:31 am
You are right. Thank you for the advice.
June 14, 2011 at 12:44 pm
As i have mentioned it is an existing database. I can't change at my end to a view. Thank you for your response.
June 13, 2011 at 9:16 am
Thank you for the response. I am working on the existing database. Whenever the database developer add a new column, my project is giving errors and I have to redo...
June 13, 2011 at 8:31 am
Viewing 15 posts - 16 through 30 (of 44 total)