Viewing 15 posts - 1 through 15 (of 18 total)
this clearly seems to be a problem of backup exec.
request a fix and/or evaluate other backup solutions.
August 13, 2014 at 2:21 am
seems that the account running mssql service does not
have access to the location on the NAS.
March 14, 2014 at 5:26 am
negative logic: ( a & b) <=> (!a | !b)
you want to select
WHERE a OR (b AND NOT (c AND d))
which would be equiv. to
WHERE a OR (b AND...
February 28, 2014 at 6:10 am
senderorgid <> sendermailboxid ?
February 19, 2014 at 6:02 am
Directory lookup for the file "D:\BMSMoi2013\DATA2013\BMS_2013.mdf" failed with the operating system error 3(The system cannot find the path specified.).
shouldn't be too difficult to find the correct path and/or
filename (the...
January 14, 2014 at 5:02 am
you can script out the linked server definition in ssms
'server objects' -> 'linked servers'.
you need to edit the scripts to insert the correct passwords
January 14, 2014 at 3:43 am
why do i read the year 2012 in the job history?
November 13, 2013 at 3:39 am
try a full join and 'isnull' to find the missing items
create table a(ei int, en varchar(255), logdate datetime, tin varchar(7), tout varchar(7))
insert into a values(0001, 'Sample', '20.09.2013', '6:00pm', NULL)
insert into...
October 1, 2013 at 1:56 am
try something like this
create table a(ei int, en varchar(255), logdate datetime, tin varchar(7), tout varchar(7))
insert into a values(0001, 'Sample', '20.09.2013', '6:00pm', NULL)
insert into a values(0001, 'Sample', '21.09.2013', NULL, '9:00am')
select
si.ei,...
October 1, 2013 at 12:46 am
check for names containing this large db-name
which might be too long for columns in
msdb.dbo.backup... tables.
i.e.: logical_name, physical_drive, physical_name etc.
September 23, 2013 at 12:20 am
have you checked @product for any special charaters
like linefeed etc.?
September 16, 2013 at 2:43 am
anything in the logs?
September 12, 2013 at 2:09 am
without knowledge of hp blades
it looks like a power outage
July 5, 2013 at 3:53 am
Viewing 15 posts - 1 through 15 (of 18 total)