Forum Replies Created

Viewing 15 posts - 33,091 through 33,105 (of 39,909 total)

  • RE: Old Upgrades

    Thanks for the comments. Someone sent me this link: http://www.thisoldstore.com, if anyone else is in the same situation.

    I'm thinking that I might move this box into the dev/test area with...

  • RE: How to move DTS schedule without copying msdb?

    No good way to move DTS packages. You could probably script something to open and save on the new server, but might be as quick to just open and...

  • RE: Assessing Internal & External Fragmentation

    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...

  • RE: New database project

    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...

  • RE: Maintenance Plans

    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...

  • RE: configure sqlmail from sql server

    If this is SQL 2000, Outlook 2000 should work as well.

  • RE: User already exists in current database

    Thanks for the note. I've had this happen many times to me and usually just fix users (auto_fix) as the first step.

  • RE: Maintenance Plans Best Practice

    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...

  • RE: restore all database into server from backup

    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...

  • RE: Backup and Maintenance strategy - Looking for feedback

    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...

  • RE: SQL Server 2000 Install Difficulties

    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.

  • RE: Useless Link - Backup Basics Part 3

    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...

  • RE: Top Ten

    Glad you enjoyed it and PASS is a good place to start.

    Now come the conference and I'll buy you a beer

  • RE: Dynamic Columns

    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"...

  • RE: Problems connecting thru 1433

    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?...

Viewing 15 posts - 33,091 through 33,105 (of 39,909 total)