About 27 results
Open links in new tab
  1. If you use multiple data files, create a second filegroup for the additional file and make that filegroup the default filegroup. In this way, the primary file contains only system tables and objects. To …

  2. You can switch partitions to and from partitioned table when: Source and destination are identical and reside on the same filegroup All indexes are aligned Destination table/partition is empty

  3. SQL Server 2012 Internals tells you how SQL Server, Microsoft’s flagship relational database product, works. Along with that, I explain how you can use the knowledge of how it works to help you get …

  4. Provide real-time snapshots of internal memory structures indicating the server state.

  5. Filegroups are administrative groupings of data files. Filegroups allow you to assign tables to specific files (location on disks). Files are filled using proportional fill strategy. Employ to create simple …

  6. This document contains the database design standards applied to all application system development, maintenance, and enhancement efforts commissioned by the Florida Department of Transportation …

  7. Data Storage The data from durable memory-optimized tables is stored separately from on-disk tables. SQL Server uses a streaming mechanism to store it, which is based on FILESTREAM technology. In …