Viewing 15 posts - 11,836 through 11,850 (of 13,874 total)
pwalter83 (10/5/2010)
I changed the Run64BitRuntime to false, now it shows another error: violation of primary key constraint. The error is below:
[OLE DB Destination [9]] Error: SSIS Error Code DTS_E_OLEDBERROR. ...
October 5, 2010 at 5:22 am
sqlusers (10/5/2010)
Phil Parkin (10/5/2010)
Why does your data source contain a WHILE loop?
Actually, i need to get the data's according to From and To Date from a table. So for that...
October 5, 2010 at 5:16 am
Try running the package in 32-bit mode and see whether that fixes things for you.
October 5, 2010 at 4:45 am
Is your server 64-bit?
October 5, 2010 at 4:35 am
Why does your data source contain a WHILE loop?
October 5, 2010 at 4:32 am
I agree up to the point of importing as a single column and firing into a Script Component.
From there, I would do things differently from what is suggested: a Script...
October 5, 2010 at 3:25 am
Are you running on a 64-bit server? If so, have you tried running the package in 32-bit mode to see whether that fixes your problem?
October 4, 2010 at 11:53 am
Are you saying that you are getting an error before the script task even executes and that that is why your breakpoint is not being hit?
It would help if you...
October 4, 2010 at 11:47 am
I see. No, you need to use variable mappings to get the array members into a string variable.
But then you can directly execute the contents of the string variable in...
October 4, 2010 at 6:55 am
Is the requirement exactly the same for each server?
Is the schema exactly the same for each server?
If so, you can execute the same process over and over again, against the...
October 3, 2010 at 5:08 am
OK, I've just mocked this up and it works.
First, I have two package-scoped variables:
DropTablesSQL - object
strSQL - string
Next, a script task with DropTablesSQL in ReadWrite variables:
Public...
October 2, 2010 at 1:37 pm
Going back to my suggested method, can you confirm that you had configured the variable mappings page for the FEL?
October 2, 2010 at 5:04 am
The datatype of your array variable needs to be Object.
Once it has been populated, you can feed it into a Foreach loop.
Change the enumerator to 'Foreach From Variable'. The...
October 1, 2010 at 8:31 am
What is the data type of dropTablesSQL?
Please post the error message.
October 1, 2010 at 1:27 am
Viewing 15 posts - 11,836 through 11,850 (of 13,874 total)