Useful methods for working with SQL-Server
| Method | Description |
|---|---|
| GetDateTimeInformation | Get DateTime information for a tables that have a datetime2 column given a connection string a table name |
| TablesArePopulated | Given a connection string with a default category determine if all tables have at least one record each |
| ExpressDatabaseExists | Determines if a specific database exists under SQL-Server Express edition |
| LocalDbDatabaseExists | Determines if a specific database exists under SQL-Server LocalDb |