Forum Replies Created

Viewing 15 posts - 376 through 390 (of 575 total)

  • RE: Inserting Value problem

    1 way is to SET QUOTED_IDENTIFIER OFF

    and then you can use double quotes for string variables.

    Example; "2','3','4"


    Kindest Regards,

  • RE: How do I delete system created conflict tables?

    You have to allow SYSTEM UPDATES to the System Tables. You enable this via the properties of the SQL Server. But I'm not sure that even that will allow you...


    Kindest Regards,

  • RE: Temporary Index needed but the view front ends partitions

    If you are using SQL Server 2000, you can create Indexed Views. Have a look in BOL for further info.


    Kindest Regards,

  • RE: replicating image/text, max size

    I believe that is a SQL Server Configuration Option.

    You have to use sp_configure. Not sure which setting though. Have a look in BOL or do a sp_configure on the SQL...


    Kindest Regards,

  • RE: How do I delete system created conflict tables?

    You may have to remove Replication and then try dropping the unnecassry tables and then setup Replication again.


    Kindest Regards,

  • RE: Managing Identity Ranges

    The NOT FOR REPLICATION Option needs to be there!

    Can you give us some more info about the Identity Ranges on your Subscribers and your Replication Architecture?


    Kindest Regards,

  • RE: wanna Know how to start with replication

    A good start would be in BOL. Have a read and give it a go in a test environment and if you get stuck we can help you.


    Kindest Regards,

  • RE: Newbie - How to Do This (if Possible)

    You could either implement Replication or just create a DTS Package to copy and restore the Database periodically. With Replication, have a look in BOL on how to implement and...


    Kindest Regards,

  • RE: Replication query

    In your Scenario, If ServerA does go down how will the Applications connect to the ServerB?

    Replication is not normally used for Failover support. Not unless you can painlessly get your...


    Kindest Regards,

  • RE: Publishing Subscriber

    I'll give it a go.

    I wasn't aware that you can Re-Publish an already Subscribed Database!


    Kindest Regards,

  • RE: Replication newbie -- looking for some help...

    Are you syaing that you are now using UniqueIdentifier columns as your Primary Key? If so, it would be benficial for you to read up on why this is a...


    Kindest Regards,

  • RE: Unreplicate a database

    Just remove the Database from the list of Published Databases. This will DROP all Subscriptions and DROP the Publication/s.


    Kindest Regards,

  • RE: Rowlock?

    Suspicion is mereley a suspicion! Please ascertain that you are absolutley certain that 2 or more users are using the stored procedure at the same time and are been returned...


    Kindest Regards,

  • RE: Exporting data from SQL to txt

    Kristen,

    Please elaborate. How on earth can I help you when you give me short answers such as T-SQL?

    If you would like me to further assist you, please show me the...


    Kindest Regards,

  • RE: Exporting data from SQL to txt

    Ok, but was is the script? BCP, T-SQL etc.....


    Kindest Regards,

Viewing 15 posts - 376 through 390 (of 575 total)