Friday, October 28, 2022

How to change datafile locations on always on

https://www.sqlshack.com/a-walk-through-of-moving-database-file-in-sql-server-always-on-availability-group/


Sunday, October 16, 2022

Windows Server Last Restart

 systeminfo | find /i “Boot Time”

Friday, October 14, 2022

How to concat in excel

 ="select '"&B3&"' as TableName, count(*) as Ctr from "&A3&".dbo."&B3&" with (nolock) union all"

Friday, October 7, 2022

SQL Server trace

 exec sp_trace_setstatus 2,1 -- Start trace

exec sp_trace_setstatus 2,0 -- Stop trace

exec sp_trace_setstatus 2,2 -- Delete trace