Viewing 3 posts - 1 through 3 (of 3 total)
failed with the following error: "Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 8800782319616 (type Unknown), page (40498:1). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values...
May 15, 2012 at 10:26 pm
Use Databse name
ALTER DATABASE database-name SET READ_WRITE
and then run the DBCC Shrinkfile('Logfilename', Size)
Take the Full backup.
And then
ALTER DATABASE database-name SET READ_ONLY
there is only option if you want to shrink the...
November 23, 2011 at 5:48 pm
Hey Guys Nothin to do....
Chek firs mdf and ldf is exist or not..
if exist run below coommand on master DB
ALTER DATABASE 'DATBASE NAME' SET OFFLINE WITH ROLLBACK IMMEDIATE
ALTER DATABASE 'DATBASE...
October 19, 2011 at 6:32 pm
Viewing 3 posts - 1 through 3 (of 3 total)