A new build of the Database Searcher tool is now available for download. The new build saves options, databases and other settings on exit and loads them on startup. It also adds some error logging and fixes a bug with SSMS 2012 / 201...
Monday, February 20, 2017
Thursday, February 16, 2017
New DB Searcher tool for SQL Server/Azure
Just a Great Tool, No Cost, No Strings
The new xSQL Database Searcher tool, previously known as the xSQL Object Search is now available for download, no cost and no strings attached.
The new version:
Supports all version of SQL Server from 2005 to 2016
Supports SQL Azure v11 and v12
Can be used...
Monday, February 6, 2017
SQL Server: DATETIME vs DATETIME2

When it comes to a choice between data types for a field in a SQL Server database's table, an issue that is frequently discussed in popular forums is a choice between the DATETIME and DATETIME2 data...