Viewing 15 posts - 2,656 through 2,670 (of 4,745 total)
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...
April 15, 2010 at 10:48 am
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...
April 15, 2010 at 10:04 am
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.
April 15, 2010 at 9:09 am
Thanks Steve. Anyone else so we have a quorum?
April 15, 2010 at 9:04 am
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...
April 15, 2010 at 5:51 am
Try issuing a DENY CONNECT SQL to the individual accounts, see if it works.
April 15, 2010 at 5:49 am
place [] around the server name.
Avoid names like this in the first place 🙂
April 14, 2010 at 4:01 pm
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...
April 14, 2010 at 3:59 pm
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...
April 14, 2010 at 3:51 pm
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.
April 14, 2010 at 3:44 pm
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...
April 14, 2010 at 2:17 pm
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...
April 14, 2010 at 1:40 pm
Elliott W (4/14/2010)
April 14, 2010 at 1:33 pm
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...
April 14, 2010 at 1:15 pm
Viewing 15 posts - 2,656 through 2,670 (of 4,745 total)