Forum Replies Created

Viewing 15 posts - 16 through 30 (of 71 total)

  • RE: Error on enabling filestream

    "Server"

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Error on enabling filestream

    Found the solution. The "Server" windows service should be up and running. It was disabled in my case.

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Deploying SQL Server 2012 SSIS packages in SQL Server 2008 R2

    Thanks for the update Keon.

    Do you have any suggestions for the 3rd party tool?

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Timeout error

    Have you deployed any Logon triggers in the server?

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Utility Control Point - Error 37007 Job sysutility_mi_collect_and_upload

    Can you translate the error message to English?

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Best Practice in setting up sql server access to DBA's:

    It's a good question, I will let you know my approach which is best for me still now. Particularly when you are working on a production environment and facing...

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: stored procedure help

    "Select Count(*)" will give you only the count of the records in your result.

    Adding the count will not cause you this error. The error should be on Where...

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: How to registered license information?

    The property "License Type" and "Num License" are followed till SQL Server 2000 release. Microsoft stopped registering value for this property from SQL Server 2005 onwards. From SQL...

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: stored procedure help

    There can be several reason for data not getting inserted. You have to drill down to identify the problem and trouble shoot it.

    You are having several conditions while Inserting...

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: sql server backups to more than 1 location

    Create a SSIS package as it has in-built task to perform the backup and move the files. And schedule the package in SQL Server Agent Job.

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: SQL Azure Connectivity problem

    I added my IP in the firewall of Azure portal as well.

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: SQL Azure

    I searched for a section in SQL Azure and ended up here. Yes, there should be a section.

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Question on backup of sql database

    Exactly. You should not be doing transactional log backup on the database which is part of logshipping. In short, logshipping will perform a transactional log backup on your...

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Question on backup of sql database

    Have you scheduled a transaction log backup through maintenace plan on a database which is already a part of log shipping? If so, you should not be doing...

    ---------------------------------------------------
    Thanks,
    Satheesh.

  • RE: Agent Disabled and Database is in Inrecovery mode

    Hi Srinath,

    Happy to know that your problem got resolved. But you should consider this as a warning. Never automate such thing like restarting the service until unless...

    ---------------------------------------------------
    Thanks,
    Satheesh.

Viewing 15 posts - 16 through 30 (of 71 total)