This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
PowerShell, SqlBulkCopy and RunSpaces Speed Test | |
-- To be used for speed testing purposes with million.csv -- | |
-- Will drop and recreate specified database if it exists -- | |
This script will | |
- Automatically download the million row dataset if it doesn't exist | |
- Drop the specified database if it exists |