Hi @Joe DeNicola,
Thanks for the response.
I am seeing an error code 45350 in the activity log when I try to move it into the pool, or if I try to change the edition/service tier/maxsize.
The error code 45350 typically indicates that the database size exceeds the maximum allowed size for the specified service tier or elastic pool. Adjust the service tier and size to fit within the pool’s limits:
ALTER DATABASE DBCopy MODIFY (SERVICE_OBJECTIVE = 'S3', MAXSIZE = 250 GB);
After adjusting the MAXSIZE, you can then move the database into the elastic pool.
For more information, please refer the documents:
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.