Viewing 15 posts - 421 through 435 (of 860 total)
mark (3/29/2009)
Hi,If we have that many log files being written to, won't this as a result turn into mainly random writes, instead of sequential?
No, It won't log files are...
March 29, 2009 at 11:46 am
Tara (3/27/2009)
March 29, 2009 at 10:42 am
john (3/29/2009)
I want to use the SQL Management Studio to schedule automatic backups of the database
You should have permissions to run a job. You should be either sysadmin...
March 29, 2009 at 10:35 am
TRACEY (3/28/2009)
Also set up permon on disk/cpu etc and measure this through slow periods and busy times.
Yes, and also think of creating multiple baselines corresponding to different timings of the...
March 28, 2009 at 6:00 pm
Mohit (3/13/2009)
glemke (3/13/2009)
Is there a "best...
March 28, 2009 at 4:41 pm
klnsuddu (3/24/2009)
Hello,We have our backup strategy as below:
1. Full backup dailly at 1:00AM
2.Diffrential every 4 hrs starting from 5:00AM
3.Log backup every 1 hr starting from 2:00AM
But, Why are you...
March 28, 2009 at 3:55 pm
Michael Valentine Jones (3/28/2009)
I Also, the benchmark results should be saved so that you can compare to them later if you suspect IO problems.
I completely agree with Michael you should...
March 28, 2009 at 3:15 pm
homebrew01 (3/27/2009)
Krishna (3/25/2009)
March 28, 2009 at 1:45 pm
Elliott Berkihiser (3/27/2009)
The error message reports "Cannot create a new Service Broker in a mirrored database". I tried pausing the mirroring and received the same message.
You should enable Service...
March 28, 2009 at 6:20 am
makjain (3/27/2009)
Please tell me what back up should be taken once db is updated. i.e. earlier i took FULL backup and now i have added few things and deleted. I...
March 28, 2009 at 5:43 am
GilaMonster (3/27/2009)
Krishna (3/27/2009)
1.) There should be at least one clustered index for a table which should be Narrow, ever-increasing, uniqueAt least one?
OMG what am I saying- only one
5.)Think about Covering...
March 27, 2009 at 2:13 pm
RESTORE HEADERONLY FROM DISK='backup file path'
and use the correct logical file name of the backup.
March 27, 2009 at 11:27 am
Jerry Hung (3/27/2009)
Krishna (3/27/2009)
yisaaacs (3/27/2009)
is there anyway i can automate checking whether SQL server agent and the SQL service is running,
but also notifying certain people via email that its...
March 27, 2009 at 10:21 am
Vera (3/27/2009)
DBCC SQLPERF (logspace): logsize: 74.929688logspace used: 83.246666
That's a fair percentage. As Steve advised, have u changed the way you are inserting the data? As Steve advised its always...
March 27, 2009 at 10:11 am
Viewing 15 posts - 421 through 435 (of 860 total)