ptheriault
IS-IT--Management
SQL Server 2005 64 Bit Enterprise Edition.
When I run the the following command I get command completed successfully.
However when I look at the database properties the file growth is still restricted to 2 GB. I even tried to edit the property through SSMS. Same results...It looks like it saves ok but when I go back in... no change.
The only thing unique about the db is it is the subscriber from an Oracle publisher.
Has anyone seen this little feature before?
- Paul
- If at first you don't succeed, find out if the loser gets anything.
When I run the the following command I get command completed successfully.
Code:
ALTER DATABASE Apollo_Replication
MODIFY FILE (NAME = Apollo_Replication_log,
MAXSIZE = 'UNLIMITED')
However when I look at the database properties the file growth is still restricted to 2 GB. I even tried to edit the property through SSMS. Same results...It looks like it saves ok but when I go back in... no change.
The only thing unique about the db is it is the subscriber from an Oracle publisher.
Has anyone seen this little feature before?
- Paul
- If at first you don't succeed, find out if the loser gets anything.