Viewing 15 posts - 31 through 45 (of 92 total)
Thanks Lynn, point taken , will do.
July 25, 2012 at 1:11 pm
The following URL provides good information (including the script \command) for database backup copy_only option:
http://www.mssqltips.com/sqlservertip/1075/copyonly-backups-with-sql-server-2005/
Hope this helps.
July 25, 2012 at 1:04 pm
and for some reason if you do not get that information from default trace ( if default trace was not running) you can follow steps from the following URL to...
July 25, 2012 at 12:57 pm
Performance troubleshooting using waittype stats from DMVs (as a first step) will be less intrusive and will not add overhead to the server.
you can take a look at the following...
July 25, 2012 at 12:42 pm
This is a known issue, please take a look at the following URLs:
http://blogs.msdn.com/b/john_daskalakis/archive/2009/05/07/9593110.aspx
July 25, 2012 at 12:33 pm
The significant thing to consider is that Third party tools may use mutithreading ( they generally do) and add to the CPU overhead. Also Third party backup use compression which...
July 25, 2012 at 12:27 pm
From the perspective of taking this discussion further it seems like other than a couple of DMVs the only way to rest DMV is to restart SQL Services which is...
July 25, 2012 at 12:15 pm
At the cost of sounding repetitive I am listing the commands that you may execute for shrinking the log file:
Step 1 : Identify the name of the log file(s)...
July 25, 2012 at 11:58 am
If the recovery model for the database is full then you can also try running the following undocumented command to get a crude view of the transactions that may have...
July 24, 2012 at 2:25 pm
yes
1) check SQL error log.
2) and also the text output file (associated with the maint plan) that may have been generated in the log folder that is located ...
July 24, 2012 at 12:06 pm
Further can you try backing any database manually to the same storage location preferably logged in as LOBSTERVC1\sqlagtacct_vc ?
like say:
Backup database master to disk = 'drivename:\folder\master_manual_test.bak'
we...
July 24, 2012 at 9:03 am
we may require additional information.
1) Is there a entry in SQL Error log around the same time the backup job fails?
2) Are you backing up the databases on local drive...
July 24, 2012 at 9:00 am
Please check the SQL error log for more information. you should in all probability find some clues there.
July 24, 2012 at 8:43 am
and another important consideration would be if you plan to (or already) use the SORT_IN_TEMPDB option when rebuilding indexes. This is because using this option could result in significant (if...
July 24, 2012 at 8:38 am
Gail, Thanks for the update.
Really appreciate you sharing your knowledge and giving all of us a opportunity to learn from your vast experience.
July 24, 2012 at 8:30 am
Viewing 15 posts - 31 through 45 (of 92 total)