SQL Using AWS Data Pipeline to Export Microsoft SQL Server RDS data to an S3 Bucket I spent the day figuring out how to export some data that's sitting on an AWS RDS instance that happens to be running Microsoft SQL Server to an S3 bucket. After it's in the S3 bucket, it's going to go through Elastic MapReduce (EMR)
SQL Calling An F# Library From C# to Import A CSV File Into SQL Server Parsing and dealing with CSV files in F# is dead easy when using the amazing FSharp.Data Type Provider. I've been on vacation for 6 weeks and in that time I've been reading up on F# and data mining. It's absolutely amazing how succinct