Viewing 15 posts - 916 through 930 (of 1,155 total)
Try to use the second option in the SSMS i.e "Reorganize Pages before releasing Unused Space". This will de-fragment the file by moving all the used pages to the front...
September 3, 2010 at 12:22 pm
The .bak might have corrupted during the move or the file move might not have completed 100%.
Try to zip the .bak file, copy, unzip and then restore from the local...
September 3, 2010 at 11:44 am
You are absolutely right. In 95% of case it will not release space. What it does is just find the last used page in the file and chop the file...
September 3, 2010 at 11:38 am
Shrink the File with "Release Unused space" option which is the default option in the SSMS. Don't use Reorganize option which is the second one in SSMS.
...
September 3, 2010 at 11:23 am
Check the LAST execution time column for the queries and then match it with the time of slowdown.
...
September 2, 2010 at 1:19 pm
To check most expensive queries by CPU time check
http://blog.sqlauthority.com/2010/05/14/sql-server-find-most-expensive-queries-using-dmv/
Also you need to check for the extended blocking happening which could cause app timeouts. Also chek whether the server is...
September 2, 2010 at 12:41 pm
Hi Sushanth,
As alvin said there is no going backwards once...
September 2, 2010 at 12:05 pm
Check the SQL Server Error Logs or Windows Application or System Log to find the possible reason.
...
September 2, 2010 at 11:59 am
Instead of removing the Group, you can remove the sysadmin privilege from the BUILTIN\Administrators group.
But before doing so make sure that you know the sa password or you have...
September 2, 2010 at 11:55 am
DEVELOPER EDITION = ENTERPRISE EDITION with a caveat that you cannot use Developer edition for production purpose.
You can create and restore them on Dev edtio too.
SQLBuddy
September 1, 2010 at 3:49 pm
AgentXP's should not be disabled. They are required for the nodes of the SQL Sever Agent to appear in the SSMS. If you disable them you can't manage Agent nodes...
August 31, 2010 at 1:58 pm
Lock Pages in Memory is a 64 bit option only.
That's not true. It can be used on 32 bit systems too.
...
August 31, 2010 at 12:02 pm
If the box is dedicated for SQL Server then grant "Lock Pages in Memory" privilege to the SQL Server engine service account.
...
August 30, 2010 at 2:16 pm
DTA requires atleast DBO privileges on the part of the user.
Thank You,
Best...
August 30, 2010 at 12:46 pm
Viewing 15 posts - 916 through 930 (of 1,155 total)