[SQL SERVER] Always On上的資料庫,資料識別值identity 一次跳號1000
- 1161
- 0
- SQL SERVER
The log scan number (288175:365436:0) passed to log scan in database is not valid. This error may indicate data corruption or that the log file (.ldf) does not match the data file (.mdf). If this error occurred during replication, re-create the publication. Otherwise, restore from backup if the problem results in a failure during startup.
Error: 9003, Severity: 20, State: 9.
3台機器架ALWAYS ON
第三台為不同網段
[SQL SERVER] 如何授權給USER使用AGENT JOB
該處理無法執行 'sp_replcmds' (在 'TS-8')。 (來源: MSSQL_REPL,錯誤號碼: MSSQL_REPL20011)
取得說明: http://help/MSSQL_REPL20011
無法以資料庫主體執行,因為主體 "dbo" 不存在、無法模擬這種主體、或者您沒有權限。 (來源: MSSQLServer,錯誤號碼: 15517)
取得說明: http://help/15517
該處理無法執行 'sp_replcmds' (在 'TS-8')。 (來源: MSSQL_REPL,錯誤號碼: MSSQL_REPL22037)
取得說明: http://help/MSSQL_REPL22037
systemctl stop firewalld
systemctl disable firewalld
紀錄一下,搞老半天才解決
在Centos上安裝好ORACLE後
在pc上無法連線,顯示錯誤TNS-12514: TNS: 監聽器目前不知道連線描述區中要求的服務
而直接在VM上可登入ORACLE
1. lsnrctl status查看狀況,發現 the listener supports no services 訊息
2. 在LISTENER.ORA上面添加
資源被鎖定中
等待資源釋放
或是kill session
how to truncate all tables
摘要:[SQL SERVER] 實戰紀錄 處理大量平行處理(Parallelism)、鎖定(lock)等待
摘要:[Linux] Linux 基礎指令
摘要:[SQL SERVER] 查詢資料表(TABLE)的修改日期、使用空間大小、未使用空間、筆數
摘要:[SQL SERVER] 如何開啟SQL SERVER 1433 PORT允許遠端登入 (HOW TO OPEN FIREWALL PORT FOR SQL SERVER)
摘要:[SQL SERVER] SQLEXPRESS 無法連線,記得開啟TCP PORT呀
摘要:[Reporting Service] 啟動Reporting Service服務逾時 (The service did not respond to the start or control request in a timely fashion.)
摘要:[Reporting Service] Report Builder 3.0 連接Oracle出現ORA-12154: TNS:無法解析指定的連線ID
摘要:[SQL SERVER] 交易記錄檔無法truncate shrink , log滿、太大、無法縮小 (log_reuse_wait_desc replication)
摘要:[SQL SERVER] 常用 DBCC Command
摘要:[SQL SERVER] 什麼是參數探測 (Parameter Sniffing)