WEB开发网
开发学院数据库MSSQL Server sqlserver的日常检查脚本归结 阅读

sqlserver的日常检查脚本归结

 2012-02-15 12:23:49 来源:WEB开发网   
核心提示:d.name --Step 13 : Getting backup details Select distinct b.machine_name as 'ServerName',

d.name                      




--Step 13 : Getting backup details 




Select distinct                            


b.machine_name as 'ServerName',                        


b.server_name as 'InstanceName',                        


b.database_name as 'DatabaseName',                            


d.dbid 'DBID',                            


CASE b.[type]                                  


WHEN 'D' THEN 'Full'                                  


WHEN 'I' THEN 'Differential'                                  


WHEN 'L' THEN 'Transaction Log'                                  


END as 'BackupType'                                


from sysdatabases d inner join msdb.dbo.backupset b                            


On b.database_name =d.name  




--Step 14: Dropping the table we created for IP and Physical memory




Drop Table TMP


Drop Table IPADD


drop table Nodes


end


go




--Step 15 : Setting Nulls and Quoted identifier back to Off 



SET ANSI_NULLS OFF


GO


SET QUOTED_IDENTIFIER OFF


GO




print '*********************************'


print '

    '


print '

    '


print '

    '


print '

    '




print '----------------------------'


print ' 1.sqlserver all information  '


print '----------------------------'


print '                             '


print '*********************************'


use master


go


print 'ths information about sqlserver '


print '                                '

上一页  6 7 8 9 10 11 12 13 14 15 16  下一页

Tags:sql server 脚本

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接