Viewing 15 posts - 31 through 45 (of 84 total)
I'm still struggling with this.
In order to create a condition i need to specify a facet but i'm not sure which facet i should be using.
September 16, 2011 at 4:28 am
Thanks for the advice, i'll give this ago when i'm back in the office and let you know how i get on.
September 13, 2011 at 7:24 am
Upon further inspection, the virtual disks do indeed have physical disks from the two RAID arrays "mapped" to them and these then appear as the C and D drive on...
September 8, 2011 at 10:09 am
Thanks again for your help.
The whole creation of virtual disks is really confusing me, i really dont follow how they relate to the RAID arrays.
I'll continue looking online.
September 8, 2011 at 9:31 am
Thanks for the prompt reply, i'm not sure that i follow you here but i dare say i havent made myself very clear. Let me try again.
We are experiencing high...
September 8, 2011 at 8:33 am
Nothing other then the completion messages for the other databases being backed up.
July 27, 2011 at 6:56 am
ALTER PROCEDURE [dbo].[Backup_Database] @DBName varchar(250) AS
BEGIN
SET NOCOUNT ON;
DECLARE @FILENAME varchar(250)
SELECT@FILENAME = 'D:\SQLBackup\x.bak'
BACKUP DATABASE @DBName
TO DISK = @FILENAME
WITH FORMAT
END
July 27, 2011 at 4:56 am
The agent job calls a stored proc which executes a backup database command; there is definitely no log backup taking place.
This is my frustration; i can't seem to track the...
July 27, 2011 at 4:44 am
Thanks, but this artcile is talking about taking a log backup before taking a full data backup. I am trying to run a full database backup so it doesn't apply...
July 27, 2011 at 4:28 am
No, we are using the same search engine. I have checked each of the websites that are returned on the first two pages.
Could you advise which of the results you...
July 27, 2011 at 4:22 am
I have already done a thorough internet search; suggestions go along the lines of "check the log for error messages which may identify the problem".
No entries, other then those which...
July 27, 2011 at 4:07 am
Thanks for the advice; i will give this a try.
July 13, 2011 at 2:20 am
FYI wrapping the stored procedure call in a try catch did not solve the problem; the error is still thrown and the job stops executing.
July 6, 2011 at 8:35 am
Thanks for your contributions; i have been out of the office this week but i will now work through your suggestions.
I will post back the results.
July 6, 2011 at 3:48 am
Thanks for the advice; i'll give it a go.
July 1, 2011 at 8:38 am
Viewing 15 posts - 31 through 45 (of 84 total)