Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Script to find out when SQL Server #Restore will finish

$
0
0
Did you know that SQL Server’s ERRORLOG actually calculates its own estimates ... sp_readerrorlog 0, 1, 'Recovery completed', @DBName SELECT TOP 1 @DBName AS [DBName] ,[LogDate] ,CASE WHEN SUBSTRING([TEXT],10,1) = 'c' THEN '100%' ELSE SUBSTRING([TEXT ...

Viewing all articles
Browse latest Browse all 989

Trending Articles