Forum Replies Created

Viewing 15 posts - 691 through 705 (of 2,496 total)

  • RE: Upgrading to 2012?

    Our SQL 2012 upgrade was done as part of a migration to AWS. This had much the same experience as moving to a new conventional data centre, except that...

  • RE: Issue installing SQL Server 2005

    It can often be a problem to test out a version of SQL Server, unless you can easily get access to the operating systems you need.

    I subscribe to TechNet, which...

  • RE: Database Diagrams tool in SQLSERVER

    Be aware that the SQL Server database diagram is a live representation of the database. If you drop a table from the diagram it is dropped from the database,...

  • RE: Upgrading to 2012?

    We upgraded the SQL instances that serve our web applications to SQL 2012 last year, as part of our migration to AWS.

    Over the years we had upgraded from SQL...

  • RE: Issue installing SQL Server 2005

    There is not enough detail in what you have provided to give a definite answer...

    However, when you installed IIS, did you also install IIS6 compatibility, which is required by SQL...

  • RE: SQL Server on a virtual server

    If you want to see how a site delivering over 2 million page hits per day running on Amazon Web Services (AWS) performs, then look at http://www.totaljobs.com

    We completed our migration...

  • RE: How to notify through DB MAIL when sql server agent stopped automatically?

    The Windows Service Control manager can detect when a service stops unexpectedly. You can use this to automatically restart your service or automatically run a command.

    If you want to...

  • RE: Password Insecurities

    When you have one or two passwords you can remember them. I have probably over 200 passwords so I write them down.

    I actually keep then in an encrypted container,...

  • RE: The Small Print

    don’t forget to read the small print

    And don't forget to negotiate!

    The larger your commitment to a given vendor, the greater is your capability to negotiate away from vendor standard T&Cs....

  • RE: Alternative to views

    Why do you not want to use a view?

  • RE: Cognos impromptu

    If your site already has in-depth skills using Impromptu, then keep on using it. The install costs of Imprompu will be dwarfed by the costs of migrating to another...

  • RE: Its possible convert SSRS report developed from VS2008 to VS2005

    I think Report Services Scripter will do what you need. See[urlhttp://www.sqldbatips.com/showarticle.asp?ID=62[/url]

    If there are any items in your report that do not have an equivalent in the older version of...

  • RE: IIS need for to Run SSRS Reports

    When you deploy your report, don't forget you must set up its security so that end-users can run it.

  • RE: Reg the peer to peer replication topology

    You do not need any downtime to add a new node into P2P.

    I hope you are planning to work out your implementation plan using a non-production system, so that when...

  • RE: SQL 2008 x64 clustering active / active

    All clustering in SQL Server is inherently Active/Passive. A given database can only be online to a single node at any one time.

    People use the term Active/Active to indicate...

Viewing 15 posts - 691 through 705 (of 2,496 total)