Viewing 15 posts - 41,731 through 41,745 (of 49,571 total)
Ol'SureHand (1/15/2009)
January 15, 2009 at 6:20 am
arup_kc (1/15/2009)
Hi Gail,This is actualy a question, which I have faced in an interview.
I thought as much.
Just note with the solutions above, there's no guarantee of order. It...
January 15, 2009 at 6:16 am
Please read through this - Managing Transaction Logs[/url]
I just noticed that you're backing up the log with NO_TRUNCATE. Why?
January 15, 2009 at 4:35 am
Please post table definitions, sample data and desired output. Read this to see the best way to post this to get quick responses.
http://www.sqlservercentral.com/articles/Best+Practices/61537/
Why do you want to concatenate the values?...
January 15, 2009 at 4:28 am
Google tells me that Operating System error 21 is "The device is not ready." It's saying that the file can't be accessed at all, not that a couple sectors are...
January 15, 2009 at 4:26 am
Take the database into single user mode. That means that no one can access it for the duration of the fix. You may want to shut down sharepoint (if that's...
January 15, 2009 at 3:50 am
Colum.Whelan (1/15/2009)
redgate SQL Log rescue, will show you all the inserts updates and deletes
From redGate's site:
Please note that SQL Log Rescue does not support 64-bit versions of SQL Server or...
January 15, 2009 at 3:48 am
rodjkidd (1/15/2009)
Wow three pages of replies since I went home last night - I must be in the wrong time zone...
Same here.
I am amazed by the patience of some...
January 15, 2009 at 3:26 am
How much will you lose by restoring the backup? This is repairable, but you're going to lose what's probably a document. Not easy to say which one.
January 15, 2009 at 3:22 am
To offer any real help, I need to see the deadlock graph.
Without that, I can give you generic advice - make sure all your queries are written a optimally as...
January 15, 2009 at 3:16 am
SQL does a good job of caching frequently used data in memory, if there's sufficient memory available. If the tables in that database are used often, they will be in...
January 15, 2009 at 12:51 am
Why do you need to shrink the log?
Please read through this - Managing Transaction Logs[/url]
Minaz Amin (2/27/2007)
2. Shrink it.
3 Create a maintenanace plan to do the...
January 15, 2009 at 12:03 am
Switch traceflag 1222 on. That will result in a deadlock graph been written to the error log every time a deadlock occurs. Post the result of that graph here.
DBCC TRACEON(1222,-1)
January 15, 2009 at 12:02 am
Ouch.
Firstly, there's a hardware error. You may want to check and even replace the drives. Personally I wouldn't be ahppy about putting a database back on shaky hardware.
There's a single...
January 14, 2009 at 11:57 pm
The error events. Exception, errorlog, user error message, attention. There may be some others worth checking.
How long are you planning running profiler for?
January 14, 2009 at 11:55 pm
Viewing 15 posts - 41,731 through 41,745 (of 49,571 total)