Viewing 15 posts - 42,631 through 42,645 (of 49,571 total)
umanpowered (12/3/2008)
December 3, 2008 at 2:07 pm
Mike Levan (12/3/2008)
what is the reason?
No idea. Can you please post the information I asked for.
The latest error log (the one that was started after you restarted the server...
December 3, 2008 at 2:04 pm
Phil Auer (12/3/2008)
It talks about the pitfalls of running ad-hoc backups and, if I understand correctly, says that it will basically render the previous full backup unusable.
Adhoc fulls don't render...
December 3, 2008 at 1:51 pm
If the showplans aren't on, where does this come from?
StmtText
----------------------------------------------------------------------------------------------------------------------------------------------
select a.rut_empleado
from ANTECEDENTE_CONTRACTUAL a
WHERE exists(select 1 from CENTRO_COSTO x
...
December 3, 2008 at 1:49 pm
ScottPletcher (12/3/2008)
I prefer to say that the log should not be truncated at all.
That's not practical in this type of situation.
If the log is already bloated because it previously wasn't...
December 3, 2008 at 1:46 pm
Are the two files that SQL's looking for there?
And the error log after SQL restarted?
Are there any IO-related errors in the windows event log?
December 3, 2008 at 9:35 am
Can you check the versions that I asked about above?
December 3, 2008 at 9:26 am
And the error log from after the restart? When the DB went into recovery?
Does the G drive still exist? Can you see it, can you read files on it?
SQL's looking...
December 3, 2008 at 9:24 am
Do you have showplan_all or showplan_text on?
That option means the query won't get executed, just parsed and optimised. The query's not actually running, so there's no stats output.
December 3, 2008 at 9:08 am
Mike Levan (12/3/2008)
I am not sure all of a sudden y this error occured.
You've got disk problems.
I can not see the error log as i just restarted.
It's a text file...
December 3, 2008 at 9:07 am
Can you please post the contents of your error log? (it's a file just called errorlog, text file)
An 823 error is a hard IO error. It means SQL requested an...
December 3, 2008 at 8:58 am
Can you do a maint plan to backup to disk (not to a backup device)?
December 3, 2008 at 8:52 am
Did you turn statistics io on?
Are there rows in both of those tables?
December 3, 2008 at 8:26 am
Please run SELECT @@version on the server and post the results. Please go to the help menu in management studio, select About Management studio and copy the version listed there...
December 3, 2008 at 8:23 am
umanpowered (12/3/2008)
If I'm understanding SQL 2005 DBMS correctly, the DBMS "engine" has some impact on the the underlying system tables. Maybe I'm way off base here, so I apologize...
December 3, 2008 at 8:19 am
Viewing 15 posts - 42,631 through 42,645 (of 49,571 total)