Viewing 4 posts - 1 through 5 (of 5 total)
More than anything else, this was an attempt to keep processes required by different teams apart from each other's. The "restoring" process belongs to our DBA's. It is a process...
September 29, 2007 at 11:12 am
Thanks. Your wise counsel has be recorded and minded.
September 28, 2007 at 9:52 pm
That's under consideration, but we wanted to try it with a trigger if it was possible. Is it impossible because sys.databases is a view?
September 28, 2007 at 8:30 pm
Very close. I want to monitor this view so that when the database is finished restoring, and the value in the sys.databases 'State' column returns to 1, I can execute...
September 28, 2007 at 8:20 pm
Viewing 4 posts - 1 through 5 (of 5 total)