Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Problems with getting my hash table populated

$
0
0
Hello
I'm trying to  to insert values of sql server script into my hash table to be used later on another process, the piece that I'm using is:

$instancename ="instancename"
$databasename ="dba"
$FileMapping =@{}
$query=invok

Viewing all articles
Browse latest Browse all 467

Trending Articles