Danny Riebeek

  • Interests: SQL Monitoring

Blog Post

SQLTreeo SSMS Add-In guide

SQLTreeo Add-In   plugin for SQL Server Management Studio   Version Applies to SQLTreeo Add-In version 0.8.7 or higher.     Purpose Informational guide on how to use the...

2019-02-25

110 reads

Blog Post

SQLTreeo Add-In guide

SQLTreeo Add-In   Plugin for SQL Server Management Studio   Version Applies to SQLTreeo Add-In version 0.8.7 or higher.   Purpose Informational guide...

2019-02-19

257 reads

Blog Post

SQLTreeo Add-In guide

SQLTreeo Add-In   Plugin for SQL Server Management Studio   Version Applies to SQLTreeo Add-In version 0.8.7 or higher.   Purpose Informational guide on how to use the SQLTreeo...

2019-02-19

91 reads

Blogs

Friday Flyway Tips: State-based deployment with Flyway Teams

By

I was asked about state-based deployments in Flyway Teams, so I decided to show...

Advice I Like: The Main Thing

By

The main thing is to keep the main thing the main thing. – from...

Sic Transit Gloria Community

By

When Covid took out the PASS organization, I had someone say to me, “Well,...

Read the latest Blogs

Forums

Dynamic T-SQL Script Parameterization Using Python

By omu

Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...

Smile and Wave Boys

By Grant Fritchey

Comments posted to this topic are about the item Smile and Wave Boys

ExecutionLog3 table in Reportserver Database

By cooldude001

I have a SSRS report for which users are complaining to be slow, but...

Visit the forum

Question of the Day

Counting Bits IV

What do these two selects return?

SELECT BIT_COUNT (CAST (-1 as smallint))
     , BIT_COUNT (CAST (-1 as bigint))

See possible answers