All Projects → amtwo → dba-database

amtwo / dba-database

Licence: BSD-2-Clause License
Database containing DBA helper code and open source software.

Programming Languages

TSQL
950 projects
powershell
5483 projects

Projects that are alternatives of or similar to dba-database

GraphQL.RepoDB
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that enca…
Stars: ✭ 25 (-68.35%)
Mutual labels:  sql-server
xelogstash
Send SQL Server Extended Events to Logstash, Elastic Search, or JSON
Stars: ✭ 22 (-72.15%)
Mutual labels:  sql-server
algorithm-bootcamp-sql
Teaching materials for Algorithm Bootcamp: Database Systems.
Stars: ✭ 18 (-77.22%)
Mutual labels:  sql-server
myTickle
📅 A PowerShell and SQL Server-based reminder system
Stars: ✭ 20 (-74.68%)
Mutual labels:  sql-server
SimpleSqlExec
Lightweight command-line utility to execute queries on SQL Server in place of SQLCMD
Stars: ✭ 20 (-74.68%)
Mutual labels:  sql-server
Peasy.NET-Samples
Showcases a middle tier built with peasy and consumed by multiple client consumers
Stars: ✭ 33 (-58.23%)
Mutual labels:  sql-server
Rebus.SqlServer
🚌 Microsoft SQL Server transport and persistence for Rebus
Stars: ✭ 35 (-55.7%)
Mutual labels:  sql-server
PdoOne
It simplifies the use of PDO in PHP by adding three methods: a simple wrapper between PDO, a query builder and an ORM.
Stars: ✭ 93 (+17.72%)
Mutual labels:  sql-server
sync-client
SyncProxy javascript client with support for all major embedded databases (IndexedDB, SQLite, WebSQL, LokiJS...)
Stars: ✭ 30 (-62.03%)
Mutual labels:  sql-server
sql server
Development repository for the sql_server cookbook
Stars: ✭ 60 (-24.05%)
Mutual labels:  sql-server
mssql-restapi
A simple REST API for SQL Server, Azure SQL DB and Azure SQL DW using SMO on .NET Core 2.0
Stars: ✭ 33 (-58.23%)
Mutual labels:  sql-server
SqlServer.Rules
SQL Server static code analysis rules for SSDT database projects
Stars: ✭ 20 (-74.68%)
Mutual labels:  sql-server
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-75.95%)
Mutual labels:  sql-server
bcpandas
High-level wrapper around BCP for high performance data transfers between pandas and SQL Server. No knowledge of BCP required!!
Stars: ✭ 69 (-12.66%)
Mutual labels:  sql-server
rbac-react-redux-aspnetcore
A starter template for creating JWT token from ASP.NET Core API project and applying that JWT token authentication on React application
Stars: ✭ 54 (-31.65%)
Mutual labels:  sql-server
sqlops-widgets
SQL Operations Studio Dashboard Widgets - including Always ON
Stars: ✭ 22 (-72.15%)
Mutual labels:  sql-server
GeoJSON.Net.Contrib
Repository for all GeoJSON.Net *.Contrib projects
Stars: ✭ 31 (-60.76%)
Mutual labels:  sql-server
OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (-63.29%)
Mutual labels:  sql-server
YelpDatasetSQL
Working with the Yelp Dataset in Azure SQL and SQL Server
Stars: ✭ 16 (-79.75%)
Mutual labels:  sql-server
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+32.91%)
Mutual labels:  sql-server

dba-database

This is my DBA database that contains my utility scripts that I use to help manage my servers.

Some of this code was never intended to be used by anyone else--it's primarily here for myself, but if you want to use it, make sure you know exactly what it's doing before using any of this code.

Some of this code (including the installer!) assumes that the First Responder Kit (firstresponderkit.org) and Ola Hallengren's SQL Server Maintenance Solution (ola.hallengren.com) are installed in the same database as well. PowerShell script provided to pull that stuff from it's respective download location. Redistributing other people's code isn't my thing.

To install

By default, the installer will create a database named DBA (if it doesn't already exist), and install all objects in that DBA database. You can deploy to a database named something other than DBA by using the -DatabaseName parameter on the install script. This install script assumes that you have permission to create the database, or that it already exists.

  • Clone this repo.
  • Open a PowerShell prompt & navigate (ie Set-Location) to the dba-database folder you just cloned.
  • Run Get-OpenSourceScripts.ps1 to grab the latest versions of the open source/third-party projects.
  • Also from dba-database folder, run Install-LatestDbaDatabase.ps1 -InstanceName "MyInstance"
    • By default, the installer will use DBA as the database name. To use a different database name, specify that using the -DatabaseName paramater.
    • The -InstanceName parameter will accept an array of server names, if you want to deploy to many servers.

If you experience issues with the install experience, please create an issue in GitHub.

Open Source Projects License information:

  • The First Responders Kit is distributed under the MIT License.
  • Ola Hallengren's SQL Server Maintenance Solution is distributed under the MIT License.
  • sp_WhoIsActive is distributed under the GNU GPL v3.
  • The Darling Data SQL Server Troubleshooting Scripts are distributed under the MIT License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].