Viewing 4 posts - 1 through 5 (of 5 total)
http://support.microsoft.com/kb/919023
This post was a wild goose chase.
The KB article has NOTHING to do with the actually error noted in this request for help. It has the same eventID, but the...
August 30, 2011 at 7:34 am
--a More agnostic version: Variables for all elements
--Great code thanks
USE [master]
GO
create procedure [dbo].[usp_Load_SandboxDB_From_Backup]
AS
/*
RESTORE the Sandbox version of the database from the latest backup
*/
DECLARE @DBBackupFileName VARCHAR(500)
Declare @BackupDrive varchar(100)
Declare @BackupFilePrefix varchar(30)
Declare @SourceDB...
December 3, 2009 at 9:11 am
Thanks, I'll give them a try. Thanks for the quick response
March 19, 2009 at 8:53 am
I have the same problem, but the machines/code has been closed for hours and the server still has the ProcessID in a Sleeping mode. How can I clear these. After...
March 19, 2009 at 8:21 am
Viewing 4 posts - 1 through 5 (of 5 total)