Viewing 15 posts - 2,206 through 2,220 (of 2,495 total)
John has a very good point. You should look to avoid file system fragmentation by setting appropriate database file sizes and growth increments. Also, very important, avoid regularly shrinking your...
August 10, 2006 at 4:51 am
Google 'sql jobid sysjobs' and look at the hit from sqldev.net. This looks like having the code you need.
August 1, 2006 at 4:58 am
Both autogrow and autoshrink will give hard drive fragmentation, but autoshrink is the real killer.
If you start with a minimum size database and do maintenance such as index rebuilds, the...
July 27, 2006 at 2:56 am
To visualise this, use Enterprise Manager. Click on a database to get it in focus, then right-click, and select view taskpad. The taskpad display will show space used and space...
July 21, 2006 at 3:59 am
I have never tried doing what you want to do. Is it possible to use a different SQL instance to do all your restore work. When you have a clean...
July 21, 2006 at 3:55 am
You could do a lot worse than using Conchango (from a satisfied customer). They have probably more MVPs working for them than any other company, and have been involved in...
July 21, 2006 at 3:42 am
We looked at the implications of upgrading to SQL 2005 earlier this year and decided it was too much effort to fit into our business plans this year, and possibly...
July 21, 2006 at 3:09 am
In some situations it can be frustrating to have to get a local admin account unlocked to allow me to do some work, but this is a very rare situation. ...
July 19, 2006 at 5:00 am
In our shop we run SQL using a local admin account, but DBAs all have general user account access. You can use Windows permissioning to allow any account to start/stop...
July 19, 2006 at 3:16 am
Outsourcing and offshoring are just expressions of the business need to get the most value out of the IT Investment. If the CxO and Board see figures that show that...
July 13, 2006 at 5:17 am
The advice of tuning the underlying tables, and using a dummy entry (eg -1) so you can convert your outer joins to inner joins is...
July 6, 2006 at 2:47 am
I would want to do some serious benchmarking before putting any production SQL Server box on VM. Microsoft still has a long way to go with virtualisation, and still has...
July 5, 2006 at 4:40 am
You can run multiple SQL instances on the same server, regardless of service pack.
What are your instances called? Is the instance name reflected in the path to the program libraries...
July 4, 2006 at 2:50 am
I am not sure about the answer to some of your questions, but yes - heaps could be defragmented in the way you suggest, it is just the Microsoft has...
June 29, 2006 at 8:49 am
As Arun says, check the SQL Errorlogs. Also check the Windows Event Logs. Try to narrow down what caused the problem, and see if you can identify the root cause.
Ultimately,...
June 29, 2006 at 5:48 am
Viewing 15 posts - 2,206 through 2,220 (of 2,495 total)