Viewing 15 posts - 121 through 135 (of 1,160 total)
Please check if these scripts help.
http://www.mssqltips.com/tip.asp?tip=1584
http://www.sqlservercentral.com/scripts/Backup+and+Recovery/63071/[/url]
January 8, 2011 at 3:31 am
Please check if any of the workarounds listed here are useful.
January 7, 2011 at 9:09 pm
Since you have not mentioned SQL Server build details, please check if these hotfixes help.
January 7, 2011 at 12:49 pm
Warren Peace (1/7/2011)
Is it safe to assume that when you say take a backup of the TX log, you mean using the SQL native backup and not RedGate?
If your regular...
January 7, 2011 at 11:53 am
@sqldba_icon,
You can also query the SQLBinRoot key in the registry. It is located in the following key for SQL Server 2008 default instance. You may navigate to the Setup key...
January 7, 2011 at 3:53 am
You need not change any settings on the instance. The Service Pack installer will take care of stopping and starting the instance.
January 7, 2011 at 12:54 am
Please run DBCC LOGINFO against that database and check if the status for any VLFs is 2. If yes, then issuing transaction log backup multiple times until all the VLFs'...
January 6, 2011 at 10:29 pm
You can make use of the steps mentioned in these articles.
January 6, 2011 at 10:23 pm
Satish-219904 (1/6/2011)
January 6, 2011 at 7:38 am
You can make use of the -W switch in the sqlcmd utility to remove trailing spaces.
January 6, 2011 at 6:58 am
In the first question I assume is about which account to set as Database Owner. You can set any account or "sa" as DBO.
For the second question, do you see...
January 6, 2011 at 6:21 am
The SQL Server Agent process is crashing. Please go through the SQL Server Agent log (SQLAGENT.out) to find out what is causing this issue.
January 6, 2011 at 1:45 am
If you can afford down time you can bring down the SQL Server instance and then use a tool like ROBOCOPY to copy the files to a different location.
January 6, 2011 at 1:20 am
Rebuilding the selective indexes would surely bring down the size of the Transaction Log backups.
January 6, 2011 at 12:51 am
After rebuilding the index if the fragmentation level increases drastically the very next day, then it might be a good idea to rebuild it on a daily basis. Otherwise rebuilding...
January 5, 2011 at 10:28 pm
Viewing 15 posts - 121 through 135 (of 1,160 total)