I have a database that participates in logshipping. Right now the database (47.5gb) file for the Primary db is quite large and has considerable free space (24gb) . I would like to shrink the database to regain most of the free space.
My question is there anything special I have to take into consideration or can I just run a dbcc shrinkfile('dbname', 25000).
And if I shrink the Primary will the Secondary also be shrunk to the same size?
Thanks
My question is there anything special I have to take into consideration or can I just run a dbcc shrinkfile('dbname', 25000).
And if I shrink the Primary will the Secondary also be shrunk to the same size?
Thanks