Viewing 15 posts - 36,016 through 36,030 (of 49,552 total)
If you get this repeatedly, call Microsoft's customer support people. They have the tools to analyse and debug stackdumps, we don't.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 11:02 pm
Please don't cross post. it just wastes people's replies and fragments replies.
no replies to this thread please. Replies to: http://www.sqlservercentral.com/Forums/Topic813865-291-1.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 7:43 pm
The log contains only the changes since the last log backup (in full recovery when a full backup was taken at some point) or since the last checkpoint (in simple...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 7:35 pm
rahulsony111 (11/4/2009)
I think it is oracle.
You think? Which database engine is the stored procedure part of? Shouldn't be a hard thing to tell.
If you know can you help me?
If I...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 7:29 pm
Brandie Tarvin (11/4/2009)
I'm not looking for "what will happen" so much as I am "how it all works," if that makes sense.
Will see what I can find you, won't...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 7:25 pm
As far as I'm aware (haven't tested), with a single log file SQL may be able to recreate the log if it's deleted, with 2 or more, it won't. That...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 7:24 pm
Oracle database? Is this an Oracle or SQL Server stored procedure?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 11:40 am
jocampo (11/4/2009)
Normally, when there is only one log file, if its missing, SQL will recreate it.
Sometimes, not always. If the DB was not cleanly shut down, the log cannot...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 11:35 am
Animal Magic (11/4/2009)
If a DB is in full recovery and...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 11:23 am
Dave Ballantyne (11/4/2009)
1. The problem with this is that sqlServer will scan every row testing the logic, it wont shortcuit.
Providing there's an appropriate index, Column IN (Value1, Value2) will be...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 11:17 am
Charles Kincaid (11/3/2009)
GilaMonster (11/3/2009)
What are you waiting for?Methinks he is waiting for your next installment.
Next week.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 11:08 am
Roy Ernest (11/4/2009)
I wonder how the Kilt day is going in PASS... 🙂
Interestingly. Photos later.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 11:07 am
sejal p gudhka (11/4/2009)
Suspect state tells that database is corrupted meaning either physical files or filegroups are damaged or logical entries in system tables has been corrupted.
Almost. A db can...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 12:29 am
parthi-1705 (11/3/2009)
Reason for suspect databases in ms sql ,
Could be one of several. Look in the SQL error log. There will be entries in there saying why the DB is...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 12:26 am
ra_leech (11/3/2009)
I have a problem I need to restore a database without restoring the associated Log Files..
Can't be done. Data and log files have to both be restored.
i would suggest...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2009 at 12:23 am
Viewing 15 posts - 36,016 through 36,030 (of 49,552 total)