Viewing 15 posts - 8,941 through 8,955 (of 9,248 total)
first thing is to ascertain if anything was inside the missing file.
start by querying the sys.sysindexes table and sort by filegroup id. Get the file group id of the missing...
August 29, 2008 at 6:20 am
i too have seen this before.
SQL server loves RAM, give it the amount you think it will need. if it requires more then add extra sticks
August 29, 2008 at 2:52 am
zombi (8/28/2008)
So how can i add user into that group?Thank you very much for your time. Waiting for your reply.
Cheers
Zombi.
via active directory!!
August 29, 2008 at 2:36 am
the following will forcefully shrink the logfile, set recovery model to FULL first
--Forcefully Reducing the Size of the SQL Server Log File
--(These instructions are rooted in SQL Server 7, but...
August 28, 2008 at 3:28 pm
Waseem Jaleel (8/28/2008)
August 28, 2008 at 3:18 pm
yes, that is correct. The first 70% of the log is unused, the active portion (status of 2) would prevent the log from shrinking to a realistic size. What is...
August 28, 2008 at 2:58 pm
your original post above indicates you need to drop users who own views??
August 28, 2008 at 2:29 pm
ang
what is the output of the following query run against your database?
DBCC LOGINFO
August 28, 2008 at 2:21 pm
why not change all the view ownerships using sp_changeobjectowner,
once done then drop the users 😎
August 28, 2008 at 2:13 pm
if you want to find disk space used on a server you could try a WMI query to get the info required.
Alternatively try BGInfo utility from sysinternals
August 28, 2008 at 1:47 pm
ss1011 (8/28/2008)
we would basically drop in the two files after stopping the service.
its not quite as simple as that
August 28, 2008 at 6:49 am
Imke Cronje (8/28/2008)
File ID 4 of database ID 5 cannot be shrunk as it is either being shrunk by another process or is empty.
yes and this message is fairly descriptive,...
August 28, 2008 at 4:40 am
my guess is 1 of the filegroups is already empty.
check your filegroups to see which are in use!
August 28, 2008 at 3:50 am
Viewing 15 posts - 8,941 through 8,955 (of 9,248 total)