Viewing 15 posts - 3,211 through 3,225 (of 4,745 total)
if you can do this via the alter database modify file option would be better, won't lose dbowner, dbid or possibly default database foe user.
been a while since I used...
November 13, 2009 at 11:07 am
personally I would stick the full backup just after the integrity check, then do the rest of the operations.
by the way you probably do not need to reindex every night....
November 12, 2009 at 3:28 pm
Brian Fischer (11/12/2009)
- set the recovery...
November 12, 2009 at 2:22 pm
Brian Fischer (11/12/2009)
November 12, 2009 at 2:16 pm
[
There is typically no activity in the wee morning hours and the full backup task occurs right after the reindex. And since there is a full backup, will the log...
November 12, 2009 at 4:25 am
I am sure I have had that error and am racking brains to remember when.............
I do think the error message bears no relation to the problem.
the fact that it works...
November 11, 2009 at 4:10 pm
Steve, a lovely idea if it could be made to work.
@Kander
[But perhaps I'm biased due to being a developer...
In this case yes I think so.........
applying a patch for a problem...
November 11, 2009 at 3:44 pm
A little light reading for you 🙂
November 11, 2009 at 3:22 pm
Brian Fischer (11/11/2009)
Sorry,...
November 11, 2009 at 3:09 pm
Brian Fischer (11/11/2009)
November 11, 2009 at 3:07 pm
Full backups do NOT truncate the log, and no sort of backups shrink the file.
If your log is having to grow to 13 GB to accommodate the reindex, leave it...
November 11, 2009 at 2:44 pm
As you are scripting this up I presume you need to do it on a regular basis. Out of curiosity why do you have a need to regularly put your...
November 11, 2009 at 2:27 pm
thanks for the tip Paul but unfortunately when I say I am the only george sibbald on the forum that is true, but the nickname george sibbald is taken, a...
November 11, 2009 at 6:50 am
Anthony, this might be more what you originally asked for:
Select o.name as 'table', i.indid,i.name as 'index',i.used * (8192.00/1024) as 'index size in KB' from sysindexes i
inner join sysobjects o on...
November 10, 2009 at 4:19 pm
Viewing 15 posts - 3,211 through 3,225 (of 4,745 total)