Forum Replies Created

Viewing 15 posts - 196 through 210 (of 314 total)

  • RE: DB Mirroring

    Thanks for the vote.

    How would that be possible? Do you mean failover first then add? The mirror is inaccessible to modify while it's running at the secondary DB......

  • RE: Sql Server DR Strategy - Advice Reqd

    Sorry about that- I overlooked the 10-15 databases you mentioned up top. Yeah, you are correct that mirroring that many might pose a problem depending on load. However,...

  • RE: Attunity driver Usage

    Good idea, I submitted feedback over at this URL:

    http://www.attunity.com/request_information

    Cheers,

    Steve

  • RE: DB Mirroring

    I suppose you could pick and choose where to place the secondary file on the mirror database.

    In my case, I mapped the .NDF to the E: partition, but I had...

  • RE: How to find backup frequency

    With supporting over 200 instances, we implemented an SSIS packages that connects to all instances each morning to determine the last time the DBs were backed up using the same...

  • RE: Using Profiler

    haven't seen that before- i would try to uninstall the client tools and reinstall.

  • RE: Log shipping out of sync!!!

    I would say that is correct. the delay should set the restore off at 8:30 with a 30 minute delay and it scheduled at 8AM.

    The logic needs to be

    On...

  • RE: SQL Error Logs

    done, added comment as well.

  • RE: Help on small report

    This script should get you started by telling you the object name, type, and which filegroup its a part of. The rest of the joins can be made accordingly...

  • RE: VPN and Remote Desktop - Dropped Connection

    I have had this happen where I connect to a new session on my next login to the server. Check Terminal Services Manager and see ifyour old session is...

  • RE: Sql Server DR Strategy - Advice Reqd

    The typical solution we use at my company is the following:

    1. Active/Passive Primary instance.

    2. Standalone secondary instance for DR (can certainly be clustered, but we only expect it to be...

  • RE: Can't increase size of database

    If you try creating a new database with an initial mdf size of 512MB in the same C:\Program Files\Microsoft SQL Server\MSSQL\Data\ path, does that succeed?

    From your output, it looks...

  • RE: DB Mirroring

    Thanks Steve. That makes sense based on my config.

    Clustered active/passive (Primary) -- all SAN

    G:

    H:

    I:

    J:

    K:

    L:

    M: MDF (per initial DB creation)

    N: NDF -- added per my initial post.

    Standalone (Mirror) -- All...

  • RE: How to secure SQL Server audit log

    Can you elaborate on the audit logs you are referring to?

  • RE: Policing SQL Server Usage

    Unfortunately, as Jack said, it's best to take the approach of limiting access.

    Having said that, the approach that I would take is to draft up a formal document noting the...

Viewing 15 posts - 196 through 210 (of 314 total)