Viewing 15 posts - 46 through 60 (of 158 total)
SQLRNNR (1/19/2012)
What you describe leads me...
January 19, 2012 at 9:56 am
GilaMonster (1/19/2012)
Have you checked for blocking?Have you checked what wait types those queries have (not the aggregated, the wait types for those queries)?
Each time they call or email the first...
January 19, 2012 at 9:47 am
GilaMonster (1/19/2012)
And I strongly recommend you have a look at this: http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/
Re memory: If you tell SQL that it can use 24 GB, it will use 24 GB. If that's...
January 19, 2012 at 9:31 am
PaulB-TheOneAndOnly (1/19/2012)
January 19, 2012 at 9:30 am
Yes, I will work with one of their application users to check for missing / partial data. Thanks again for all your help and advice. This has been quite the...
January 3, 2012 at 6:41 am
IT WORKED!!!! DBCC came back with only 1 inconsistancy and fixed 1 inconsistancy. It also told me the table where to find it in. I selected the audit table and...
December 30, 2011 at 11:31 am
select percent_complete from sys.dm_exec_requests
shows it's 56.85% complete
December 30, 2011 at 9:58 am
Ok after shutting down the SQL service and trying to copy the MDF file out I will still not able to b/c the database is still attached. So to get...
December 30, 2011 at 9:48 am
When running DBCC CHECKDB (emergencydemo, REPAIR_ALLOW_DATA_LOSS) WITH NO_INFOMSGS;
is there a way to see what tables were lost or at least some information on what happend...
Also, out of curiousity if we...
December 29, 2011 at 11:59 am
At first I was pretty nervous but i'm settled down now and view it as more of a challenge at this point. Plus i'd really like to come through for...
December 29, 2011 at 11:42 am
GilaMonster (12/29/2011)
Vertigo44 (12/29/2011)
December 29, 2011 at 11:24 am
This was a server that one of our customers purchased and never told us about until a week ago. It was not even located in our datacenter. They are just...
December 29, 2011 at 10:51 am
Is there a way for me to tell if the database was cleanly shutdown or not? I know that the state is 'RECOVERY PENDING' since the LDF file is missing.
I...
December 29, 2011 at 8:54 am
Bad news guys!
Well after having a closer look the .BAK files and the .TRN files we thought we had are in fact a year old. Now, what I am wondering...
December 29, 2011 at 8:06 am
I found out that since the LDF file was in use during the TSM backup, the (.LDF) file was skipped. This means no recovery to point of failure. However, I...
December 27, 2011 at 3:08 pm
Viewing 15 posts - 46 through 60 (of 158 total)