sql server dba books

Want to know sql server dba books? we have a huge selection of sql server dba books information on alibabacloud.com

The declining SQL Server and 2014 summary

The declining SQL Server and 2014 summarySince in the heart, it is better to send a blog to say2014 I basically did a few things1, came to a company to do DBA, management more SQL Server serversJust came to a company is not very suitable, because

Optimize the execution cache for memory usage of SQL Server

limited, too many useless execution plans will be occupied, which will reduce the available memory of SQL Server, in this way, more memory pages are exchanged with the disk when the query is executed, especially when the query is large. If the maximum available memory is not limited, the SQL server will occupy more me

SQL Server misunderstanding: 30 days talking about 1st days of running transactions continue to be executed after Server failover

Misunderstanding #1: After server failover, ongoing transactions continue to be executed Of course this is wrong! Each failover is accompanied by some form of recovery. However, if the transaction being executed does not have a Commit, the connection is disconnected because the server or instance crashes, SQL Server

SQL Server bcp Utility

ignored, and SQL Server 2000 is automatically assigned a value. If the data file does not contain values for computed columns or timestamp columns in the table, the available format files specify that computed columns and timestamp columns in the table should be skipped when the data is imported; SQL Server will autom

SQL Server Virtualization (2)--Ideal SQL Server virtual machine architecture

, and memory management is not as good as the first one, and there may be a performance penalty.If a SQL Server virtual machine requires 16 virtual CPUs to cope with the workload. So, what is the optimization of the following configuration options? 1 Virtual Slots (16 virtual cores). 2 virtual slots, 8 virtual cores per second. 4 virtual slots, 4 virtual cores per second. 8 virtual slot

Tools for bulk decrypting various objects in SQL Server database Dbforge SQL decryptor

function can beView, the trigger doesn't have a small lock iconOther featuresThe show DDL script shows the object's creation script, and decrypt In-place I won't say it.Note that the following interface is the interface in the Dbforge SQL decryptor tool, not the interface in SSMs, although the interface of this tool is much like the SQL2012 SSMs interfaceSummarizeOnce the DBA has this tool, it is not afrai

How to solve the permission problem when moving databases between servers running SQL Server

Summary This article describes how to map standard Logon and integrated logon to solve the permission issue when moving databases between servers running SQL Server. More information When you move a database from a server running SQL Server to another

Use SQL storage compress to compress SQL Server database files

database to a compressed database by restoring or restoring a database backup using a T-SQL. The following is a test I conducted, which is compressed by about 50%. The operation interface is as follows: After a data test, it took six minutes to insert 1000000 of the data and enable the compressed database. The database that didn't enable the compression did not even run for six minutes. It may be because my Io is not good enough, using

Locks used by SQL Server to specify queries

Server Objectiveperformance, how to maximize the performance of the database is the problem that every DBA needs to face, in a small amount of data running fly, and in a large number of data is slow as a snail, such things have you ever met it? How to improve the concurrency access performance of the database better? Yes, "lock", the key to solving the problem. Preliminary knowledgeLock mode, most content e

10 steps to protect SQL Server 2000 security

Manager, use the following procedure: Expand the server group. Right-click on the server and click Properties. In authentication for the Security tab, click Windows only. For more information, see "Authentication Mode" in SQL Server Books Online or MSDN. Isolate your

10 steps to protect the security of SQL Server 2000

Manager of SQL Server, follow these steps: Expand a server group. Right-click the server and click Properties. On the Security tab, click authentication only for Windows. For more information, see "Authentication Mode" in SQL Server

How to access SQL Server in Active Server Page

Connections in ASP Scripts Take advantage of connection pooling by opening and closing a connection to a database on each Active Server Page. To open this connection, type the following statement in the To turn off this connection, place the following in the If you do not define the connection settings correctly as described earlier in this article, you may receive the following two error messages: Microsoft OLE DB Provider for ODBC Drivers erro

How I handle 430 million records per day in SQL Server

, in order to save the hassle and reduce unnecessary trouble, we put the relevant services together so that we can take full advantage of HA features (externally purchased HA system) System data correctness requirements are extremely abnormal, requires from the bottom of the collection system to the top of the monitoring system, a data can not be poorOur system architecture is as follows, and we can see that the database pressure is very large, especially in the Levela node: The hardware

How I handle 430 million records per day in SQL Server

the ID, and SQL Server would query it.Index by Mgrobjid First, index size 550M, time 5 minutes 25 seconds. As a result, like the projected plan, it doesn't work at all, but it's slower.Indexing by multiple criteriaOK, since the above does not work, then we set the index on multiple criteria?CREATE NONCLUSTERED INDEX Idx_His20141008 ON dbo.his20141008(MgrObjId,Id,Dtime)As a result, the query speed does incr

How I handle 430 million records per day in SQL Server

standby, in order to save the hassle and reduce unnecessary trouble, we put the relevant services together so that we can take full advantage of HA features (externally purchased HA system) System data correctness requirements are extremely abnormal, the requirements from the bottom of the acquisition system to the top of the monitoring system, a data can not be poor our system structure is as follows, see, where the database pressure is very large, especially in the Levela node: The ha

"Turn" Microsoft®sql server®2012 performance Dashboard Reports

Custom report PERFORMANCE_DASHBOARD_MAIN.RDL, load and see the Performance Analysis report:Performance dashboard does not collect or store any information, but instead extracts the current data from within SQL Server. Because of this, a lot of data starts at a certain time, but sometimes you see some historical data as a byproduct to see how SQL

SQL Server SQL statement import data into execl2007

Insert into OPENROWSET (' microsoft.ace.oledb.12.0 ', ' Excel 12.0;database=c:\c.xlsx ', ' Select field 1, Field 2 from [sheet1$] ')Select field 1, Field 2 from tableToday, the unit of an ASP, there is a function is exported data, found an export error, error content is:SQL Server blocked the component ' Ad Hoc distributed Queries ' STATEMENT ' Openrowset/opendatasource ' access because this component has been shut down as part of this server's securi

SQL Server connection strings and authentication

customers to connect to SQL Server through a secure channel that is supported by the security subsystem of Windows. If application sequencing is required to connect through an unsecured network (such as the Internet), SQL Server,windows authentication will not work. In addition, this authentication method also partial

SQL Server replication phase: Level 1-Introduction to SQL Server replication

location on a separate server.replicas can be kept in sync with the source data continuously or at scheduled intervals. One-way synchronization and bidirectional synchronization are possible. Replication can even be used to keep several datasets in sync with each other. at the first level, I'll cover basic replication components and describe how they work together to replicate data and change data. We'll also look at a detailed example of setting up a simple replication scenario. Replication

-Inside SQL Server 2000's Memory Management Facilities

maximum server memory. If this parameter is not set, BPool only sets about 128 MB for use by other processes and locks all the remaining physical memory on the machine. Then, BPool uses the memory above 3 GB (AWE memory) as the paging files for data and indexing. It splits these areas (above 3 GB) the physical memory page is mapped to the appropriate virtual memory address space, so that the 32-bit pointer can be referenced. ReviewThis part is not tr

Total Pages: 15 1 .... 8 9 10 11 12 .... 15 Go to: Go

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.