- Indexed views usage
Friday, May 25 - What is the default lock type if I select data from a readonly table? And how can I change the default lock type
Friday, May 25 - Impact of enabling /3GB switch
Friday, May 25
SQL Server Database EngineThe Database Engine is the core service for storing, processing, and securing data. The Database Engine provides controlled access and rapid transaction processing to meet the requirements of the most demanding data consuming applications within your enterprise. Use the Database Engine to create relational databases for online transaction processing or online analytical processing data. This includes creating tables for storing data, and database objects such as indexes, views, and stored procedures for viewing, managing, and securing data. You can use SQL Server Management Studio to manage the database objects, and SQL Server Profiler for capturing server events. Database Engine DocumentationRelated Community Blogs | Database Engine Forum Threads |