use master
go
BEGIN SET nocount ON
IF EXISTS (SELECT 1 FROM tempdb..sysobjects WHERE = Object_id('tempdb..#DBFileInfo')) BEGIN DROP TABLE #dbfileinfo END
IF EXISTS (SELECT 1 FROM tempdb..s...
Hello this is the code test
we are now adding tsql code test here
SELECT @@servername,getdate() ,command, r.session_id, r.blocking_session_id,s.text,
start_time,
percent_complete,
CAS...