Forum Replies Created

Viewing 15 posts - 26,356 through 26,370 (of 39,793 total)

  • RE: Creative SPAM

    As soon as you upgrade to refrigerators to cool the beer, I'll take you up on that.

    Actually if you're near Cambridge, let me know. I'm likely to be over there...

  • RE: Changing Passwords

    You cannot reset your password, but you can change it on expiration.

    Not sure I'd hire anyone who chose the last option as anything other than a joke. Not sure I'd...

  • RE: Testing Service Pack 3

    Roger,

    Thanks for the update. Good to see the SQL team is watching and responding to the community.

  • RE: The Security of You

    I'd argue with the Patriot Act, I wouldn't trust the other side any more.

  • RE: Job with two or more instaces in the same SQL Server

    one instance, SQL Server can manage resources within itself.

    multiple instances - resource contention, tempdb separation.

    I wouldn't necessarily look to put a warehouse on the same instance as other databases. Typically...

  • RE: Log Backup Job fails however backups are created

    Make sure you maintenance plan logs to the file system so you get more details. We can help if you don't understand them.

  • RE: Very Odd Backup Notification

    Very strange. Copy only backup? Was this model by any chance?

    Any other data in the logs?

  • RE: sql backup

    Diff backups run well and Mike has a great explanation.

    Note that diffs grow larger each time because each diff grabs data since the last full, not since the last diff.

  • RE: How to take back up in network drive...

    The backup process throws pages out as quickly as it can. It has no tolerance for delays because of the nature of the backup. It is NOT anything like a...

  • RE: Third-Party Backup Software

    They all do about the same thing. Performance? They'll all be close. You might have some machines faster with one, not on others.

    I work for Red Gate, but I've considered...

  • RE: Third-Party Backup Software

    They all do about the same thing. Performance? They'll all be close. You might have some machines faster with one, not on others.

    I work for Red Gate, but I've considered...

  • RE: Backup

    either something else was running or you had a conflict.

    Are you backing up to new files all the time? Could have corrupted a file and that might stick the...

  • RE: Performance Alert passing values to stored proc?

    you can set an alert on size, but I'm not sure you can pass that to a proc. You can probably get the size in T-SQL, but if you should...

  • RE: Auditing a table that's being truncated

    It's got to be someone with owner level permissions. I didn't think DELETE allowed this.

    I'd run a trace, looking for that table or for the TRUNCATE command.

  • RE: Creative SPAM

    Or perhaps need regular quality control checkers?

Viewing 15 posts - 26,356 through 26,370 (of 39,793 total)