This article describes in detail the performance and space occupied by varchar (n) and nvarchar (n) in SQL. For more information, see.
This article describes in detail the performance and space occupied by varchar (n) and nvarchar (n) in SQL. For
When you create a table, you must assign a data type to each column in the table. This section describes some of the most common data types in SQL Server. Even if you create a custom data type, it must be based on a standard SQL Server data type.
Today is ready to use the project to increase the paging function, the original is too limited, so the Internet to find some information recorded, the front is the use of others to summarize, the following is their own test results, haha, testing to
The theory of database paradigmThe paradigm theory is to set up the rules of the database which is redundant and the smaller structure is reasonable. Relationships in a relational database must meet different paradigms. Currently there are six
The most important resource for SQL Server is memory, disk, and CPU, where memory is the top priority, because SQL Server puts all the data it needs to access (as long as there is enough memory) into the cache for performance requirements. This
Http://www.cnblogs.com/zhijianliutang/archive/2012/10/28/2743722.htmlWhen we have a larger amount of data, we need to split the large tables into smaller tables, and queries that only access departmental data can run faster, the rationale being that
4.2 SQL Server Database physical structureSQL Server stores all of the data in a file. These files are partitioned into sub-structures that SQL Server manages to maintain the integrity, structure, and logical organization of the data contained
SQL Server uses scripts to create updatable subscriptions for distribution services and transaction replication, and SQL server scripts
[Create a local distributor]
/************************ [Use local distribution server configuration release ]****
1. memory usage Classification
Categories by Purpose1) database cache (data page ). All pages in SQL Server are stored in 8 KB as one page. When SQL server needs to use a page, it will read the page to the memory and cache it in the memory after
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.