﻿Notes:

*** These materials are provided with ABSOLUTELY NO WARRANTY. Use at your own risk and understand all code before running. ***

- To recreate my findings, create the dbo.NCAAInfo table and dbo.RunGame procedure in a database (mine is called "Sandbox") using the CreateObjects.sql file.

- Populate dbo.NCAAInfo with data from NCAAData.csv

- To re-query data from bing, use the C# code in Program.cs
  - You will need a Bing AppID to query their API. You can get one here: http://www.bing.com/toolbox/bingdeveloper/
  
- To simulate a game, execute the dbo.RunGame procedure passing the names of the schools as parameters
