mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	
							parent
							
								
									84054a85d3
								
							
						
					
					
						commit
						aa00802f6d
					
				| @ -29,7 +29,7 @@ MSSQL_SQL_STATEMENT = textwrap.dedent( | |||||||
|       FROM sys.dm_exec_cached_plans AS p |       FROM sys.dm_exec_cached_plans AS p | ||||||
|       INNER JOIN sys.dm_exec_query_stats AS s |       INNER JOIN sys.dm_exec_query_stats AS s | ||||||
|         ON p.plan_handle = s.plan_handle |         ON p.plan_handle = s.plan_handle | ||||||
|       CROSS APPLY sys.Dm_exec_sql_text(p.plan_handle) AS t |       CROSS APPLY sys.dm_exec_sql_text(p.plan_handle) AS t | ||||||
|       INNER JOIN sys.databases db |       INNER JOIN sys.databases db | ||||||
|         ON db.database_id = t.dbid |         ON db.database_id = t.dbid | ||||||
|       WHERE s.last_execution_time between '{start_time}' and '{end_time}' |       WHERE s.last_execution_time between '{start_time}' and '{end_time}' | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Mayur Singal
						Mayur Singal