A backup/copy is always an exact 1:1 copy with anything included in the database, you can not make a partial backup/copy of a database.
Why do you want to?
Export/Copy database without filestream data
New to this but can I take an export/copy of a database but NOT export/copy the filestream data? If so, how?
2 answers
Sort by: Most helpful
-
Olaf Helper 44,056 Reputation points
2022-03-31T05:46:13.613+00:00 -
AmeliaGu-MSFT 13,976 Reputation points Microsoft Vendor
2022-03-31T06:43:55.27+00:00 Hi DSSH-8859,
As an alternative, you can try to right-click a database ->Tasks-> Export Data to use Import and Export Wizard to export data excluding filestream column.
In the Specify Table Copy or Query page, select “Write a query to specify the data to transfer” and do not include the filestream cloumn in the SQL statement.Please check https://learn.microsoft.com/en-us/sql/integration-services/import-export-data/import-and-export-data-with-the-sql-server-import-and-export-wizard?view=sql-server-ver15 and https://learn.microsoft.com/en-us/sql/integration-services/import-export-data/specify-table-copy-or-query-sql-server-import-and-export-wizard?view=sql-server-ver15 which might be helpful.
Best Regards,
Amelia
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".