Forum Replies Created

Viewing 15 posts - 121 through 135 (of 206 total)

  • RE: Unable To Pull Subscription

    You probably need to go back and check your filter and join clauses. This is where you will have set up the way you want your data defined for each...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Transfer of Data from 2000 to 2005

    You could try to import the customers to a working table - with no identity column just use an INT to store the existing id.

    Then you write a query to...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: How many hours do you work

    Salaried for 40 hours and most of the time that's how it works out.

    I work with the principle that if I (we, the dev team) have stuffed it up,...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: can''''t create pull subscription

    Sounds like a permissions problem with the user you are trying to create the pull subscription with. Try checking your user permissions.


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Unexpected EOF encountered in BCP data-file

    Could it be that because there is no data selected the BCP isn't sure how to handle it or that the schema it is expecting in the file doesn't match...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Conflicts from nowhere

    The triggers I put in place to audit the updates to the table I am conerned with revealed that there were no updates occuring that were not expected.

    So, what happens...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Conflicts from nowhere

    Interesting stuff thanks Pedro but may not be relevant as I am using SQL 2005 - so obviously no SP4 just yet.

    Might be very useful for other projects we have...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Merge Replication Updates during Initialize

    As per my other post regarding the differences between replication in 2005 and 2000, this is a known issue with a simple resolution

    http://support.microsoft.com/kb/917476/en-us


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Merge Replication differences between SQL 2000 and SQL 2005

    The issue of the excessive data on intialise was covered by the following article

    http://support.microsoft.com/kb/917476/en-us

    This article refers to a known issue with merge replication


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Update to a replicated table times out.

    OK, I understand your table links - franchise has an ID which is the FK of other tables in the replication scenario.

    I suspect that you need to find out exactly...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Setup Prod/Test Environment

    I take it from your post that the developers have views, SPs and tables that are not related to any applications that use the database - or have I misread...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Update to a replicated table times out.

    Just to make sure I am clear on this.

    You make an update to your filter column.

    Then you cascade those changes down to all of the related records.

    Can I ask why...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Update to a replicated table times out.

    What kind of replication are you doing?

    Snapshot, Merge or Transactional?


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Unable to configure Replication from SQL to Oracle

    At a guess (because I've never tried this before), take a look at the permissions of the "user" doing the connecting. A "could not connect" message is typically about permissions...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Trigger on publisher duplicating row on subscriber.

    Is it not possible to put some conditional logic around the update of the datemodified column to only update when the right conditions are met (deleted versus not deleted?).

    Also, I...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

Viewing 15 posts - 121 through 135 (of 206 total)