Shrinking images using SQL Scripts
I'm trying to reduce the size of the generated images by running TRUNCATE and DBCC SHRINKDATABASE as part of the modification SQL scripts, but to no effect. The image actually ends up slightly bigger than before, when I tested this on some databases.
I can't really find any documentation or guidance around this, but I figure it must be a quite common case. I know that there are some limitation in what can be done by the SQL modification scripts, since they are executed through a user that doesn't have full access.
Thanks!
/Jakob
I can't really find any documentation or guidance around this, but I figure it must be a quite common case. I know that there are some limitation in what can be done by the SQL modification scripts, since they are executed through a user that doesn't have full access.
Thanks!
/Jakob
Answers
Redgate Software
I'll keep an eye then, this would really help us reduce the amount of storage being used for the images
Thanks
/Jakob
Redgate Software