Forum Replies Created

Viewing 15 posts - 61 through 75 (of 78 total)

  • RE: SQL Query help

    Thanks!

  • RE: SQL Query help

    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...

  • RE: Availability replica is not joined

    No backup or log backup job is running.

  • RE: High number of VLFs

    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...

  • RE: Log Shipping failing.

    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 instances are running under Network Service.

    Both...

  • RE: Log Shipping failing.

    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

  • RE: Log Shipping failing.

    g.britton (6/30/2015)


    I have no idea what Venus is. However, you need to ensure that appropriate permissions are in place. Here's a simple way to find out:

    Login to...

  • RE: Log Shipping failing.

    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...

  • RE: Log Shipping failing.

    g.britton (6/30/2015)


    Have you followed this:

    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...

  • RE: Log Shipping failing.

    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...

  • RE: Log Shipping failing.

    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...

  • RE: Values cannot be null. Parameter Name: ViewInfo

    It is working but why is it that it worked when I tried running it as an administrator?

  • RE: Need help with DB mail

    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...

  • RE: Need help with DB mail

    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.

  • RE: Need help with DB mail

    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.

Viewing 15 posts - 61 through 75 (of 78 total)