No announcements
Found 1157294 threads
-
1 Votes
COLUNM VALUE IN VARIABLE.
Pick an integer variable from the dropdown list.Answered | 4 Replies | 3395 Views | Created by Sengwa - Monday, June 8, 2009 9:43 PM | Last reply by Sengwa - Tuesday, June 9, 2009 7:08 PM -
0 Votes
Displaying column values as colunm headers
Try this: CREATE TABLE Customers (CustomerID INT, CustomerName VARCHAR(50)); INSERT INTO Customers VALUES (1, 'Comp A'), (2, 'Comp B'), ...Answered | 2 Replies | 2699 Views | Created by zbiebu - Wednesday, September 14, 2011 3:08 PM | Last reply by Mariano Gomez - Wednesday, September 14, 2011 4:13 PM -
0 Votes
variable value
Change the Variable type to Object and try executing the package again.Answered | 3 Replies | 5434 Views | Created by jsjs - Tuesday, March 22, 2011 8:57 AM | Last reply by Nitesh Rai - Tuesday, March 22, 2011 9:21 AM -
2 Votes
Question about Variable value
everywhere you used this variable, value of variable will seat there.Answered | 5 Replies | 3994 Views | Created by konovitch - Wednesday, October 20, 2010 1:17 AM | Last reply by konovitch - Wednesday, October 20, 2010 7:41 PM -
0 Votes
Use values in variable
Make sure the variable is referenced in the for loop and the flat file connection.Answered | 8 Replies | 2810 Views | Created by PeaceOut - Tuesday, October 11, 2011 1:09 AM | Last reply by Building Meaning - Tuesday, October 11, 2011 3:18 AM -
0 Votes
Insert value of a variable into a table
Data type of CubeName variable I created is string.Answered | 5 Replies | 4296 Views | Created by workplacemobbing - Thursday, August 5, 2010 4:48 PM | Last reply by workplacemobbing - Thursday, August 5, 2010 7:26 PM -
0 Votes
Assigning values to variables
Then you should put the value in double quotes: if status="single" then ....Answered | 2 Replies | 1155 Views | Created by Dave Pri - Wednesday, February 13, 2013 2:45 PM | Last reply by Dave Pri - Thursday, February 14, 2013 9:01 PM -
4 Votes
Calculation of the value in a variable
number="2+3" firstnumber=Text.GetSubText(number,1,1) secondnumber=text.GetSubText(number,3,1) TextWindow.WriteLin ...Answered | 2 Replies | 566 Views | Created by BluStars - Sunday, July 30, 2017 7:06 PM | Last reply by jricestk - Tuesday, August 1, 2017 1:33 AM -
0 Votes
Replace text in a variable value?
Can you put a Script Task inside the loop, and specify the vLoop variable in the ReadWrite list.Answered | 2 Replies | 4513 Views | Created by ysrini - Wednesday, November 3, 2010 9:39 PM | Last reply by Todd C - Thursday, November 4, 2010 2:48 AM -
3 Votes
Retaining variable values
So if you make a change to the object or a variable for that matter in class2, the object or variable will have the new ...Answered | 6 Replies | 1073 Views | Created by Karlap - Monday, September 9, 2013 3:37 PM | Last reply by CSNewbie - Tuesday, September 10, 2013 3:24 AM -
0 Votes
For loop variable value question
Hi tom5521, According to your description, you use a for loop container in your package, and pass a list of data to the container, and then check if the parameter value ...Answered | 3 Replies | 3078 Views | Created by tom5521 - Thursday, September 1, 2011 4:35 PM | Last reply by Eileen Zhao - Wednesday, September 14, 2011 7:47 AM -
0 Votes
Update the Value of Variable
The variable value is set by means of an expression.Answered | 3 Replies | 718 Views | Created by Priya Bange - Monday, April 20, 2015 10:07 PM | Last reply by Visakh16 - Tuesday, April 21, 2015 5:00 AM -
0 Votes
Set variable value
Then assign the required value by accessing the variable using Me.Answered | 8 Replies | 4855 Views | Created by collie12 - Wednesday, October 28, 2009 10:47 AM | Last reply by collie12 - Saturday, November 7, 2009 7:13 PM -
0 Votes
Variables vs.
That relies heavily on code like you show but goes wrong as soon as the textbox does not contain a numeric value.Answered | 3 Replies | 1324 Views | Created by spiderant - Monday, September 24, 2012 4:22 AM | Last reply by Cor Ligthert - Monday, September 24, 2012 6:31 AM -
2 Votes
Increment Variable value
Expression for first SetVariable Activity - b= @string(add(int(variables('a')),1)) Expression for second SetVariable Activity ...Answered | 3 Replies | 3731 Views | Created by amitkumardhiman - Friday, February 22, 2019 10:23 AM | Last reply by MartinJaffer-MSFT - Monday, February 25, 2019 6:56 PM -
2 Votes
How to Flip the Variable values
The bottom line is if @start_m is greater than @end_m value or @end_m value is less than @start_m value I want to flip these values.Answered | 7 Replies | 1306 Views | Created by srisql - Wednesday, March 13, 2013 3:56 PM | Last reply by --CELKO-- - Thursday, March 14, 2013 12:44 AM -
0 Votes
Trace variable values in Catalog
Here is an other Script Task Example: // Fire event bool fireAgain = true; Dts.Events.FireInformation(-1, "Value of ...Answered | 3 Replies | 1193 Views | Created by Nathind - Sunday, February 2, 2014 11:44 PM | Last reply by Nathind - Monday, February 3, 2014 7:45 PM -
0 Votes
ssis variables value about "
HI jinchun chen "id"|"name"|"desp" is a column,why is a column display like this that has a special reason. and I want to change ...Answered | 5 Replies | 1189 Views | Created by minghuang - Sunday, August 10, 2014 2:52 PM | Last reply by minghuang - Tuesday, August 12, 2014 3:19 AM -
0 Votes
Passing variable values to forms.
Open the Module and declare your variable there using Public instead of Dim.Answered | 3 Replies | 2559 Views | Created by whiskeymack - Thursday, July 12, 2012 11:16 PM | Last reply by Solitaire - Saturday, July 14, 2012 3:56 PM -
1 Votes
Changing Values of Variable in SSIS
You go to the Set Values tab on the SQL Agent job SSIS step.Answered | 1 Replies | 5979 Views | Created by lynanee6164 - Tuesday, February 22, 2011 10:02 PM | Last reply by Russ Loski - Tuesday, February 22, 2011 10:12 PM - Items 1 to 20 of 1157294 Next ›
No announcements