I found thread962-1080316 to provide most of what I need
however I was left with a question
With regard to shrinking Log Files the above thread illudes to the
following statement:
---------------------------------------
use {Database}
dbcc shrinkfile ({LogFileName}, {SizeToShrinkTo})
---------------------------------------
My understanding of the above is that {LogFileName} is the name that I get when I type in:
select name
from {database}.dbo.sysfiles
---------------------------------------
Among my many databases several use the same logical name.
Does the 'use {Database}' portion above ensure that the system uses
the {LogFileName} associated with the specified database even though
the same name is associated with other databases?
however I was left with a question
With regard to shrinking Log Files the above thread illudes to the
following statement:
---------------------------------------
use {Database}
dbcc shrinkfile ({LogFileName}, {SizeToShrinkTo})
---------------------------------------
My understanding of the above is that {LogFileName} is the name that I get when I type in:
select name
from {database}.dbo.sysfiles
---------------------------------------
Among my many databases several use the same logical name.
Does the 'use {Database}' portion above ensure that the system uses
the {LogFileName} associated with the specified database even though
the same name is associated with other databases?