Viewing 15 posts - 571 through 585 (of 774 total)
hoe can we restore it? we do not have information to restore the data
July 13, 2010 at 8:32 am
nop, the clients most recent backup if from April.....
July 13, 2010 at 8:20 am
What do you mean by clean backup? it's a backup with no data inside?
July 13, 2010 at 8:15 am
It worked, the database is now in emergency mode, but when i try to put it on single user mode or see it's tables i always receive the same error:
Msg...
July 13, 2010 at 7:22 am
thank you for reply again paul.
I can't put the database in emergency mode...
How can i put the database in emergency mode in SQL Server 2000?
July 13, 2010 at 7:14 am
Sorry, the first one was no complete i didn't knowed how to delete it.
July 13, 2010 at 4:59 am
yes, there is , i am running this command from a VB application (nor in query window).
I have achieved this goal yesterday.
Thank you for the reply.
July 13, 2010 at 1:43 am
hum.... didn't undestood your answer 🙂
i have made what you say like:
USE [SecurDB]
GO
/****** Object: StoredProcedure [dbo].[DBCCCheckDB] Script Date: 07/06/2010 15:40:18 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure...
July 6, 2010 at 10:07 am
i'm having problems with this command:
declare @FileNameOut as varchar(250)
declare @cmd as varchar(8000)
set @FileNameOut ='c:\OutputConsistencia_'+@DB+'.txt'
select @cmd = 'osql -U'+@user+' -P'+@pass+' -S -Q"dbcc checkdb ('''+@db+''') with no_infomsgs" -o"'+@FileNameOut+'" -w500'
Exec master..xp_cmdshell @cmd
When i...
July 6, 2010 at 9:28 am
i'm not choore that it does not return any messages if the database as errors, what i think (but not choore) is that this command does not print results to...
July 6, 2010 at 7:08 am
Thank you for reply lowel.
I say:
dbcc checkdb (SandBox) with no_infomsgs does not return any results....so why bother capturing the results in a text file in the first place? maybe it...
July 6, 2010 at 6:39 am
Thank you for reply GAIL.
you sugest this?:
select * from master.sys.databases
where [state_desc] <> 'online'
Question:
If a database is suspect what will be is state_desc?
If a database is in read_only what will be...
July 1, 2010 at 4:45 am
Viewing 15 posts - 571 through 585 (of 774 total)