Viewing 15 posts - 241 through 255 (of 420 total)
I just replied to another thread that's along these same lines... see if this helps:
http://www.sqlservercentral.com/Forums/Topic520202-148-1.aspx
June 19, 2008 at 2:05 pm
Wow, this is a project I had to do like 3yrs ago so let me see if I can remember how I did it.
Basically, you'll put it inside a loop...
June 19, 2008 at 1:59 pm
Can you truncate tables with relationships? I thought you had to delete.
June 19, 2008 at 10:58 am
Maybe I'm missing something, but both of those lines say the exact same thing don't they? Other than the 2nd line, but how do they contradict?
And it's misleading anyway...
June 19, 2008 at 9:49 am
I also have a whole set of tutorials on this on MidnightDBA.
Under the admin section.
June 19, 2008 at 8:55 am
No SQL's going to log ops no matter what. Internally it has more to do with being able to recover pages and roll things back or forward in case...
June 19, 2008 at 8:51 am
I've got a set of BCP tutorials on my MidnightDBA site below. Go to the admin section and I think they're near the top.
June 19, 2008 at 8:36 am
If he's not doing filegroup backups then he'll have to restore the entire DB and roll through the logs.
June 19, 2008 at 8:18 am
Yeah that's a new one on me. However, if it doesn't happen again, or often and doesn't appear to cause any ill effects just ignore it I suppose.
June 19, 2008 at 8:15 am
I'm not terribly sure what performance gain you'll get from log backups. If you don't need logs, then put the DB in simple mode so you don't have to...
June 19, 2008 at 8:11 am
I've got a server that I do that with every week and IsRemote is always 1 and it works just fine.
June 5, 2008 at 8:28 am
Yeah, I see no issues with that.
June 5, 2008 at 8:08 am
Profiler is the only thing available.
June 4, 2008 at 9:28 am
I would guess from what I'm seeing that your problem is a classic parameter sniffing issue.
To test this, run each sp with the recompile option. You should see much...
June 4, 2008 at 9:27 am
Viewing 15 posts - 241 through 255 (of 420 total)