Forum Replies Created

Viewing 15 posts - 151 through 165 (of 1,069 total)

  • RE: Adding table to subscriber

    Non replicated object on subscriber would not break replication. 🙂

    Transaction replication basicaly happens with DDL/DML SQL statements (CREATE, INSERT, UPDATE, DELETE, etc).

    So objects that are not referred in the...

  • RE: Adding table to subscriber

    Changes to the replicated objects on the subscriber would interfere with transactional replication.

    You can add indexes to the replicated tables on subscriber.

  • RE: Adding table to subscriber

    quackhandle1975 (7/25/2012)


    Now I want to create views on the subscriber, will this break the replication?qh

    Generally speaking, views on the subscriber do not break the replication.

    But if the views are...

  • RE: Adding table to subscriber

    namrata.dhanawade-1143388 (7/24/2012)


    Can a new table be added to the subscriber without needing to add to the Publisher?

    Yes.

    Will this affect the current replication in any way?

    No.

    Meaning will it break...

  • RE: SQL Server Agent dosabled

    Suresh B. (7/18/2012)


    You need to change the SQL Agent service Startup type to "Automatic" using Services applet.

  • RE: SQL Server Agent dosabled

    You need to change the SQL Agent service Startup type to "Automatic" using SQL Server Configureation Manager (or Services applet).

  • RE: Need Help in Configure SSRS

    I think BIN folder is not needed.

    .rdl file is the required file.

    If you created data source, you fill find a .rds file

    You can deploy them using BIDS or Report Manager.

  • RE: Need Help in Configure SSRS

    Few points:

    1) Run SQL Server setup program. Select the component SQL Server Reporting Services

    2) If you select SSRS component, you will get option to just intall SSRS or install and...

  • RE: urgent help required on proc performanc issue

    Capture both the execution plans (slower and faster) and upload them here.

  • RE: sys.dm_db_index_physical_stats - avg_page_space_used_in_percent

    BOL:

    NULL when mode = LIMITED.

  • RE: How to find transactions which are not back up ?

    TLOG backup does not contain entries which are already backedup.

  • RE: Disaster Recovery

    durai nagarajan (6/29/2012)


    Suresh B. (6/29/2012)3) Storage drive failure - Use RAID. It should be left to SAN team.

    does that mean raid will have very minimal failure or SAn will...

  • RE: Disaster Recovery

    durai nagarajan (6/29/2012)


    Hello,

    we have to configure cluster on a 2 node server, i have to gather some points before suggesting active- passive or active - active on 2005 node.

    I...

  • RE: Unable to start SQL Agent with domain service account

    Try this:

    1) Looks like the default database of the logins is deleted. Changed the default database to some other database.

    2) Use Failover Cluster Manager to bring the SQL Agent resource...

  • RE: Take the backup to Shared disk

    You cannot take backup using linked server. Linked server is meant for querying only.

    What error did you get?

    I guess, it was related to permission.

    Service account should have write access to...

Viewing 15 posts - 151 through 165 (of 1,069 total)