Viewing 15 posts - 121 through 135 (of 140 total)
Thanks, Brian and Dan. I think I'll take the leap!
January 10, 2006 at 9:03 am
Thanks Viacoboni, that looks great! I especially like your point about SQL Backup error detection. I found some code on the Red Gate site that helps with this, but your's...
December 9, 2005 at 1:30 pm
We recently ran tests of SQL Litespeed, SQL Safe, and SQL Backup. I found minimal differences with compression and performance of the 3 products. I could not find any justification...
December 9, 2005 at 8:54 am
No luck getting this to output. Eventually got everything to run, but email output simply reads: THETEXT
November 18, 2005 at 1:04 pm
If you're referring to T-logs on the subscriber dbs, you might want to think about setting recovery mode on those dbs to "simple".
October 11, 2005 at 8:13 am
You can also get it from EM. Right click the instance - Properties - Network Configuration - TCP/IP - Properties.
September 15, 2005 at 7:14 am
You could start here...
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/failclus.mspx#XSLTsection126121120120
Good luck!
July 13, 2005 at 7:57 am
If your hardware has "hot-add" memory, I don't think you need either switch - just AWE.
June 30, 2005 at 6:56 am
We can't use it on most of our production servers because of the problem with AWE.
We usually don't rush to install SPs.
May 26, 2005 at 6:49 am
If you have identity columns, they don't replicate, so I don't think you can use replication as a fail over instance. You'd have to use log shipping or clustering.
May 24, 2005 at 6:59 am
From MSDN:
On 32-bit versions of Windows, PAE is disabled by default. You must use the /pae boot parameter to enable PAE.
However, PAE is automatically enabled when the computer is...
May 23, 2005 at 7:20 am
You'll then have an Active-Active cluster.
May 20, 2005 at 6:47 am
If it's a large text file, you may have to change the 'max text repl size'.
March 21, 2005 at 7:02 am
My bad. You're right, the first script is best. My test db was restored from last night's backup after today's updates were applied.
Thanks
January 28, 2005 at 11:57 am
Thanks Greg. I tried that, but it doesn't work.
select * from table
where DBDate between '01/28/2005' and '01/29/2005'
Doesn't return any records.
If I change it to:
select * from table
where DBDate...
January 28, 2005 at 10:08 am
Viewing 15 posts - 121 through 135 (of 140 total)