Viewing 15 posts - 1 through 15 (of 18 total)
Check out this article:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;224071
It will give you steps for moving user as well system databases.
October 24, 2005 at 10:36 pm
The best way to make sure SQL server always has enough memory, is to cap "maximum server memory" and also use "minimum server memory" setting and make sure both values...
October 24, 2005 at 10:35 pm
To make use of memory more than 4 Gigs you MUST enable AWE in SQL Server and use /PAE switch in the boot.ini
But, this may or may not solve you...
October 23, 2005 at 10:22 pm
Check the versions of sqloledb.dll and sqloledb.rll files, if they don't match replcae them with proper versions.
Also, make sure that you have enough permissions on both these files.
July 14, 2005 at 10:31 am
Try to look for any 17883 errors in the sql error log, if you do , try applying sp4.
If this doesn't help you need to call Sql support.
June 11, 2005 at 5:33 pm
Try this :
ALTER DATABASE SET SINGLE_USER WITH ROLLBACK IMMEDIATE
This should put you in single mode, provided that you have sysadmin access. Please keep in mind this will only work...
June 26, 2004 at 2:58 am
I would like to hear more,
cause' I am from one of those "low-wage" locations.
Regards.
June 18, 2004 at 1:56 pm
Yes a Primary Key can indeed be made so that it is not a clustered index. You will have to specify it while creating the key.
If you are using EM...
June 16, 2004 at 3:16 pm
Hi Bharat,
It seems that your database log is not really full, since it is in SIMPLE recovery model, log will be truncated frequently and SQL SERVER won't let it get "TOO...
June 10, 2004 at 1:56 pm
Hi Xavier,
This is a simple problem. All you have to do is change from windows NT authentication to mixed mode authentication. To do this, Go to EM, righclick on your...
June 3, 2004 at 12:46 pm
You are in soup, aren't you ?
If you are lucky enough you should have log backups, and as mentioned above you will be able to get things back.
If you don't have...
May 31, 2004 at 3:34 pm
I do agree with brian. All of us "Production DBAs" will have to move withe cheese
May 25, 2004 at 3:57 pm
May 25, 2004 at 3:32 pm
Hi,
Before shrinking use
BACKUP LOG WITH TRUNCATE_ONLY
and then do
DBCC SHRINKFILE(2)
(I am assuming that you have only one log file)
This should work.
Regards.
May 24, 2004 at 4:22 pm
Just login using the Windows NT authentication. Change the Sa password. And this time keep it safe
May 19, 2004 at 4:31 pm
Viewing 15 posts - 1 through 15 (of 18 total)