Forum Replies Created

Viewing 15 posts - 2,176 through 2,190 (of 2,900 total)

  • RE: Securing SQL at my New Job

    GilaMonster (10/6/2008)


    Less on the security and more on the performance, see if you can secure a separate server for dev/test. Letting developers develop on the prod box is asking for...

  • RE: Securing SQL at my New Job

    Thanks for the replies. My manager has made it pretty clear that he wants me to straighten things out (security, backups, performance...), and I think he's let the developers know.

    We...

  • RE: Collation Conflict

    What are the collation settings for all the databases involved ?

  • RE: Is there any way to identy that procedure last modified date?

    Or buy (or create) a tool such as Idera Compliance Manager to monitor SQL activity.

    Ideally, you would put a comment in the SP noting the revision #, date, description...

  • RE: No backup of Master database!!

    I don't mean to sound like a wise-guy or anything. But why don't people back up their databases ?? How many posts have there been over the...

  • RE: License Question?

    Patrick Womack (10/3/2008)


    Is it legal to purchase 1 license for SQL Server 2000 Enterprise and install the software on multiple servers in our company?

    The same question for SQL Server 2005...

  • RE: Third Party Tool ??????

    Also, I think most companies give you a trial period so you can download them and give them a try. That's the best evaluation to see if it suits your...

  • RE: Third Party Tool ??????

    Idera makes several tools that I was happy with.

    Redgate & Quest also make good tools

  • RE: Collation Conflict

    What about "zones" ?

  • RE: Who Deleted the Table ??

    DavidB (9/30/2008)


    What about perusing the defualt trace files?

    I should have posted this in the 2000 section, not 2005. D'oh !! :pinch:

  • RE: database physical design

    That is specifically for TempDB, and often will only show real perf improvements if there is existing blocking on the allocation structures in TempDB. It is good practice to have...

  • RE: EMC Clones or SQL Backups for 100 + GB databases

    At my last job, I used Idera's SQLSafe backup tool on our 275 Gig database, and our backup time went from 90 minutes to 30 minutes, and disk space for...

  • RE: How to shrink a transaction log in a published database

    GilaMonster (9/29/2008)


    homebrew01 (9/29/2008)


    Replication shouldn't make any difference. When was your last FULL backup ?

    Replication makes a big difference to logs. On a replicated DB, the log record can't be discarded...

  • RE: How to shrink a transaction log in a published database

    Replication shouldn't make any difference. When was your last FULL backup ?

  • RE: Backup_restore failure

    What's the name of your backup file ??

    I was helping someone the other day, and when he created the backup file, he forgot to put .BAK as the extension. When...

Viewing 15 posts - 2,176 through 2,190 (of 2,900 total)