in
Administering SQL Server (forum)
SQL Server (group)
(Entire Site)
Home
SQL
.NET
Exchange
Opinion
Blogs
Forums
About
Sign in
|
Join
|
Help
Home
Blogs
Forums
Forums Home
>
SQL Server
>
Administering SQL Server
>
Detect running backup or restore operation
Detect running backup or restore operation
Last post 05-19-2008, 1:09 PM by
sreddy
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
05-16-2008, 3:49 AM
Post number
53095
geemxx
Joined on 05-16-2008
Detect running backup or restore operation
Reply
Quote
Is it possible within T-SQL to detect a running backup or restore operation?
Report abuse
05-19-2008, 1:09 PM
Post number
53612
in reply to post number
53095
sreddy
Joined on 05-19-2008
Re: Detect running backup or restore operation
Reply
Quote
You can schedule a job to backup/restore and then have it send an email when it completes.
You can use the Mintenance plan wizard in Management studio to do this.
Report abuse