Viewing 15 posts - 12,616 through 12,630 (of 13,838 total)
I agree with your findings - it's as if the insert happens and then rolls back, using up a number in the process.
I do not know whether that behaviour can...
July 16, 2009 at 3:48 am
Assume that you have a Boolean variable called Test. Here is how you would set it to True using a Script Task.
1) Create a Script Task.
2) Add 'User::Test' (no quotes)...
July 15, 2009 at 9:20 pm
touchmeknot123 (7/15/2009)
Hi,I am developing the SSIS package to parse a non-delimited file.
Can you please help me on the script which is to be written to parse the file ?
Thanks
This should...
July 15, 2009 at 9:12 pm
Here is how I would do it, I think.
1. Ensure that there is a string variable defined (eg SourceFile) which contains the filepath of the source data (eg C:\Ryan\Output_.xls)
2. Create...
July 15, 2009 at 9:03 pm
Should not affect that - I assume you are talking about an IDENTITY primary key?
There must be something else happening ... can you post a bit more detail?
July 15, 2009 at 11:50 am
Excellent! My pleasure.
You might find this link interesting - goes deeper than you wanted, but should still be informative for you ...
Phil
July 15, 2009 at 4:49 am
There is another (possibly faster) way of doing this which might help in your case.
Try creating a unique index on RealEstateID in your destination table.
CREATE UNIQUE NONCLUSTERED INDEX [IX_RealEstateID]...
July 15, 2009 at 4:31 am
You have not explained your problem very clearly.
Can you describe the requirement and post some sample data showing what's it's like as source and how you would like it to...
July 15, 2009 at 4:06 am
Your idea number 2 sounds like it should work OK, except you'll need a multicast before you send the output to the log table destination: one output to the log...
July 14, 2009 at 10:16 pm
Nice work and no problem - I don't think I helped much. By the sound of it, you already know way more than I do anyway! Glad that you tracked...
July 14, 2009 at 9:52 am
Two derived columns seems like the easiest way to me.
If you need help writing the expressions, post back. But give it a go, it's not too difficult.
July 14, 2009 at 9:06 am
The error message specifically mentions SQL Native Client - making me wonder whether you tried to connect to Oracle using the wrong provider ...
July 14, 2009 at 9:04 am
Can you use SQL Native Client to connect to Oracle?
July 14, 2009 at 8:40 am
Actually it's more elegant than that.
Create a Foreach container with 'item' enumeration and add the folders' names as items in column 0.
Then map a variable to this column.
Then plonk your...
July 14, 2009 at 5:43 am
Not that similar! Two file system copy tasks would seem to meet your requirement.
July 14, 2009 at 5:25 am
Viewing 15 posts - 12,616 through 12,630 (of 13,838 total)