Forum Replies Created

Viewing 15 posts - 631 through 645 (of 1,069 total)

  • RE: Opened distributed transaction problem

    This happens when the database was participating in transactional replication but it was removed properly or restored from a replicated database.

    To stop this, add the database to replication and...

  • RE: Unable to connect to SQL Server 2005 Express.

    Is TCP/IP enabled under SQL Server Network Configuration for the SQLEXPRESS instance?

    Note that after enabling the protocol, the service needs to be restarted.

  • RE: Unable to connect to SQL Server 2005 Express.

    Enable TCP/IP protocol using SQL Server Configuration Manager.

  • RE: Replication

    I think, no need to re-install.

    Try "... or add features to an existing installation" under Installation in SQL Server Installation Center.

    BTW Replication is not a service.

    Hope this helps you.

  • RE: exec %% what is this ??

    Are you thinking that EXEC %% is a different command? It's not. It's the same EXEC.

    What is different is %%xxx. These are undocumented and meant for internal use by Microsoft.

  • RE: Restore database having policy management rule

    Nothing happens, I guess. Because policies are stored in MSDB database. Not in other databases.

    What are your expectations and concerns?

  • RE: To get a DBA Job

    Ali Tailor (9/15/2010)


    Thanks for reply

    I think, to change Job track is some difficult.

    Regards

    Ali Tailor

    MCTS MSSS2k8

    Hi Ali,

    Positive thinking is very important.

    Update your resume and upload it to http://www.naukri.com

    Wish you good...

  • RE: Job and package execution account

    klineandking (9/12/2010)


    i would also like to know how to create a proxy account for the package

    In SSMS, expand SQL Server Agent, right click on Proxies and select New Proxy...

    Before creating...

  • RE: Two Log Files in a DB

    Run dbcc loginfo()

    Notice the FileId and Status columns. Status 2 means active.

    For example:

    FileId ...

  • RE: Do we need to re-index replicated databases ?

    kssirohi (9/8/2010)


    There is an option to replicate indexes (clustered/non-clustered) and you dont need to rebuild the index

    What/Where is the option (to replicate indexes)?

    Please elaborate your reply.

  • RE: Transaction Replication Latency

    Check the Replication Monitor for the reason for the latency. You can also check the log-reader and distribution agent job history.

    Transaction log size should not be cause of concern.

  • RE: Transaction log backups

    Thanks HowardW

  • RE: Transaction log backups

    Yogirk (9/2/2010)


    What I would like to know is - Is there any way to find whether *anything* changed in the database since the last tran log backup - looking...

  • RE: Issue with filegroups

    Since you have enterprise edition on the production server, my suggestion is to install same (=Developer) edition on staging and development servers too.

  • RE: Restore Database - But its in Use

    It looks like system background process was performing Auto-shrink, which did not allow you to have exclusive access to the database to restore.

    Disable Auto-shrink and try to restore.

Viewing 15 posts - 631 through 645 (of 1,069 total)