Viewing 15 posts - 166 through 180 (of 1,160 total)
It would not cause any performance problems. It is good that you are leaving some breathing space for the OS.
December 30, 2010 at 8:44 am
7 hours to backup 99 GB seems to be abnormal. Did you check if any other process is blocking this Backup session? Also check the System Event Log for any...
December 30, 2010 at 8:31 am
You may find this script useful.
select
db_name()as DBName,
object_name(i.id) as TableName,
fg.groupname as FileGroup
from sysfilegroups fg, sysindexes i
and i.indid < 2
and i.groupid = fg.groupid
December 30, 2010 at 1:44 am
RECONFIGURE accepts only valid values whereas RECONFIGURE WITH OVERRIDE accepts any value.
Both RECONFIGURE and RECONFIGURE WITH OVERRIDE work with every configuration option. However, the basic RECONFIGURE statement rejects any...
December 29, 2010 at 10:13 pm
December 29, 2010 at 12:09 pm
Even my client has some servers in which they copy the .mdf & .ldf files in their "cold" backup strategy. If the application can afford the downtime, this strategy can...
December 29, 2010 at 8:18 am
sqldba_icon (12/29/2010)
Not sure what difference it would make if i do it through services console Vs SAC on stand alone
Here is why
December 29, 2010 at 7:55 am
Easiest approach would have been to delete the "Subplan" in the Maintenance Plan. The job would be automatically deleted.
December 29, 2010 at 6:16 am
If the server is getting rebooted, check the System Event Log which should have more details.
December 29, 2010 at 5:42 am
You would use RESTORE HEADERONLY, RESTORE FILELISTONLY to verify if the Backup file belongs to that particular database and to check the original location of the database file. Optionally you...
December 29, 2010 at 5:38 am
You can use Performance Monitor utility to get this information. Run --> perfmon.exe
Here are the screenshots on how to add counters in Performance Monitor.
December 29, 2010 at 2:05 am
Agree with Shawn. It is a good practice to backup the database locally and copy it to the network share later on. You can also schedule a job to copy...
December 28, 2010 at 9:56 pm
Please change the Service Accounts for both SQL Server service and FT service using SQL Server Configuration Manager.
December 28, 2010 at 9:54 pm
Please post the complete error message
December 28, 2010 at 11:33 am
The job is timing out. Check the resource utilization and sessions on the server referred to in Step 1.
December 28, 2010 at 11:21 am
Viewing 15 posts - 166 through 180 (of 1,160 total)