Viewing 15 posts - 61 through 75 (of 78 total)
I kinda figured it out
Create table inventory_server(
ServerID int PRIMARY KEY,
Memory int,
Edition varchar(200),
Version varchar(200),
CoreCount int)
Declare @serverID int,
@Memory...
October 20, 2015 at 2:42 pm
No backup or log backup job is running.
October 12, 2015 at 1:58 pm
New Testing:
TestDBSize 1.048GB
Rows Inserted 2097152(00:00:09)
Rows Inserted 4194304(00:00:23)
Rows Inserted 8388608(00:00:66)
Rows Inserted 16777216...
October 8, 2015 at 11:44 am
Perry Whittle (6/30/2015)
Chitown (6/30/2015)
LS Backup job isn't running. Copy and Restore jobs are running fine.
Ok, now we know where to target our efforts
Chitown (6/30/2015)
Both...
June 30, 2015 at 10:24 am
g.britton (6/30/2015)
when the backup job fails, what are the error messages?
D:\Program Files\Microsoft SQL Server\MSSQL10_50.****\MSSQL\Log
June 30, 2015 at 10:15 am
g.britton (6/30/2015)
Login to...
June 30, 2015 at 9:03 am
Perry Whittle
Which job?
There are 3 jobs per LS plan!!
Both instances are running under local system?
Both instances on the same computer?
You'll need to provide a lot more info, not just simply...
June 30, 2015 at 8:52 am
g.britton (6/30/2015)
If the SQL Server service account on your primary server runs under the local system account, you must create your backup folder on the primary server...
June 30, 2015 at 8:43 am
Environment Details:
On the Primary Server:
Agent is running under LocalSystem
Backup job runs successfully everyday
Transactional Log job runs successfully every hour.
Index rebuild job runs successfully as well.
However, when I run the LSCOPY...
June 29, 2015 at 12:19 pm
It fails even when I try to run the Agent as a "Venus" user. Venus user has all the access to different directories. I even restarted the agent but it...
June 29, 2015 at 11:27 am
It is working but why is it that it worked when I tried running it as an administrator?
June 11, 2015 at 1:31 pm
Thank you so much for taking your time out and providing me with some suggestions and the issue has been resolved.
This is what I did.
add user to the DatabaseMailUserRole role
sp_addrolemember...
May 13, 2015 at 2:29 pm
I had a job that ran at 11 and it was supposed to send out alerts when the job runs successfully and it didn't work. No email received.
May 13, 2015 at 10:19 am
BL0B_EATER (5/13/2015)
right click on SQL Server Agent > Alert system > Have you ticked enable mail profile?
I just did. Let's see what happens. Thanks for your help.
May 13, 2015 at 9:28 am
Viewing 15 posts - 61 through 75 (of 78 total)