Viewing 15 posts - 931 through 945 (of 4,745 total)
query sys.dm_os_performance_counters
August 15, 2012 at 7:08 am
A full backup is consistent at the time it completes, so in this case it would contain the changes held in the 12:45 log backup.
August 14, 2012 at 2:48 am
note - if all you want to do is re-initialise log shipping from a new full backup you don't need to remove and recreate the log shipping jobs, the existing...
August 13, 2012 at 3:53 am
You can drop the database. or just restore over it with your new full database you are using as a starting point.
July 31, 2012 at 3:20 pm
Lowell is demonstrating the principle that an army marches on its stomach
July 31, 2012 at 3:14 pm
if she is not meant to be using the sa account, go and ask her why she tried to 🙂
July 31, 2012 at 1:28 pm
ALL transactions are logged, there is no way to prevent that. You will either have to size your transaction log so it can cope with the update or preferably batch...
July 31, 2012 at 1:25 pm
she must have tried to connect with the sa id. Look in the SQL errorlog for the same time, if you have failure auditing on you should see the logon...
July 31, 2012 at 1:18 pm
if its at 34GB on the secondary it must be the same on the primary. Run the shrink on the primary and the effect of the shrink will be copied...
July 30, 2012 at 1:47 pm
this might just be a language thing, but the conclusion is
log shring - indexes don't need rebuilding
data shrink, indexes will need rebuilding (by a seperate job you build and run...
July 25, 2012 at 10:43 am
Little Nick (7/25/2012)
1. What's the different between shrink data file and shrink log file?
2. Which one (shrink data / shrink log) will enforce...
July 25, 2012 at 10:35 am
I am afraid I don't, I'm sure there will be one in the scripts section of this site.
Having read Gails blog. you are aware of the pitfalls of what...
July 25, 2012 at 10:15 am
it can be done via SSMS (right click database, all tasks, shrink file) but the command is dbcc shrinkfile(logfile logical name, size in MB)
However, what recovery mode is the database...
July 25, 2012 at 10:05 am
Viewing 15 posts - 931 through 945 (of 4,745 total)