Viewing 15 posts - 5,296 through 5,310 (of 18,926 total)
GilaMonster (6/23/2011)
In this situation, there is NO way to take a log backup (the log chain is broken) so the best you can do is restore full, diff and any...
June 23, 2011 at 11:23 am
lrutkowski (6/23/2011)
June 23, 2011 at 11:13 am
Any comments on my wild guess Gail?
June 23, 2011 at 11:11 am
CarpenterBob (6/23/2011)
ah, thanks for the enlightenment Ninja's_RGR'us!!!
HTH. very common misconseption about that ermm "feature".
The only real use I've seen of it is for myself when I need to test...
June 23, 2011 at 11:00 am
Wow you learn something new everyday!
Do you still have the temp table laying around?
You could try all the usual tricks (drop / rebuild clustered index, lob compaction on, etc).
If that...
June 23, 2011 at 10:57 am
CarpenterBob (6/23/2011)
How about READ UNCOMMITED to avoid locks...
Caveat 6-7-8-9.
Bad data
Connection being destroyed on super severe errors
management makes wrong decision based on bad data
Need to find another job because of the...
June 23, 2011 at 10:47 am
.... and what's the state of the db? Does it at least show in the list of databases? If it does in any fashion at think you have...
June 23, 2011 at 10:42 am
P.S. datalenght will give you the correct size with trailing spaces and datatype. This is what I'd use to make sure I have the correct value there.
June 23, 2011 at 10:39 am
matt.newman (6/23/2011)
Thanks for the catch! Looks like the issue then is most definitely recurring! I will have to look into turning snapshot...
June 23, 2011 at 10:39 am
Switch to datalength instead of len so that it includes trailing spaces.
Also why the *8 / 1024? It's the 8 that I don't understand.
sp_spaceused returns kbs so to...
June 23, 2011 at 10:21 am
I've delete that job but I swear I've already done something similar to this :
MOVE c:\backups\*.bak D:\backups[\].
I'm 99.9% sure that you don't need a destination name for the file.
June 23, 2011 at 9:28 am
beejug1983 (6/23/2011)
So, I would not be able to take Tail Log backup if .mdf if missing.
<disclaimer : start testing mode>
Here's what I'd try if I were you :
Rename the...
June 23, 2011 at 9:19 am
I don't have all the info I asked for but this is where I was going with this >>>
June 23, 2011 at 9:06 am
Try doing a dir in both folders. That should show you access denied error.
June 23, 2011 at 8:38 am
Lowell (6/23/2011)
all you can do is restore...
June 23, 2011 at 8:37 am
Viewing 15 posts - 5,296 through 5,310 (of 18,926 total)