Forum Replies Created

Viewing 13 posts - 151 through 163 (of 163 total)

  • RE: Managing a farm of SQL databases how ?

    P Jones (1/30/2009)


    Divide your registered servers up into groups (right click in registered server and add new server group) so they group together eg Dev, test and live groups.

    Then repeat...

  • RE: Clear virtual memory on shutdown

    Only drawback seems to be an increased shutdown time (which equals increased server reboot time).

  • RE: Replicate Passive Node in Active/Passive cluster

    As Greg said, in an A-P cluster, the SQL Server service does not run on the P node unless the cluster group is failed over.

    The only way you could replicate...

  • RE: Best Fail-Over/Disaster Recover Architecture

    I think the real question is, how much can you afford to spend?

    The entry level DR features of SQL Server like log-shipping work ok, then database-mirroring is worth looking at.

    If...

  • RE: how to send data from sqlserver to oracle

    Should be fairly easy using Integration Services.

    The simplest way to use this ETL tool would be:-

    1) In Management Studio click on the database from which you wish to export data.

    2)...

  • RE: How to check SQL Server editions

    Idera's "SQL Admin Toolset" comes with a tool called "Multi Query" that allows you to run the same SQL query against any number of named instances.

    Come to think of it,...

  • RE: Sql Server Consolidation

    That's a really good link.

    I can see the cut-and-pasteability of that being very useful if faced with the task of writing a business proposal for SQL Server consolidation.

  • RE: Can Database Snapshots contain Views?

    Sankar Reddy (1/25/2009)


    On a side note, dropping a snapshot actually flushes the entire procedure cache in SQL Server 2005.

    I didn't know that, thanks Sankar, I learn something new every day!

  • RE: Can Database Snapshots contain Views?

    Forgive me if I've misunderstood the question.

    I don't see how the vew could be added to the snapshot, since snapshots are read-only copies of a database at a certain point...

  • RE: Change the default restore as location

    I don't think that you can do this.

    I think that SQL Server will always default to the file locations recorded in the backup - which will be the file locations...

  • RE: Sql Server Consolidation

    SQL Server consolidation simply means taking databases, services, jobs etc. housed on a proliferation of SQL Servers and migrating them to one or more large centralised SQL Servers.

    The objective of...

  • RE: Good SQL Server Monitoring Tool

    I use Idera SQL Diagnostic Manager and I find it very good.

    It's easy to install and configure, simple to use, and has a lot of really well thought out features.

    You...

  • RE: SSL Certificates on SQL Server 2005 for Reporting Services

    What a great article, following it through I was able to get SSL working on my RS 2005 installation first time!

    Shame on Microsoft for making it so arcane and obscure to...

Viewing 13 posts - 151 through 163 (of 163 total)