Viewing 13 posts - 1 through 13 (of 13 total)
What about SQL Data Compare? Do any of you have experience with that? If so, what is your opinion?
October 27, 2004 at 2:37 pm
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...
October 19, 2004 at 7:42 pm
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...
December 30, 2003 at 3:43 pm
That worked perfectly! Thanks 🙂
December 29, 2003 at 10:56 am
I got the answer from another forum. It is as follows:
create view ApplicantAddresses
( currstreetnumber
, currstreetname
...
December 28, 2003 at 10:51 am
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...
July 21, 2003 at 5:04 pm
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...
July 15, 2003 at 4:07 pm
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...
December 30, 2002 at 6:34 pm
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...
December 30, 2002 at 3:31 pm
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...
December 30, 2002 at 12:13 pm
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...
December 30, 2002 at 10:06 am
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....
December 23, 2002 at 7:30 pm
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...
December 23, 2002 at 8:04 am
Viewing 13 posts - 1 through 13 (of 13 total)