Forum Replies Created

Viewing 15 posts - 781 through 795 (of 5,103 total)

  • RE: Schema Change to a replicated table

    Note: This is not really supported from the UI but as long as there is not activity on the table while running the scripts you should be ok.

    Here[/url] is a...

  • RE: Partioned View

    Richard Norris (12/30/2008)


    As soon as I can convince management that we need Enterprise Edition, I'm sure I will 🙂

    Good Point! Sounds like ... "it is not gonna happen"

  • RE: Partioned View

    Richard Norris (12/30/2008)


    Thank you all for your feed back, I had resorted to building a dynamic sql string, it looks like that is going to be the best solution for...

  • RE: Changing table collation?

    Mark Fyffe (12/30/2008)


    So let me get a little more specific here is my code:

    update A

    set A.f1= B.f1

    from db1..table1 A

    join db2..table2 B

    on A.My_field= B.My_field

    The offending field is B.My_field which appears to...

  • RE: Changing Remote Distributors

    There is no "easy" way. You have to drop not only the subscription and the publication but also you will have to reconfigure replication from scratch which means you need...

  • RE: Conflict Resolution

    re-initialization is usually the safest way.

  • RE: Schema Change to a replicated table

    To do that you need to remove the article from the publication first. Then you do the schema change, after that, you add it back to the publication and finally...

  • RE: Changing table collation?

    You can use COLLATE clause but it will have to be applied to each character column.

    By the way "tables" do not have collation, columns do!

  • RE: Partioned View

    I have seen this in the past and the problem is that you are missing info just by looking at the execution plan.

    When you use the variable version and the...

  • RE: Temp tables vs. table variable speeds, temp tables faster???

    Gaby A. (12/30/2008)


    ...The temporary table can look through statistics where as the table variable has to simply scan the entire table every single time.

    Hmmm...I get it. I guess the...

  • RE: Mirroring - The alert for 'time behind' has been raised.

    My question is what should I do to troubleshoot this? Does the problem lie at the network layer?

    There are some mirroring performance countersthat can help you troubleshoot the...

  • RE: Collation Problem

    chileu17 (12/29/2008)


    I want to confirm that the collation Latin1_General_BIN is the equivalent for sql server 7.0 collation "binary sort order for the iso 8859-1 (Latin 1) character set". Or which...

  • RE: Deferred prepare could not be completed???

    Mike Levan (12/29/2008)


    OLE DB provider "SQLNCLI" for linked server "Dev3" returned message "Deferred prepare could not be completed.

    I am getting the above error when running this query

    select distinct stateID

    from...

  • RE: Collation Problem

    Can you tell us what exactly is your problem?

  • RE: Disk space finished by TempDb

    ...

    There's a way to discover what is causing this after days?

    Is there a log of the Tempdb dimensions and the processes that increased it?

    There isn't a way unless you plan...

Viewing 15 posts - 781 through 795 (of 5,103 total)