Viewing 15 posts - 1,726 through 1,740 (of 2,496 total)
You have a problem with SQL Mail. This is the resolution process I normally follow. Re-test after each stage - when the problem is fixed, don't do the...
March 11, 2008 at 4:33 am
If lots of people are logging on using the SA account, in SQL Server 2000 and below you can not stop them dropping databases.
You need to move to a new...
March 11, 2008 at 4:18 am
Tommy has given 1 way to do this. I can give another way that Microsoft does not object to.
The SQL Login that is the database owner (as shown in...
March 11, 2008 at 4:13 am
When you get to look at software, I recommend a TechNet Plus Direct subscription. MS in UK has a special offer for new subscribers until 18 March - GBP...
March 7, 2008 at 3:09 am
Here are some references about setting a maximum memory limit on SQL Server 2005
March 7, 2008 at 2:33 am
Dave,
A very good article! There is so little good information available on troubleshooting replication problems, so this is a valuable addition.
March 6, 2008 at 12:32 pm
Hopefully you will haveseen this already, but in 64-bit you MUST set the upper memory limit for SQL Server. Otherwise it treats the pagefile space as part of the...
March 5, 2008 at 2:21 am
Dump Tran with no_log
DBCC Shrinkdatabse (' ')
These are 2 statements that you should avoid if you want good performance and recoverability.
If you are running with Full or Bulk Lokkged...
March 4, 2008 at 2:55 am
I think Standard Edition ignores the 'lock pages' possibilities. In any case, Windows is more than happy to rob SQL of memory if something higher up the Windows food...
March 4, 2008 at 2:39 am
The problem of installing everything on the system drive is that W2003 behaves as though it owns everything on the drive. A Windows Admin person has told me there...
February 29, 2008 at 8:15 am
You need to plan this very carefully, as making any changes for a database of your size is time consuming.
One approach is to add additional files to the existing filegroup,...
February 29, 2008 at 3:28 am
A different server often just means a different SQL instance. You could put a named instance on your original server, and use the named instance to hold the archive...
February 29, 2008 at 3:18 am
The SQL Server install places a large amount of code into the Global Assembly Cache (GAC) on the system drive. It also always places the installer bootstrap files on...
February 29, 2008 at 3:14 am
Most people advise you keep products such as Bacukp Exec well away from SQL Server. They may produce a backup directly from SQL Server, but you may not get...
February 28, 2008 at 10:13 am
Do you have any monitoring software running on your machine (e.g. NetIQ, OpenView, etc). These products can be configured to automatically start designated services if they are stopped.
February 28, 2008 at 2:35 am
Viewing 15 posts - 1,726 through 1,740 (of 2,496 total)