Viewing 15 posts - 2,986 through 3,000 (of 4,745 total)
definitely, definitely backup the RS encryption Key
read this article about DR for SSRS
February 1, 2010 at 6:50 am
personally I am not aware of such a tool and it sounds too removed from how SQL works for there to be one.
Various HA methods can give extra protection (log...
February 1, 2010 at 6:44 am
SQL does not guarantee rows are held in the same physical order as they were entered, so you would have to use an order by clause with an identity value.
February 1, 2010 at 6:37 am
The SQL transaction log is a sequential write log so no duplexing.
Best way to protect it is to back it up frequently and store on a raided drive to give...
February 1, 2010 at 6:32 am
this is usually done by tracking the size of the backup file over time. There are a number of scripts for this on this site alone.
an example
--see growth from backup...
February 1, 2010 at 6:23 am
If you ever find a magic wand let me know 😉
Main gotcha with SQLio is making sure the file sizes are large enough so it is not all done in...
February 1, 2010 at 6:05 am
Rob L-566658 (2/1/2010)
February 1, 2010 at 5:33 am
then you should be able to use alter database set partner failover. What error did you get?
It must be run from the principal and you must be in master when...
February 1, 2010 at 3:19 am
To those of you confused the OP edited his post after my request for something more specific.
thanks OP.
January 30, 2010 at 10:20 am
expect an entry from me next year!
then I can put on my CV 'nominated for exceptional DBA of the year'
🙂 😛 😉
January 30, 2010 at 6:47 am
GilaMonster (1/30/2010)
Jeff Moden (1/29/2010)
What would really be cool is to see the email or letter from the person(s) that nominated these folks.
I can't speak about the 2008 one (which...
January 30, 2010 at 4:48 am
Agreed, sp_helprevlogin has got to be one of the most useful scripts in a DBAs armoury, and the best way to migrate logins.
I wouldn't leave home without it.
🙂
January 30, 2010 at 4:28 am
was this a move to a SQL 2005 instance from a 2000 instance?
January 29, 2010 at 3:47 pm
this might help
http://msdn.microsoft.com/en-us/library/ms151799.aspx
looks like asynchronous mirroring will also hold up replication when mirror is down, because it needs to hold onto the transactions to apply them to the mirror when...
January 29, 2010 at 1:56 pm
Viewing 15 posts - 2,986 through 3,000 (of 4,745 total)