You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,5 @@ Contains useful functions that I use and am able to share.
8
8
[Show-DatabasesOnServer](Show-DatabasesOnServer.ps1) - Returns the Name and sizes of databases on a server or array of servers
9
9
10
10
[Set-OlaJobSchedule](Set-OlaJobsSchedule.ps1) - Sets the agent job schedule for the jobs created by Ola Hallengrens Maintenance plan
11
+
12
+
[When-WillSQLComplete](When-WillSQLComplete.ps1) - Quick function to check progress of SQL Commands via sys.dm_exec_requests. Useful for DBCC, Backup, Restore and indexing progress
0 commit comments