Viewing 15 posts - 61 through 75 (of 167 total)
Hello Sean,
I forgot to remove paramters in my log procedure after I removed it went successful..Now theissue for me is with date format
March 22, 2017 at 3:34 pm
TY
Resolved the issue..and we are using try catch block in main procedure
Quick question on the Active Column.
In the main procedure I have declared variable called...
March 22, 2017 at 3:22 pm
This is what I have in the package -
In OLEDB Source Output
External columns
From and Todate both are - DT_DBDate
In the Outputcolumns
From and Todate both are...
March 21, 2017 at 8:23 am
Yes, I want to reporoduce the same the same that is happening in our existing system.. The error is created as 547 means it s a violation constraint.
I...
March 20, 2017 at 12:21 pm
But source and destination table has both same sizes..
nvarchar(1000).
I checked the len of the text - totalsize is 271 including with spaces,comma and hifens.
Before Inserting...
February 28, 2017 at 4:15 pm
This is an example of case statement
Case When @Company = '' then 'no company' Else 'my company' End
In my case I am checking the If...
February 23, 2017 at 8:52 am
We are keeping remaining stuff in the same format so I don't want to change it.
February 10, 2017 at 8:46 am
What is this variable 2 and loop variable?
Variable2 = LoopVariable
do we need to define these two at package level? or variable 2 is existing variable...
February 9, 2017 at 8:09 am
Any syntax for the expression, Not sure how to write the code in expression.
Can I get an example of the code.
February 9, 2017 at 6:42 am
Already created the variable and assigning into result set
But my question is it loops 13 times..to bring all states information how to track the first state id into...
February 9, 2017 at 5:41 am
Yes, all 3 tables has same structure.
we are having 2 packages, in one package we are loading table 1 data in another package we are loading table 2 data.
February 1, 2017 at 11:39 am
SELECT *
February 1, 2017 at 10:15 am
January 30, 2017 at 4:18 pm
Viewing 15 posts - 61 through 75 (of 167 total)