Yesterday's SQL Server query performance optimization-index creation principle (I) mainly introduced the principle. today are some of the main principles and checks the created indexes.
Iii. indexing principles
In general, building indexes depends on the data usage scenarios. In other words, which SQL statements are commonly used to access data? Are these stateme
Yesterday and friends on the Internet talking about the application of SQL statements, my friend's remote server appears to be unable to connect the phenomenon, the problem is due to the remote server reached the maximum number of connections, in order to achieve remote reboot, so that the use of SQL Statement command
constant (@ date_var = date) and a string data type variable (excluding ntext or text data), smalldatetime, or datetime variable, and the date must comply with the configured system datetime format.
RETAINDAYS = {days | @ days_var}
Specifies how many days after which the backup media set can be rewritten. If specified with the variable (@ days_var), the variable must be an integer.
Important if EXPIREDATE or RETAINDAYS is not specified, the validit
Document directory
2. 1. Export data from the table to a file (using trusted connections)
2. export data from the table to a file (using Hybrid Authentication)
2. 3. Import the data in the file to the table
0. References:
SQL Server BCP usage Summary
BCP Utility
How to import data from 6 million users to MySQL, MSSQL, and Oracle databases in a community
Select into and insert into select table copy sta
forServer Audit[audit-audittest]ADD(Server_principal_change_group) with(state= on)GoCreateLogin XX withPassword='[email protected]';DropLogin xx;From the Event Viewer in Windows, you can view the 33205 event. Personally feel that when viewing data detail events, use XML format to better understand some.Summary
SQL Server audits are relatively less perfo
, First, through the cast command to convert the XMLData to XML type format, and then through its Value property decomposition, you can see the same as above,/list/item/no is hierarchical, and the last as no is to give the field to get a name.cast as XML). Value ('(/list/item/no/text ()) [1]','NVARCHAR ' as NoThrough the above sentence can easily parse out the required content, the result of the analysis issm-jg-201303-0189Attached: Yesterday leader
SQL Server automatic backup, automatic compression, automatic deletion of old backup, SQL Server backup Compression
Preparation tools:SqlServer2008WinRar
1. Set a scheduled backup for SqlServerThis operation is relatively simple. Simply add a maintenance plan according to the wizard.
2. Automatic compression of script
Information about LocalDB comes from here and SQL Server Books Online. LocalDB is the full SQL Server Express engine, but invoked directly from the client provider. It is a replacement of the "User Instance" feature in SQL Server
First, we will introduce how to migrate access data to SQL Server. Here we use the access northwind database as an example.
This is the table structure.
OK. First, open SSMs, select any database, right-click the database, and choose task> Import database.
Welcome to the next step in the Wizard, select the data source
If the format is. accdb,
optimization.Although the query optimizer can automatically optimize queries based on the where clause, it is still necessary for you to understand the working principle of the "query optimizer". If not, sometimes the query optimizer does not perform quick queries according to your intention.In the query and analysis phase, the query optimizer checks each stage of the query and determines whether the data volume to be scanned is useful. If a phase can be used as a scan parameter (SARG), it is c
optimization and access path optimization 4. A query plan is generated by the Pre-compilation module. 5. Then, submit it to the system for processing and execution at the appropriate time. 6. Finally, return the execution result to the user. Next, let's take a look at the data storage structure of SQL SERVER: the size of a page is 8 K (8060) bytes, eight pages are a disk area and are stored in the B-
Tags: Microsoft CTI object Complex problem: Lis use parameter BinThis article belongs to theUnderstand the mysteries of performance-slow in applications, fast in SSMS"seriesNext: Understanding the Mysteries of performance-application slow, SSMs fast (5)--case: How to deal with parameter sniffing We put aside the argument sniffing topic and went back to the original point of concern in this series: Why is the statement slow in the application, but fast in ssms? So far, it's all about the stored p
SQL Server date function, SQL Server date
Current System Date and Time
Select getdate ()
14:52:27. 123Extract data from date
Day (), month (), year ()
Select getdate ();-14:52:27. 123Select YEAR (getdate ();-2015Select MONTH (getdate ();-6Select day (getdate ();-18
Date Form
fact each server has only one member table and a distributed partition view. The data location is transparent to the application.11. Rebuild the index DBCC reindex, DBCC indexdefrag, shrink data and log DBCC shrinkdb, and DBCC shrinkfile. set automatic log shrinking. for large databases, do not set Automatic database growth, which will reduce the server performance. The writing of T-
copy of the original table, but in fact each server has only one member table and a distributed partition view. The data location is transparent to the application.
11. Rebuild the index dbcc reindex, dbcc indexdefrag, shrink data and log dbcc shrinkdb, and dbcc shrinkfile. set automatic log shrinking. for large databases, do not set Automatic database growth, which will reduce the server performance. The
Two Methods for batch data import in SQL Server databases: SQL Server
During the implementation of software projects, data import has always been a headache for the project staff. In fact, many data import methods are integrated in SQL S
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service