SQL Server uses cursors to deal with the extremely competitive performance of Tempdb-DBA issues-required by programmers, tempdb-dba
Competition in SQL Server tempdb allocation is a common issue for DBAs. Almost all DBAs now know h
Label:A small SQL Server DBA wants to talk about the capabilities of SQL ServerBaidu has not yet searched for relevant individuals to write more valuable articles, at least in the Chinese network of the world there is noBut there is an article on Microsoft's website: "Comparing SQL
Cause Analysis and Solution for SQL Server failure to contract log files, SQL Cause Analysis
An error is reported when the server executes a job that compresses the log file size recently.
One of my batch log shrinking scripts
USE [master] GO/****** Object: StoredProcedure
Why does the SQL Server DBA learn PowerShell?
From: http://www.simple-talk.com/ SQL /database-administration/why-this-sql-server-dba-is-learning-powershell/
Joe. TJ is used only for the
In the MicrosoftSQLServer2008 system, database administrators (DBAs) are the most important roles. DBA's goal is to ensure that the MicrosoftSQLServer2008 system runs properly and efficiently. DBA is also the busiest job. Both Performance adjustment and disaster recovery are inseparable from DBA support.
In Microsoft SQL Serv
In Microsoft SQL Server 2008, database administrators (DBA) are the most important roles. DBA's goal is to ensure that the Microsoft SQL Server 2008 system runs properly and efficiently. DBA is also the busiest job. Both Performan
In Microsoft SQL Server 2008, Database administrators (DBA) are the most important roles. DBA's goal is to ensure that the Microsoft SQL Server 2008 system runs properly and efficiently. DBA is also the busiest job. Both Performan
Microsoft ole db provider for SQL Server Error '80040e14'
The log of database 'mis1' is full. Back up the transaction logs of the database to release some log space.
A simple method is used to contract logs:
1. backup log... with no_log2. shrink the database
OK, synchronization is in progress again ....
Answer:
Check whether the log mode of the database is full?
In a Microsoft SQL Server 2008 system, the database administrator (DB administration, referred to as DBA) is the most important role. The goal of the DBA is to ensure that the Microsoft SQL Server 2008 System runs normally and eff
This topic describes how to use the object Resource Manager in SQL Server Management Studio to contract a database. The size of the scaled-down database cannot be smaller than the minimum size of the database. The minimum size is the size specified at the initial creation of the database, or the explicit size set last time you used the file size change operation
The original: Everyone is DBA (I) SQL Server ArchitectureWhen you understand a SQL Server database, you can first observe it from the architecture of your database. The architecture of SQL Ser
The original: Everyone is DBA (IV) SQL Server memory ManagementSQL Server's memory management is a huge topic that involves a number of concepts and techniques, such as the common Plan Cache, Buffer Pool, memory clerks, and so on. This article is only glimpse, which describes common memory management-related concepts.Before understanding memory management, the Sy
The original: Everyone is a DBA (III) SQL Server SchedulerIn SQL Server, when a database is started, SQL Server creates a corresponding Task scheduler (Scheduler) for each physical CPU
Tags: des style blog http io ar color OS useThe original: Everyone is DBA (II) SQL Server MetadataA set of tables is maintained in SQL Server to store information about all objects, data types, constraints, configuration options, available resources, and so on in
Many developers want to be a DBA, and many people first position themselves as a DBA. What knowledge and skills do DBAs need to master? Below are my
During DBA work and interviews with DBAs, there were thirty questions about DBAs. Among the thirty questions, there were many minor questions, covering the skills of SQL
Many developers want to become a database training, and many people first position themselves as a DBA. What knowledge and skills does DBA need to master? Below are myDuring DBA work and interviews, there were thirty questions about DBAs and many minor questions about the thirty major questions, it covers many technical knowledge points of
Label:Original: A small SQL Server DBA wants to talk about the capabilities of SQL ServerA small SQL Server DBA wants to talk about the capabilities of
Original: 2-year summary of SQL Server DBA tuning2 years SQL Server DBA Summary of tuningWhen I was 2 DBA I felt that there was something that needed to be shared with everyone to discu
In Microsoft SQL Server 2008, database administrators (DBA) are the most important roles. DBA's goal is to ensure that the Microsoft SQL Server 2008 system runs properly and efficiently. DBA is also the busiest job. Both Performan
--Calculate space by page, have performance impact, basic accuracyexecsp_spaceusedGo ----Can @updateusage = ' true ' and will run DBCC UPDATEUSAGEexecsp_spaceused@updateusage = 'true'Go ----Displays the number of page and row count errors in the catalog view for a database and correctsDBCCUpdateusage ('Shyanglao')Query page already uses sizeResults such as:2. Data files2.1 Data File Size UseMaster--View all files and sizes in a databaseexecsp_helpfile--View all files in the database, path, st
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.