摘要:
命令: SELECT database_name,type,MAX(backup_finish_date) AS backup_finish_date FROM msdb.dbo.backupset GROUP BY database_name,type ORDER BY database_name 阅读全文
摘要:
背景 适用于:Microsoft SQL Server 2008、Microsoft SQL Server 2008 R2、Microsoft SQL Server 2012、Microsoft SQL Server 2014、Microsoft SQL Server 2016、Microsoft 阅读全文
摘要:
Let consider the below example, where we list all the indexes in the database. sql> select index_name from dba_indexes where tablespace_name ='EXAMPLE 阅读全文
摘要:
In this article I would like talk about TNS connection issues. One of the application was facing connection issues to database. Application was config 阅读全文