Forum Replies Created

Viewing 15 posts - 29,191 through 29,205 (of 39,771 total)

  • RE: Temporary Tables

    I tend to avoid both when I can, but I also go by the advice that GSquared has given. That's a good summary of both of them.

  • RE: Required reading for new-comers

    It would be nice, but most people would scroll to the bottom, click the check box, and move on.

    It comes in cycles. Lots of new people, have to teach them...

  • RE: Errors installing a database from a backup

    And all three of these paths are valid? Meaning that there are the subs created and the backup file is correctly named?

    Have you tried restore with headeronly to verify the...

  • RE: SQL 2005 upgrade?

    There is only one version of SQL Server 2005. It will install or upgrade as needed.

    As far as pricing, I don't think there are upgrade discounts, but I could be...

  • RE: DB Backup plan to be made as append or overwrite

    Please do not cross post as we scan all forums.

  • RE: Training

    Are you looking for classroom training? My company, End to End Training, offers some good options. http://www.endtoendtraining.com

    The product is too big for you to get a complete lesson in the...

  • RE: automate adding users to MOST of my databases

    Johan has the right idea. The way your're executing things, you've changed context in one batch, but it goes back for the next batch (sp_executesql). You need to have things...

  • RE: Maintainance plan 2005

    I never append. I've had cases where the file gets corrupted and then you lose a bunch of backups.

    I always overwrite, but I use a new file name for each...

  • RE: Performance

    You might want to setup alerts on the log disk space used to catch it before it fills.

  • RE: Sharing

    I wish someone would sue over this, not necessarily requiring admin rights, but not disclosing them. It would be a good way to force some disclosure.

    I got told this by...

  • RE: Huge table, optimization opinions welcomed

    I'd add the user twice, as the parent and child, maybe including a flag if it matters who referred who.

    Then if you update/delete, you can easily find all the...

  • RE: Errors installing a database from a backup

    It's possible you have some sizing differences or something else. Why create the blank database? You can restore the database backup to a new database and give it the correct...

  • RE: Orphaned Users

    I don't know of a way in T-SQL. The problem is that you'd need AD rights to check for the accounts being disabled. Plus if they're disabled, what if they're...

  • RE: Human Power

    Glad you enjoyed it and both a few friends and my son have asked it we can do this. We may give it a try sometime!

  • RE: Store earlier Password

    Do you mean store the current password?

    Search sp_help_revlogin and this will script out the logins and hash of the current password.

Viewing 15 posts - 29,191 through 29,205 (of 39,771 total)