Viewing 15 posts - 871 through 885 (of 4,745 total)
it won't help this time I know, but I always keep flat files copies of the system databases (I take a copy at each upgrade), then these can just be...
---------------------------------------------------------------------
November 28, 2012 at 6:58 am
do you have another instance of SQL at the same version? You could restore the master backup as a user database (change its name and physical file names on the...
---------------------------------------------------------------------
November 28, 2012 at 6:47 am
If you have logshipping set up those are the ONLY log backups you should have. It fully takes care of your transaction logs
---------------------------------------------------------------------
November 27, 2012 at 4:37 am
the link i posted should answer your questions but you dont need to remove mirroring to set up logshipping.
---------------------------------------------------------------------
November 17, 2012 at 5:07 am
well looks like I finally learned to type faster than you!
😉
---------------------------------------------------------------------
November 17, 2012 at 4:45 am
A mirrored database can also be log shipped, so you have that option open to you for your replication to the DR site.
http://msdn.microsoft.com/en-us/library/ms187016(v=sql.100).aspx
---------------------------------------------------------------------
November 17, 2012 at 4:43 am
vikingDBA (11/16/2012)
---------------------------------------------------------------------
November 16, 2012 at 7:27 am
I would clarify Perrys tail log backup script, it depends why you are failing over. If you are failing over because the primary is damaged but the log file is...
---------------------------------------------------------------------
November 15, 2012 at 2:28 pm
on the primary manually take a last log backup with norecovery, apply that to the secondary with recovery to bring it online. Then when you want to switch back backup...
---------------------------------------------------------------------
November 15, 2012 at 8:54 am
have you looked at the link i posted?
---------------------------------------------------------------------
November 15, 2012 at 8:37 am
Danzz (11/14/2012)
It did'nt help....I need help in scripting out permissions for a database.
Please don't say sp_help_revlogin: It gives list out all the logins on a server.
You asked for a script...
---------------------------------------------------------------------
November 14, 2012 at 4:15 pm
try this[/url], exactly what you want.
read the discussion afterwards as well
---------------------------------------------------------------------
November 14, 2012 at 10:25 am
thanks for posting this, most useful, especially detailing the steps.
I hit this error (on a server restart, not an install) and added the ServicesPipeTimeout DWORD, in my case SSRS then...
---------------------------------------------------------------------
November 11, 2012 at 1:09 pm
Yes, there is a very large translog file (2.1GB) in the TRN backup folder, followed by others no larger than 35MB. So I shouldn't see any more of these very...
---------------------------------------------------------------------
November 8, 2012 at 4:08 am
run dbcc loginfo(yourdb) to see how many vlfs you have and where the last active one is (status = 2)
you also possibly have quite large vlfs, a log file needs...
---------------------------------------------------------------------
November 6, 2012 at 9:46 am
Viewing 15 posts - 871 through 885 (of 4,745 total)