In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
The system administrator who is restoring the files and filegroups must be the only person currently using the database to be restored. RESTORE is not allowed in an explicit or implicit transaction.
We have an app that stores documents in the database as a varbinary(max) column. Our current average document size is about 475KB, so these are not large documents by any means, but there are a fair ...
Using SQL Server Management Studio To restore files and filegroups After you connect to the appropriate instance of the [!INCLUDE ssDEnoversion], in Object Explorer, click the server name to expand ...
As mentioned in my post on VLDBs, one of the key pieces of a high performing solution is the use of Read-only Filegroups. If a significant part of your data is not changing, then why not tell SQL ...
This post is co-authored by Pam Lahoud, Senior Program Manager, SQL Server. We are excited to announce the release of SQL Server Management Studio (SSMS) 17.8! Download SSMS 17.8 and review the ...