Viewing 15 posts - 26,521 through 26,535 (of 39,793 total)
You have a problem with your model database. Are the model.mdf and model.ldf there?
October 27, 2008 at 4:24 pm
There isn't a great way to do this. If you have two SQL Servers, you want to back up the HR database separately. You can script or setup a...
October 27, 2008 at 2:02 pm
A striped backup still requires the full size. If you have the database on multiple file groups, meaning multiple ndf files, you can restore those on separate drives.
October 27, 2008 at 1:55 pm
Thanks to all of you for helping and I've tried to make this something I'm proud of (as did Andy and Brian when they were here).
We get complaints about the...
October 27, 2008 at 1:18 pm
My guess is this would get cleaned up over time, but I'd be curious to see.
And I agree with Johan, use a clustered index. Doesn't hurt you to have one.
October 27, 2008 at 1:15 pm
Not a bad point, we'll talk about adding these in there automatically.
Do we pop external articles in another browser? Do we frame things? I hate frames, BTW.
October 27, 2008 at 12:27 pm
To me it's not horrible, but it is disappointing in compared to SQLPrompt. It works OK if you don't have anything else, but it's definitely a 1.0 implementation.
The biggest issue...
October 27, 2008 at 12:14 pm
You're missing the way this works.
WHERE sales > (case when @sales = 'no' then 1 else 0)
THe CASE statement returns a value. That value gets slipped into your WHERE clause....
October 27, 2008 at 10:53 am
To me these are things that are daily checks, things you need to make sure are available if you get called when you're on-call. Issues should be documented and also...
October 27, 2008 at 10:46 am
What do you mean "safe?"
It works, more and more people running 64-bit every day. There are issues with some subsystems (SQLMail, SSIS), where things could have issues moving to...
October 27, 2008 at 10:37 am
You should not be losing any tables, system or user. If some things break, it's because the database reacts differently to keywords, and potentially system views. In 2005/2008 there is...
October 27, 2008 at 10:35 am
I have a few separate accounts, though I don't worry about them too much. We monitor frequently and we're quick to shut down an account if we have issues.
Opting out...
October 27, 2008 at 10:33 am
I work for Red Gate, so you know. I'll say that there's no way you could write anything that works as well or reliably as their compare products in anywhere...
October 27, 2008 at 10:32 am
What you're asking makes no sense. What do you mean by no shared storage? No SAN-type setup? That severely limits your redundancy.
You can look at Database mirroring, but that...
October 27, 2008 at 10:24 am
Viewing 15 posts - 26,521 through 26,535 (of 39,793 total)