Viewing 15 posts - 2,686 through 2,700 (of 4,745 total)
turning off replication won't help, as this database is published you need to identify the transaction preventing the log truncating. Use dbcc opentran whilst connected to the database to do...
April 7, 2010 at 4:48 pm
Cindy,
is replication actually set up for the database?
If it isn't follow the workarounds in this thread
http://www.sqlservercentral.com/Forums/Topic509307-146-1.aspx
another workaround is to quickly set up a dummy replication and then remove it.
another question,...
April 7, 2010 at 3:14 pm
llevity (4/7/2010)
What a recipe...
April 7, 2010 at 1:40 pm
Jason Shadonix (4/7/2010)
george sibbald (4/7/2010)
Jason Shadonix (4/7/2010)
Personally, apart from system database backups. either they are all compressed or none are!
Why do you say that? Is there a reason you...
April 7, 2010 at 11:42 am
In SQL2008 (unlike SQL2005) you cannot move the resource database, which would mean you cannot run alter database against it
http://msdn.microsoft.com/en-us/library/ms345408.aspx
so it's still up for grabs where this info is held
April 7, 2010 at 11:36 am
Jason Shadonix (4/7/2010)
--to enable compression
sp_configure 'backup comp', 1
go
reconfigure
go
Just curious but I don't recall reading anything within the TechNet article that mentioned a hierarchy requirement when doing WITH command. Why compression...
April 7, 2010 at 9:40 am
Jason Shadonix (4/7/2010)
Personally, apart from system database backups. either they are all compressed or none are!
Why do you say that? Is there a reason you wouldn't want to compress...
April 7, 2010 at 9:37 am
actually, there is an is_compressed column in msdb..backupmediaset
April 7, 2010 at 9:30 am
Jason Shadonix (4/7/2010)
Steve Jones - Editor (4/7/2010)
this worked on my SS2K8 Dev editionBACKUP DATABASE db1 TO DISK = 'C:\db1.bak' WITH copy_only, COMPRESSION
I don't have COMPRESSION first in my list of...
April 7, 2010 at 9:26 am
llevity (4/7/2010)
To answer some of the speculation, yes, this is absolutely just a "What if..." type of practice thing for me. I'm trying to go through...
April 7, 2010 at 9:15 am
they have gone to great lenghts to protect it, basically they don't want people touching it, which is fair enough.
April 7, 2010 at 8:19 am
I'm not angry. Just difficult to give correct information if I'm not sure what you are trying to achieve and you won't tell me.
Have you tried copying resource files somewhere...
April 7, 2010 at 7:57 am
Steve Jones - Editor (4/7/2010)
george sibbald (4/7/2010)
Paul White NZ (4/7/2010)
David Fulton-420388 (4/7/2010)
Paul White NZ (4/7/2010)
David Fulton-420388 (4/7/2010)
April 7, 2010 at 7:48 am
this one is on a need to know basis only!
April 7, 2010 at 7:33 am
kladibeeto (4/7/2010)
Of course that I don't touch orginal resource DB ๐Right now it is not important what I am trying to do.
sounds top secret. I'll leave you to it.
April 7, 2010 at 7:25 am
Viewing 15 posts - 2,686 through 2,700 (of 4,745 total)