How can we help you today? How can we help you today?
TeunvdBiggelaar

Activity overview

Latest activity by TeunvdBiggelaar

Alex B said: Hi all, Do you get the error if you run this query against the target SQL instance that you see the error for in SQL Monitor? SELECT db.name , db.state_desc , db.is_auto_create_stats_on , db.is_auto_shrink_on , db.collation_name , db.compatibility_level , db.create_date , db.page_verify_option_desc , db.recovery_model_desc , db.database_id , db.source_database_id , db.is_in_standby , db.is_read_only, ISNULL((SELECT 1 FROM [msdb].[dbo].[log_shipping_secondary_databases] WHERE ls.[secondary_database] = db.name),0) AS is_log_shipping_secondary, SUSER_SNAME(owner_sid) [owner] FROM sys.databases db LEFT OUTER JOIN [msdb].[dbo].[log_shipping_secondary_databases] AS ls ON ls.[secondary_database] = db.name ORDER BY db.name And if so, what is returned by the subquery here: SELECT 1 FROM [msdb].[dbo].[log_shipping_secondary_databases] WHERE [secondary_database] = db.name And how have you configured things to get this result? Kind regards, Alex Hi Alex,  The first query returned the same error as in SQL Monitor. The 2nd query doesn't work on it's own because its missing the db.name reference from the other part of the query, and in my case I have 3 logshipped databases on that host which are in a (Standby / Read-Only) state therefor. Thanks, Teun / comments
Alex B said: Hi all,Do you get the error if you run this query against the target SQL instance that you see the error for in SQL Monitor?SELECT db.name , db.state_desc , db.i...
0 votes
Monitor error, SqlDatabaseSampler
Hi all, Last week i've updated to version 13.0.39 and I noticed that a few servers are getting a "monitoring error"  on the Overview page. When i click on the message this is the error message: Sub...
4 followers 18 comments 0 votes
Can you show your queryplan? and some more decent specs? Overall 8GB memory is not much specially if this is shared with your windows OS. / comments
Can you show your queryplan? and some more decent specs? Overall 8GB memory is not much specially if this is shared with your windows OS.
0 votes