Forum Replies Created

Viewing 15 posts - 151 through 165 (of 205 total)

  • RE: FOR XML EXPLICIT formatting issue

    Excellent, so close yet so far.

    Also, in my actual code I had not propogated the Header Id into the other parts of the union, it din't actually know what the...

  • RE: order in which tables are replicated

    Another ooption for turning off the triggers is to use the settings for each article in the replication property pages

    Right click the publication and select properties

    Select the articles...

  • RE: order in which tables are replicated

    If collation is the same on all databases, then that shuold not be an issue.

    Filtering is set up in the actual publication. If you right click the publication and select...

  • RE: Zero Count

    I had to play around a little, but substitue your table and column names appropriately and away you go

    select

    Zeros.[name]

    ...

  • RE: Replication Monitoring using t-sql

    I believe most of the informatino you need to query exists in the Distribution database. Not that I have any ready made scripts available for you, but in a previous...

  • RE: order in which tables are replicated

    If I were you I would double check the data filtering you have in place for that subscriber. Typically, SQL Server replication does not get the ordering wrong (at least...

  • RE: Help with Case Statement

    I'd be inclined to move the select statment as I mentioned before

    something like

    CASE WHEN Len(c.FeeSchedule) 3 THEN

    ...

  • RE: Help with Case Statement

    Yo ushould be able to Nest you CASE WHEN statements in a similar fashion that that below.

    Hopefully I've provided you with enough of an example to allow you to get...

  • RE: Scheduled job fails

    How important it was to find the actual error. That just makes it so much easier to resolve the problem - provided you don't get one of those really ambiguos...

  • RE: SQL 2005 letting BizTalk 2004 in.

    Well, now the boss has pulled me away from this issue.

     

    However, the DTC stuff I mentioned just seems to be around ensuring permissions are correctly setup in a multi machine...

  • RE: SQL 2005 letting BizTalk 2004 in.

    Yeah, I have all of that from getting it to work on a BTS 2K4 to SQL 2000 setup.

    Someone mentioned something about DTC and that has rung a few...

  • RE: Scheduled job fails

    I would assume that this failure comes with some error message - but it doesn't appear to be reported.

    Have you looked in the SQL logs or the event viewer?...

  • RE: Integration Services service

    And once it is installed, you connect to it like any other "server" in your management studio. Took me a little while to work this out - doh!

  • RE: Eliminating Cursors

    Because we don't know what complicated (or not) calculation is in the usp_generate_purchase_order stored procedure, it is difficult to guess at a more efficient solution.

    However, if that generation code is...

  • RE: Importing data

    Is it possible that when you went through the wizard, you made the WC column datatype specific?

    What I mean is, at some stage do you indicate that WC is anything...

Viewing 15 posts - 151 through 165 (of 205 total)