I performed SQL repair on an ADMT server which was using SQL Express 2005 as
follows;
1)Logon to Microsoft SQL Server Management Studio Express (download from
Microsoft if not installed).
2)Select the ADMT database and put the ‘Admt’ database into emergency mode
by running: ALTER DATABASE admt SET EMERGENCY.
3)Put the ‘admt’ database into single user mode like by running: ALTER
DATABASE admt SET SINGLE_USER
4)Run: DBCC checkdb(admt, REPAIR_ALLOW_DATA_LOSS)
If all goes well, you will not see any error messages and the db will be in
a good state.
5)Put the ‘admt’ database back into multi-user mode so it can be used for
production: ALTER DATABASE admt SET MULTI_USER
Note: Where 'admt' is shown in the above commands replace with your ADMT
database name if different.
The above procedure should work for full SQL server product.
Hope this fixes it.
Jason
"axplains" wrote:
>
> Hello,
> I had exactly the same problem.
>
> Since I am not a SQLserver expert, can you please explain how to do a
> SQL repair of the ADMT database?
> Thank you in advance.
>
> Axplains
>
>
> --
> axplains
> ------------------------------------------------------------------------
> axplains's Profile: http://forums.techarena.in/members/axplains.htm
> View this thread: http://forums.techarena.in/server-migration/1054529.htm
>
> http://forums.techarena.in
>
>