Viewing 3 posts - 1 through 3 (of 3 total)
I answered my own questions. You need to use:
$bulkCopy.ColumnMappings.Add("SourceCol", "DestCol")
to define the mapping between columns.
August 17, 2012 at 11:04 am
#1527189
I changed the script to pull the server name from __Server instead of SystemName because a few of my servers had no information in that field. After doing that...
August 17, 2012 at 9:42 am
#1527146
I just found this post and I am trying to set everything up using the lowest privileges. But I keep getting an access denied error. Does the user...
May 22, 2012 at 2:54 pm
#1491428