Viewing 15 posts - 8,146 through 8,160 (of 11,678 total)
Charmer (2/3/2012)
Koen Verbeeck (2/3/2012)
In the For Each Loop, you need to map the current value...
February 3, 2012 at 5:51 am
You can't use the object variable in a conditional split, as the component expects scalar values.
In the For Each Loop, you need to map the current value of the object...
February 3, 2012 at 4:45 am
Charmer (2/3/2012)
Koen Verbeeck (2/3/2012)
Do you need to insert data into...
February 3, 2012 at 4:02 am
The OLE DB adaptors shouldn't be that slow.
Did they read slow or write slow? You did use the fast load option in the OLE DB Destination, I hope.
Check out the...
February 3, 2012 at 3:42 am
DECLARE @where NVARCHAR(MAX);
DECLARE @SQLStr NVARCHAR(MAX);
SET @where = 'where id <45;'
SET @SQLStr = '
DECLARE @mande bigint;
set @mande=0;
update balance
set @mande=bal= @mande+(bad-bas)
,tash=(case when bal>0 then ''BD''
when bal<0 then ''BS''
when bal=0 then ''BI''
end )...
February 3, 2012 at 3:35 am
Why don't you run the job again to try and find out?
February 3, 2012 at 12:42 am
What do you mean with "now i need to pass four values to the table which needs to loop the package."
Do you need to insert data into the table?
February 3, 2012 at 12:40 am
Martin Schoombee (2/2/2012)
imani_technology (2/2/2012)
February 3, 2012 at 12:38 am
Revenant (2/2/2012)
Yes, connection strings in the database work only for run time.
If you need to work with connections during design time, you will be probably...
February 3, 2012 at 12:37 am
This article is a good starting point:
SSIS Design Pattern - Incremental Loads
Also take a look at the TSQL Merge statement if you are using SQL 2008 and up.
February 3, 2012 at 12:28 am
sudhirnune (2/2/2012)
Reason: The Account (Domain Account) used for Creating the Proxy, was not having Admin right.
Because of which if the Execel file Size is...
February 3, 2012 at 12:21 am
johnitech.itech (2/2/2012)
:hehe:sorry see below link instead man
That one is even more irrelevant.
Typing in some keywords in Google and posting every result here on the forum isn't helping anybody.
Please do some...
February 3, 2012 at 12:20 am
guerillaunit (2/2/2012)
wow jimbo, as always another vanilla answer with no details
If you want someone to do the work for you, hire a consultant.
Give a man a fish and you feed...
February 3, 2012 at 12:16 am
baabhu (2/2/2012)
Hi Michael,The correct answer should be query 3 and 4. I did not see anything wrong with query 4.
I need my points back lol. 🙂
STLineFromText <> STLinefromtext
February 3, 2012 at 12:11 am
Got it wrong because I missed that query 4 didn't had capital letters in the middle of the word. Ah well, interesting question.
February 3, 2012 at 12:10 am
Viewing 15 posts - 8,146 through 8,160 (of 11,678 total)