Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)

  • RE: SQL Comparison Tool Recommendations?

    What about SQL Data Compare?  Do any of you have experience with that?  If so, what is your opinion?

  • RE: SQL Comparison Tool Recommendations?

    There seems to be quite a bit of support for RedGate.  I tried the trial versions of SQLCompare and SQL Data Compare. I liked them both.  They are easy to use and...

  • RE: Only put a period "." if there is a middle intial.

    jxflagg,

    Does putting SET CONCAT_NULL_YIELDS_NULL ON at the begining of the query set the value for that query only? Or, will it need to be reset to its default value...

  • RE: Only put a period "." if there is a middle intial.

    That worked perfectly! Thanks 🙂

  • RE: Views on Normalized Addresses

    I got the answer from another forum. It is as follows:

    create view ApplicantAddresses

    ( currstreetnumber

    , currstreetname

    ...

  • RE: Restore DB From VB.Net

    I solved my problem. Here is the method I used:

    The following code will enable you to restore a SQL Server 2000 database from a backup device using VB.Net in...

  • RE: Restore DB From VB.Net

    I have tried the following code. However, I get an error stating that an exclusive connection could not be obtained. What more do I have to do? Do I need...

  • RE: SQL 2000 Failover Clustering Logic?

    How difficult would it be to cluster two SQL Servers in an active/passive mode without a separate storage device? For example, have a RAID-5 array in each SQL server...

  • RE: SQL 2000 Failover Clustering Logic?

    SQLBill,

    Wow! I think I would have a meltdown under the circumstances you described.

    Your advice is well noted. I believe I will opt for the active/passive cluster with a...

  • RE: SQL 2000 Failover Clustering Logic?

    SQLBill,

    I agree with your comments.

    With respect to option 1, I had planned to log ship to the standby server every 5 minutes and to create a backup to another location...

  • RE: SQL 2000 Failover Clustering Logic?

    What do you guys suggest....

    I am debating the following two configurations:

    1. Two SQL Servers, each with two 36GB mirrored disks. One of these servers will be the primary database server...

  • RE: Log shipping VS Replication

    This is a great discussion.

    I am currently setting up a SQL 2000 database. I am very concerned about availability (up to 15 minutes transition time is acceptable) and redundancy....

  • RE: SQL 2000 Failover Clustering Logic?

    Your points are well taken. However, I still wonder about the shared storage device. Isn't there hardware failure risk (i.e. controller cards, etc.)? How do you protect yourself...

Viewing 13 posts - 1 through 13 (of 13 total)