No announcements
Found 1873954 threads
-
0 Votes
Depending on the connection Manager the variable name should get change in OLEDB source?
You know that they must have the same meta data because you are using an OLE DB and you are in a DFT within SSIS, they way i see it you may want to change from Connection A ...Answered | 1 Replies | 2145 Views | Created by SQL2012BI - Friday, December 30, 2011 10:50 AM | Last reply by Nik - Shahriar Nikkhah - Friday, December 30, 2011 2:24 PM -
0 Votes
Get-Content as Variable changes BaseType depending on Variable Name - Why?
Get an exorcist to help you.Answered | 9 Replies | 654 Views | Created by Guyver-1 - Wednesday, July 5, 2017 1:38 PM | Last reply by Guyver-1 - Thursday, July 20, 2017 11:19 AM -
0 Votes
Using a variable in Get-Content or Select-String
$serv,$serv.gettype() MSS IsPublic IsSerial Name BaseType -------- -------- ---- -------- True True ...Answered | 5 Replies | 8628 Views | Created by ShoelessMike - Monday, November 8, 2010 9:15 PM | Last reply by mjolinor - Tuesday, November 9, 2010 3:39 PM -
4 Votes
Get-Content contains variable I want to expand
On my system, get-verb lists 96 verbs, whereas get-noun: (get-command | foreach {($_.name ...Answered | 28 Replies | 7129 Views | Created by still tmunro55 but changing accounts - Friday, February 3, 2012 6:51 PM | Last reply by still tmunro55 but changing accounts - Monday, February 6, 2012 7:21 PM -
0 Votes
Using a variable with content location
On the CAS I set a system environmental variable called domain which was then set to my domain name.Answered | 3 Replies | 1211 Views | Created by Michael Arens - Monday, November 5, 2012 9:41 PM | Last reply by Michael Arens - Tuesday, November 6, 2012 4:22 PM -
0 Votes
Is it possible to add a property using variable in variable name?
That might be an array, a hashtable, or any other data structure for holding other objects, depending on your specific needs.Answered | 4 Replies | 967 Views | Created by tickermcse76 - Friday, July 18, 2014 8:26 PM | Last reply by tickermcse76 - Tuesday, July 22, 2014 2:16 AM -
1 Votes
Get adapter name as variable
This batch file works, but the adapter name has to be hard coded, is there a way to put the name into a variable from netsh so that the code can be generic?Answered | 2 Replies | 5906 Views | Created by rdwray_666 - Friday, August 29, 2014 9:18 PM | Last reply by Frederik Long - Friday, August 29, 2014 10:38 PM -
12 Votes
Passing Column Name as Variable
I got it working by changing the name of the Column I am processing to a fixed literal like C1 and then using C1 in square brackets.Answered | 8 Replies | 5514 Views | Created by jpage89 - Thursday, October 27, 2016 8:34 PM | Last reply by Sang11 - Thursday, October 3, 2019 10:03 PM -
0 Votes
$Target variable to get class name
Hi There is no option in scom to pass target name dynamically to an monitor, only option is to change the target property name as configurable($config) ...Answered | 1 Replies | 1378 Views | Created by Chrisszs - Wednesday, August 28, 2013 10:16 PM | Last reply by sridhar vishwanatham - Thursday, August 29, 2013 6:41 AM -
0 Votes
Replace a changing variable to blank
Why this method?Answered | 12 Replies | 608 Views | Created by Bjørn Roalkvam - Friday, July 8, 2016 10:34 AM | Last reply by Bjørn Roalkvam - Monday, July 11, 2016 7:04 AM -
1 Votes
add-content to variable does not work.
So, both Add-Content and Clear-Content cannot be used for Variable items.Answered | 5 Replies | 9768 Views | Created by Larry Weiss - Tuesday, August 16, 2011 5:07 PM | Last reply by Larry Weiss - Tuesday, August 16, 2011 9:42 PM -
0 Votes
How to change unicode of a variable in PowerShell
git config user.name | set-content encoding eom <file name> $variable = get-content ...Answered | 8 Replies | 19789 Views | Created by sndp_and - Wednesday, November 5, 2014 11:10 AM | Last reply by AnnaWY - Sunday, November 16, 2014 8:50 AM -
0 Votes
Change Variable to add quotes
No idea what you mean by change a variable.Answered | 5 Replies | 900 Views | Created by ToeBee - Sunday, May 31, 2015 7:13 PM | Last reply by Mike Laughlin - Monday, June 1, 2015 12:30 AM -
4 Votes
PS Get-Content - file containing environement variable
\liste.txt 'D:\Documents' Get-content .Answered | 18 Replies | 926 Views | Created by karsayor - Tuesday, October 21, 2014 3:34 PM | Last reply by karsayor - Wednesday, October 22, 2014 7:29 AM -
0 Votes
Get-content variable
$servers = get-content C:\Servers.txt foreach ($server in $servers) { Get-CertificationAuthority –name testCA | ...Answered | 1 Replies | 11233 Views | Created by Bill201 - Thursday, June 28, 2012 3:26 PM | Last reply by Bigteddy - Thursday, June 28, 2012 3:38 PM -
0 Votes
Variable gets error
Why is not working the way I want?Answered | 4 Replies | 1541 Views | Created by emmim44 - Wednesday, December 5, 2012 9:43 AM | Last reply by Erland Sommarskog - Wednesday, December 5, 2012 11:43 AM -
0 Votes
Using a Variable as a Table Name
WHY?Answered | 10 Replies | 2656 Views | Created by IndigoMontoya - Tuesday, April 2, 2013 7:14 PM | Last reply by IndigoMontoya - Wednesday, April 3, 2013 6:38 PM -
1 Votes
SSIS FTP with variable file name
Variables may not change type during execution.Answered | 5 Replies | 7190 Views | Created by Unwind_1 - Wednesday, February 20, 2013 1:22 PM | Last reply by SSISJoost - Wednesday, February 20, 2013 5:07 PM -
0 Votes
Get part of variable and provide to others variable
Hi Vipin, After testing the issue in my environment, we can use the following expression as the desired variable value: REVERSE(SUBSTRING(REVERSE( ...Answered | 6 Replies | 980 Views | Created by Vipin jha - Tuesday, April 7, 2015 10:45 AM | Last reply by Balwant Patel - Wednesday, April 8, 2015 4:09 PM -
3 Votes
variable not expanding in command, unsure why
Get-ADComputer -Filter "Name -like '$pcName*'" Just use single quotes inside double quotes.Answered | 3 Replies | 1191 Views | Created by MrThreepwood - Monday, March 2, 2015 3:24 PM | Last reply by jrv - Monday, March 2, 2015 6:08 PM - Items 1 to 20 of 1873954 Next ›
No announcements