SQLFacts – A Free Toolkit for SQL Server Database Engineers

SQLFacts is a FREE suite of 26 (and counting) tools for SQL Server database development, database administration, and performance tuning. The toolkit is all T-SQL code and it includes the functionality of hundreds of short scripts.
The post SQLFacts - A Free Toolkit for SQL Server Database Engineers appeared first on SQLServerCentral.

Searching for Objects in SQL Server Databases

How to get the most out of SQL Search, a free database search tool for SQL Server Management Studio (SSMS) and Visual Studio that will locate database objects based on their names, columns, or text.
The post Searching for Objects in SQL Server Databases appeared first on SQLServerCentral.

Getting In A State Using Flyway

Flyway Teams baseline migration scripts are a simple and fast way to deploy new copies of a database, at a specific version, for testing work, or to create a new branch during development.
The post Getting In A State Using Flyway appeared first on SQLServerCentral.