Viewing 15 posts - 106 through 120 (of 290 total)
I would explain to the customer that if I can't create a db field to store this info, that hard-coding is a terrible solution. Not knowing how/whether the list...
August 1, 2012 at 2:11 pm
Substring cannot take negative values for the length argument.
August 1, 2012 at 12:29 pm
erics44 (7/31/2012)
I seem to struggle with lookups tho, a lot of the time i get the "lookup doesnt yeild...
July 31, 2012 at 1:41 pm
If I am understanding correctly, the field you are bringing into the flow via Lookup is null where there is no match (as it should be) but you wish for...
July 30, 2012 at 2:23 pm
Subbu's (7/27/2012)
My package is having 12 Execute SQL tasks(EST). I am getting this error from the first EST.
In this...
July 27, 2012 at 12:01 pm
Smash125 (7/27/2012)
- Table Or View
- Table...
July 27, 2012 at 11:57 am
richykong (7/19/2012)
July 26, 2012 at 3:17 pm
Mine have logging in them from the very start so I can track every time a package has been fired from dev or prod, agent or not, as a child...
July 26, 2012 at 2:43 pm
change the time of the job run to see if the problem goes away. Could be you are bumping up against a process already running and your process times...
July 24, 2012 at 3:20 pm
In your first example, if you remove the conversion to boolean, it should work. The problem is that you are attempting to insert a data type (boolean) into a...
July 18, 2012 at 1:26 pm
There is always a reason. What is the error message?
I usually see something like "violated integrity constraints" as we do not allow nulls and sometimes one attempts...
July 18, 2012 at 1:20 pm
Tripz (7/16/2012)
I went to the command prompt and tried executing the command from batch file.
Please check the below command and msg that I am getting
C:\>dtexec pscp.exe -q -pw xxxxx...
July 16, 2012 at 2:37 pm
Well, not enuf in the error message for me to take a shot, so I'd recommend taking the CommandLine text from the job step and running from command prompt.
type dtexec...
July 16, 2012 at 1:55 pm
We do incremental, SCD1, we simply don't insert, we replace existing dimension table with the newly staged table. Partition switches occur very fast, inserts may or may not...
July 13, 2012 at 2:45 pm
Anamika (7/6/2012)
hi,thanks for your reply. but how can i limit my records in Data Source view?
If you open your DSV in BIDS, right-click on the design surface and select...
July 12, 2012 at 10:14 am
Viewing 15 posts - 106 through 120 (of 290 total)