Viewing 15 posts - 33,001 through 33,015 (of 39,817 total)
Not sure about the internal fragmentation. I think that depends on a per-table basis since your index keys will be of widely varying widths.
For external fragmentation, I think your script...
August 28, 2006 at 8:42 am
There is no best place. Depending on the project, you need to hire a DBA or a consultant to help with this.
I'd look for someone that's done work in your...
August 28, 2006 at 8:36 am
Index maintenance depends on your level of activity (insert, update delete). The more it happens, the more often you run this. I've typically run this weekly.
defrag - Do you mean...
August 28, 2006 at 8:35 am
If this is SQL 2000, Outlook 2000 should work as well.
August 28, 2006 at 8:34 am
Thanks for the note. I've had this happen many times to me and usually just fix users (auto_fix) as the first step.
August 28, 2006 at 8:33 am
They will be separate jobs anyway, so I put them into one plan.
I do separate system from user dbs. Usually 2 plans per server unless I have special cases for...
August 28, 2006 at 8:32 am
Do you mean restore multiple databases from backup or restore a single database that has multiple filegroups? Or restore a single database and break it up into multiple file groups?
Multiple...
August 28, 2006 at 8:29 am
On shrinking, it should only be in the event something got out of hand, as you mentioned. don't run it if you have fragmentation, only if you run some transactions...
August 24, 2006 at 10:02 am
I think you're nicely messed up here. I haven't seen this, but I'd suggest uninstalling, removing the folders (save your dbs elsewhere), delete the registry keys and then start again.
August 24, 2006 at 9:48 am
The article must have been pulled. We get links about 4-8 days before they run and list them. The article title from the other site is what we use on...
August 24, 2006 at 8:11 am
Glad you enjoyed it and PASS is a good place to start.
Now come the conference and I'll buy you a beer ![]()
August 24, 2006 at 7:47 am
If these are truly ad hoc, I've seen it done like you mention. With 2 child tables added to the main table. One would be a lookup for the "type"...
August 22, 2006 at 8:26 am
I'm slightly confused. Where are you connecting from? Are you on the same network as the SQL Server and trying to get out the firewall and back to the server?...
August 22, 2006 at 8:22 am
Thanks for the comments and I agree that the conferences are expensive. Lots of people go every other year and still others rarely get to go. However they are a...
August 21, 2006 at 8:40 am
Wow, didn't think my grammar was that bad. I ran this through Word and didn't see anything, but admittedly, I didn't get a copy editor through it.
I appreciate the criticism...
August 19, 2006 at 11:33 am
Viewing 15 posts - 33,001 through 33,015 (of 39,817 total)