Time of Update: 2015-01-20
標籤: SQL
Time of Update: 2015-01-15
標籤:對Database Backup進行還原時遇到“sql System.Data.SqlClient.SqlError: 無法覆蓋檔案 ‘C:\Program Files\Microsoft SQL Server\MSSQL\data\itsm_Data.MDF‘。資料庫 ‘my1‘ 正在使用該檔案”的問題。產生原因:對一個Database
Time of Update: 2015-01-15
標籤:無論是對於DBA還是Developer,鍵盤快速鍵都是很常用的,動動鍵盤可比滑鼠快多了,不過SQL Server 2012對SSMS(SQL Server Management
Time of Update: 2015-01-09
標籤:擴充事件 xevent extented events SQL Server擴充事件(Extended Events)-- 使用擴充事件跟蹤查詢語句 建立擴充事件會話展開“Object Explorer”、“Management”、“Extended Events”、“Sessions”目錄,你會發現一到兩個預設的會話。預設,在SQL Server
Time of Update: 2014-12-30
標籤:--擷取當前及以下部門Create proc GetCurrentAndUnderOrg@orgId intasbegin WITH cte AS ( SELECT * ,0 AS level FROM Static_Organ WHERE [email protected] UNION ALL SELECT g.*,level+1 FROM Static_Organ g INNER JOIN cte
Time of Update: 2014-12-25
標籤:Moving system databasesYou might need to move system databases as part of a planned relocation or scheduled maintenanceoperation. If you move a system database and later rebuild themaster database, you must move thatsystem database again because
Time of Update: 2014-12-24
標籤:sqlserver擴充事件 sqlserver 2008r2擴充事件 擴充事件xml sql server extended --如果已經存在Event Session刪除 IF EXISTS (SELECT * FROM sys.server_event_sessions WHERE name='MonitorLongQuery')
Time of Update: 2014-12-26
標籤:audit 審核 審核組件 審核層級 伺服器審核規範 SQL Server 審核(Audit)-- 建立資料庫層級的審核 任務1:建立審核步驟1:開啟SSMS,登入到指定的執行個體,展開“Security”,“Audits”節點。 步驟2:在“Audits”節點上,右鍵選擇“New Audit…”選項。
Time of Update: 2014-12-21
標籤:sql server 事務已滿 錯誤描述:資料庫的交易記錄已滿。若要查明無法重用日誌中的空間的原因 ,請參閱sys.databases 中的 log_reuse_wait_desc 列 。
Time of Update: 2014-12-22
標籤:原文:SQL Server調優系列基礎篇(並行運算總結)前言上三篇文章我們介紹了查看查詢計劃的方式,以及一些常用的串連運算子、聯合運算子的最佳化技巧。本篇我們分析SQL Server的並行運算,作為多核電腦盛行的今天,SQL Server也會適時調整自己的查詢計劃,來適應硬體資源的擴充,充分利用硬體資源,最大限度的提高效能。閑言少敘,直接進入本篇的正題。技術準備同前幾篇一樣,基於SQL
Time of Update: 2014-12-17
標籤:des style blog http ar io color 使用 sp SQL
Time of Update: 2014-12-18
標籤:des 使用 sp 資料 問題 bs nbsp 資料庫 sql 有關於資料庫中索引失效的問題,網上也有相關的討論。不過他們是針對oracle資料庫進行討論的。那麼在sql
Time of Update: 2014-12-12
標籤:des style blog http io ar color 使用 sp 一、SQL Server分區介紹 在SQL
Time of Update: 2014-12-15
標籤:blog http io ar os sp for strong on 公司網站運營兩年多了,記錄檔超級大,在重裝系統的時候,為了省事,就沒有備份記錄檔,而且是沒有分離就把記錄檔給刪掉了(
Time of Update: 2014-12-12
標籤:style io 使用 sp for on 資料 問題 bs 鎖的概述一. 為什麼要引入鎖多個使用者同時對資料庫的並行作業時會帶來以下資料不一致的問題:丟失更新
Time of Update: 2014-12-11
標籤:style blog io ar color os sp on div 新到一家公司上班,對伺服器狀況不是很熟悉。昨天Boss讓我調查兩台伺服器是否滿足事務複製的條件。於是直接在伺服器上嘗
Time of Update: 2014-12-03
標籤:style blog http io color sp strong on 資料 伺服器環境: - TFS 2013 with Update 2 - SQL Server
Time of Update: 2014-12-02
標籤:style blog http io ar color os 使用 sp 這個月總公司收購了一家小公司,這家小公司的資料庫用的是32位的 Sql2000
Time of Update: 2014-12-01
標籤:io ar 使用 sp for strong on 資料 art 當需要分析某個查詢的效能時,最好的方式之一查看這個查詢的執行計畫。執行計畫描述SQL
Time of Update: 2014-12-01
標籤:des style blog http ar color os 使用 sp SQL Server 的記憶體管理是一個龐大的主題,涉及特別多的概念和技術,例如常見的 Plan