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 ...
Rewrite Job Thread Pool In parallel { rewriteFiles for a partition/fileGroup // Datafiles generated here add result of rewrite to commit queue } Commit Thread { when enough fileGroups have been ...
more data needed team-Rules-ServerIssues for serverside rules included with BazelIssues for serverside rules included with Bazel If you wrap a filegroup() rule around a target with a provider, the ...
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 ...
Following up with our support engineers after our blog post in December, How to export a Dynamics NAV database on SQL Server 2016, a few additional questions for the DacFx team popped up. For large ...
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 ...
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 ...
In my last blog entry, I talked about VLDBs. One of the tactics suggested was to use as many data files on as many drives as possible to give better I/O performance. This makes sense, but the usual ...