Forum Replies Created

Viewing 15 posts - 2,656 through 2,670 (of 4,745 total)

  • RE: Moving Databases

    Out of interest why are you renaming the server as you have no SSIS packages which are most affected by server name?

    with the logins have you captured default database, language...

    ---------------------------------------------------------------------

  • RE: Moving Databases

    Sorry, reporting services encryption key, backed up via RS configuration manager (or it was in SQL 2005). You will need that if you are restoring the reporting databases to another...

    ---------------------------------------------------------------------

  • RE: Moving Databases

    any user code in system databases (naughty)?

    any user defined error messages? (held in master)

    backed up and copied over your RS Key if you are copying RS databases over.

    ---------------------------------------------------------------------

  • RE: SQL 2008 Integration service build level

    Thanks Steve. Anyone else so we have a quorum?

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    RBarryYoung (4/14/2010)


    CirquedeSQLeil (4/13/2010)


    Oddity in the forums. I just noticed that I lost 27 points today. Am curious where they could have gone.

    SSC has started subtracting points for bad...

    ---------------------------------------------------------------------

  • RE: Disable Individual Windows ID which is part of Windows Group on SQL Server

    Try issuing a DENY CONNECT SQL to the individual accounts, see if it works.

    ---------------------------------------------------------------------

  • RE: '-' in sql server

    posts crossed [-] see above

    ---------------------------------------------------------------------

  • RE: '-' in sql server

    place [] around the server name.

    Avoid names like this in the first place 🙂

    ---------------------------------------------------------------------

  • RE: Upgrading SQL 2000 and Windows 2003 to SQL 2008 and Windows 2008 at once on same box

    there sound like a lot of potential gotchas in there. Don't start unless you are sure they are all ironed out.

    First question is is there an upgrade path from windows...

    ---------------------------------------------------------------------

  • RE: Transaction log shipping file deletion

    I would go with log shipping as the best replication method to achieve that, as long as you don't need to update in the development environment.

    mirroring with snapshots is another...

    ---------------------------------------------------------------------

  • RE: mirroring--changing failover sensitivity

    To change the time-out value (high-safety mode only)

    Use the ALTER DATABASE <database> SET PARTNER TIMEOUT <integer> statement.

    To view the current time-out value

    Query mirroring_connection_timeout in sys.database_mirroring.

    ---------------------------------------------------------------------

  • RE: Transaction log shipping file deletion

    Elliott W (4/14/2010)


    And George, I shall continue to spar you for point counts.. 😛 I'm trying to get my overall rank under 60 this week..

    CEWII

    darn it, only gone...

    ---------------------------------------------------------------------

  • RE: Transaction log shipping file deletion

    Another thought, on the secondary transaction log backups are deleted by age from the datestamp of the file just restored, so set deletion variable to same as frequency of...

    ---------------------------------------------------------------------

  • RE: Transaction log shipping file deletion

    Elliott W (4/14/2010)


    I was looking at this in SQL 2008 and it does give you the options. Not sure if there is a difference. I haven't set up...

    ---------------------------------------------------------------------

  • RE: Transaction log shipping file deletion

    there is nothing in the logshipping process as supplied by the GUI to do it, you would have to write your own.

    I suggest make it a process that is kicked...

    ---------------------------------------------------------------------

Viewing 15 posts - 2,656 through 2,670 (of 4,745 total)