Forum Replies Created

Viewing 15 posts - 32,206 through 32,220 (of 39,914 total)

  • RE: Need some help in IderaSqlSafe

    Can you post the code you're running? My guess is you're using c:\program files, which means there's a space there. You might need to use quotes around the string.

  • RE: Mirroring V Log Shipping

    I don't think you have updatable subscribers with log shipping. That's with replication.

    Both mirroring and log shipping work in similar fashions, by applying transactions to the secondary server. Mirroring allows...

  • RE: 3 questions on database mirroring

    Paul's posted here as well and his blog is here:http://blogs.msdn.com/sqlserverstorageengine/

    I pinged him with this thread, so you may see a response here.

  • RE: Stupid Question

    No hugs from Grant

    I'm actually going to Cambridge for a Red Gate visit, and not sure I'll spend any time in London. Out...

  • RE: DTS internals

    I'm not sure of where you could get the DTS internals, but one thing that might help is to save as a "VB File" and then execute it in a...

  • RE: when a databases was last used

    You can set them to auto-close if you think they aren't being used and then if they get accessed, the log will reflect it opening. Don't do this for systems...

  • RE: The IT Cowboy

    Warm, sunny, and cheap liquor

  • RE: Forum text editor.

    I don't. I think the control in IE can format cleaner, but the Firefox one is generic.

  • RE: The IT Cowboy

    Yeah, yeah, I can't type. I'm sure Phil has a few of those in his past as well . I got notified yesterday that...

  • RE: Forum text editor.

    Not bad. That's an interesting idea. We're rewritting things and looking at some new HTML editors. Not sure we can get this in there, but I'll pass it along.

  • RE: Stupid Question

    Actually check her bio. She was an actress on a British soap for awhile. I'm going to the UK this summer, so I'll see for myself.

  • RE: Data Security

    Roger,

    Thanks for the input and I appreciate someone with some experience in this area giving feedback. I'm not really convinced, but you raise some great points.

  • RE: Tranasaction backup and flushing the log

    There are lots of scripts on the site here that you can search. You run the BACKUP TRANSACTION command to do the backup. You can schedule this to run in...

  • RE: SQL 2005 and Editing Data

    If you did it in the EM editor, I don't think you can do that in SSMS. UPDATE is the way to do this.

  • RE: Number of databases on one server

    Be careful of multiple instances. It can separate out tempdb, which can be a point of contention, but it can also require more memory that you need to set for...

Viewing 15 posts - 32,206 through 32,220 (of 39,914 total)