The most recent content from our members.
Can anyone show me how to display a "NULL" value from the SQL Query below? I am trying to pivot some data on the details page and would for the "cpname" column to display "null" or blank if no data is entered. What I'm trying to do is create a pivot table that will consist of 20+ custom properties, and I want the user to…
Hello Thwack-Folks! I've set up a SQL Server User Experience Monitor like several times before, but this time I do have the following scenario: I am going to return the amount of databases with active isolation level USE msdb SELECT SUM(snapshot_isolation_state) FROM sys.databases It is a simple query and executed under my…
It looks like you're new here. Sign in or register to get started.