Forum Replies Created

Viewing 15 posts - 226 through 240 (of 497 total)

  • RE: Replication and mirroring

    Oracle_91 (2/27/2014)


    Hi Team,

    Can anybody help me understand why do one go combination of Database Mirroring + Replication.

    Why can't I just have Database mirroring for high availability of my database. What...

  • RE: Snapshot replication

    Phew! Thought I was going mad for a minute. :crazy:

  • RE: Capturing the Reason For Change for Type 2 changes

    Thanks for the replies folks. As JustMarie and EricEyster made opposing arguments, I guess the most important point is to be consistent!

    Jeff, I don't see it as much of a...

  • RE: Snapshot replication

    You are trying to drop the table; that's not modifying it. The OP wanted to add a field (column)...that's what I did in my test. It's also possible to modify...

  • RE: Snapshot replication

    sqldba725 (2/26/2014)


    You can not alter the table with out dropping and re-adding them , having distribution job running or not is irrelevant .

    Err...yes you can, I've tested that scenario...

  • RE: Snapshot replication

    Ok, I think it must be the Distribution Agent that is set to run continuously because i've just gone through setting up Snapshot Replication between a couple of Test databases...

  • RE: Snapshot replication

    So is it the Distribution Agent that is running continuously? Your are definitely using Snapshot Replication and not Transactional Replication, right? How often do you generate a snapshot?

  • RE: SQL Server detected a logical consistency-based I/O error

    VIII (2/26/2014)


    GilaMonster (2/26/2014)


    Restore from a clean backup (backup taken before the corruption occurred)

    I don't have clean backup. For some reason, my customer stopped weekly backup and the last backup is...

  • RE: How to change the SQL Server instance directory

    kommagoni (2/26/2014)


    User databases running on the server..

    Well in that case I would just live with the current install path.

    Otherwise you are going to have to install a new instance...

  • RE: Snapshot replication

    For a snapshot publication, locks are held on the published tables for the duration of the snapshot generation process so you would not be able to modify the tables during...

  • RE: How to change the SQL Server instance directory

    As far as I know, the only way is to uninstall the instance and reinstall it in the 'correct' place, i.e. your desired filepath. Have you created user databases on...

  • RE: SSIS Newbie - Need Help

    Wow! You've certainly made some progress! I was going to take things step by step hence my initial reply, but you've done things pretty much the way I would.

    As to...

  • RE: SSIS Newbie - Need Help

    Am I right to assume that you've got BIDS open and have created a new Project and now you have a blank canvas similar to what is shown in the...

  • RE: How to - RUN MORE than 1 SSIS package at the same time on the SQL Server, using DTExec.exe

    ms-techie (2/23/2014)


    These Jobs are INDEPENDENT of each other.

    Are you sure about that?

    "The process cannot access the file because it is being used by another process " and then the...

  • RE: DateAdd Convertion Problem

    Luis Cazares (2/21/2014)


    To be fair, (s)he might be in a different time zone.

    True. I wasn't referring to this particular post, just making a general observation.

Viewing 15 posts - 226 through 240 (of 497 total)