Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Database Space Capacity Planning

    I answered my own questions. You need to use:

    $bulkCopy.ColumnMappings.Add("SourceCol", "DestCol")

    to define the mapping between columns.

  • RE: Database Space Capacity Planning

    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...

  • RE: Database Space Capacity Planning

    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...

Viewing 3 posts - 1 through 3 (of 3 total)