Viewing 9 posts - 31 through 39 (of 39 total)
Yes AUTO close is off.
Yes, I have a SSIS packages that does backups to that drive and folder. If the backup process locks that folder why would it not...
October 3, 2012 at 7:17 am
Thanks John that's an interesting point. The disk is shared with a read only copy of our production db(the one we've been discussing) that gets restored every early morning...
January 10, 2012 at 8:30 am
Thanks Ninja. So as you and John suggested the final settings on SQL 2000
...
January 10, 2012 at 7:21 am
Ninja, I don't want them to grow bad just trying to understand if the 3% is even revelant at this time given the free space. Some literature suggest never...
January 10, 2012 at 7:03 am
So in effect then data and log files are not growing because they have so much free space and the 3% growht is not revelant at the time.
January 10, 2012 at 6:45 am
Thanks Ninja. Yes it's SQL 2000. So everyone would suggest that I change from percent to file growth in megabytes(500-2000_ but autogrowth would still be on.
January 10, 2012 at 6:42 am
I just need to understand one point. If I have free space = 99% or 40% doesn't that free space have to be consumed(or show as being reduced) before...
January 10, 2012 at 6:36 am
Thanks John. Given the free space in the files should 1% auto be ample? Isn't this forcing the free space in each file to be used? Can...
January 10, 2012 at 6:12 am
--drop table @temp
declare @temp table(tag smallint primary key)
insert into @temp(tag)
values(1)
insert into @temp(tag)
values(2)
insert into @temp(tag)
values(3)
insert into @temp(tag)
values(4)
insert into @temp(tag)
values(5)
insert into @temp(tag)
values(6)
insert into @temp(tag)
values(7)
insert into @temp(tag)
values(8)
insert into @temp(tag)
values(9)
insert into @temp(tag)
values(10)
--2 records
--Time 0...
September 1, 2010 at 1:37 pm
Viewing 9 posts - 31 through 39 (of 39 total)