Viewing 15 posts - 8,566 through 8,580 (of 9,248 total)
DBADave (12/30/2008)
TREND - Anti-virus (not real-time)CSA - Cisco Security Agent
Double-Take - Replication to Disaster Recovery server
great, bound to be a few memory leak issues with that little lot installed.
you dont...
December 30, 2008 at 4:00 pm
you need to size the log file appropriately to handle transactions between backups.
what is the recovery model of the database set to at the moment?
December 30, 2008 at 1:08 pm
oh dear madhu you are in a pickle arent you.
what do you have min and max memory set to on node 1?
have you thought about setting up a sql trace...
December 30, 2008 at 12:54 pm
what does the following query return on the server you are having problems on?
select @@servername
it sounds as though the sql instance cannot be verified and hence it thinks no service...
December 30, 2008 at 12:46 pm
have you tried opening the job remotely through SSMS on another machine?
December 30, 2008 at 12:31 pm
a compatibility version of 80 doesnt mean you can restore the database back to sql2000.
as previously pointed out you would be well advised to make sure that both environments use...
December 30, 2008 at 10:35 am
interesting links, so basically if it all went horribly wrong and 1 file filled up for some reason all the data would be written to just 1 remaining data file....
December 30, 2008 at 10:22 am
Richard Hall (12/29/2008)
December 30, 2008 at 10:05 am
Steve's topic at the following link should get you started
http://www.sqlservercentral.com/articles/Administering/performancemonitoringbasiccounters/1348/
also check out Brad McGehee's topics on this subject. A google search should provide the link for that
December 30, 2008 at 4:05 am
installs as a named instance if sql is already on the machine. Re run the setup and select Analysis Services
December 29, 2008 at 4:34 pm
while its true that with RAID10 a failure of a mirrored pair is terminal. Because of the amount of disks required for RAID10 its a sort of safety in numbers...
December 29, 2008 at 4:31 pm
is it absolutely necessary that node 3 has 4 instances of SQL. This will affect the RAM configuration on that node
December 29, 2008 at 3:41 pm
kendal.vandyke (12/28/2008)
Perry Whittle (12/28/2008)
jlp3630 (12/27/2008)
Assuming that the system was running, how would you go about systematically getting baselines for reads/writes?
as you say, depends if the system is already live. If...
December 28, 2008 at 12:25 pm
try the following query
select @@servername, serverproperty('servername')
what is the result
December 28, 2008 at 6:09 am
jlp3630 (12/27/2008)
Assuming that the system was running, how would you go about systematically getting baselines for reads/writes?
as you say, depends if the system is already live. If your scoping new...
December 28, 2008 at 5:30 am
Viewing 15 posts - 8,566 through 8,580 (of 9,248 total)