Yep ... this is exactly the problem that I've been mailing about for the
last three or four days.
The problem is either that the computer didn't shut down properly or that
you've got more than 2 Gig free. The problem with the 2 Gig free just seems
to be a problem with the SQL Enterprise Manager ... probably using a signed
integer for the free space variable :).
The solutions:
For the bad shutdown problem ... just run "DBCC CheckDB('master')" in the
SQL Query tool.
For the 2 Gig free problem (I know, having 2 Gig free isn't much of a
problem :) ... either fill up the drive space so that there's less than 2
Gig free, or run "DISK RESIZE NAME='master', SIZE=<whatever>" in the SQL
Query tool.
I think that there should be an Emerald FAQ started up.
--------------------------------------#------------------------------------
David Khoury | "Where's the KABOOM ??
Technical Manager & Comms Engineer | There was supposed to be an
dave@flex.com.au | earth shattering KABOOM!!"
http://www.flex.com.au/~dave | Marvin the Martian
--------------------------------------#------------------------------------