B*****g 发帖数: 34098 | 1 曾哥度假也要回答技术问题
【 以下文字转载自 Database 讨论区 】
发信人: zenny (素能), 信区: Database
标 题: Re: 各位各位,江湖救急 -- 数据被删
发信站: BBS 未名空间站 (Tue May 1 08:44:27 2012, 美东)
Please run this script first. Check the database properties first to get the
create date of the database
select * from sysdatabases
the crdate(?) is the create date for that database.
Then run the following script to find out available backups.
I'm on vacation now. So cannot verify the following script. If there's typo
or grammar error, please correct it yourself:
SELECT
msdb.dbo.backupset.database_name,
msdb.dbo.backupset.backup_start_date,
msdb.dbo.backupset.backup_finish_date,
msdb..backupset.type,
msdb.dbo.backupset.backup_size,
msdb.dbo.backupmediafamily.physical_device_name,
msdb.dbo.backupset.name AS backupset_name
FROM msdb.dbo.backupmediafamily
INNER JOIN msdb.dbo.backupset ON msdb.dbo.backupmediafamily.media_set_id
= msdb.dbo.backupset.media_set_id
WHERE (CONVERT(datetime, msdb.dbo.backupset.backup_start_date, 102) >=
GETDATE() - 900)
where
msdb.dbo.backupset.database_name = 'your db name goes here' |
x**n 发帖数: 12542 | 2 人家都追到我这里来找他回答这个问题了。。。。
the
typo
【在 B*****g 的大作中提到】 : 曾哥度假也要回答技术问题 : 【 以下文字转载自 Database 讨论区 】 : 发信人: zenny (素能), 信区: Database : 标 题: Re: 各位各位,江湖救急 -- 数据被删 : 发信站: BBS 未名空间站 (Tue May 1 08:44:27 2012, 美东) : Please run this script first. Check the database properties first to get the : create date of the database : select * from sysdatabases : the crdate(?) is the create date for that database. : Then run the following script to find out available backups.
|
c*h 发帖数: 33018 | |
x**n 发帖数: 12542 | 4 偶尔翻墙工作顺便答疑。
【在 c*h 的大作中提到】 : 他回来了?
|
B*****g 发帖数: 34098 | 5 翻墙?你也太小看曾哥了,他有专线
【在 x**n 的大作中提到】 : 偶尔翻墙工作顺便答疑。
|
k****i 发帖数: 1072 | 6 两个where
the
typo
【在 B*****g 的大作中提到】 : 曾哥度假也要回答技术问题 : 【 以下文字转载自 Database 讨论区 】 : 发信人: zenny (素能), 信区: Database : 标 题: Re: 各位各位,江湖救急 -- 数据被删 : 发信站: BBS 未名空间站 (Tue May 1 08:44:27 2012, 美东) : Please run this script first. Check the database properties first to get the : create date of the database : select * from sysdatabases : the crdate(?) is the create date for that database. : Then run the following script to find out available backups.
|
B*****g 发帖数: 34098 | 7 你死了,下次你有问题曾哥不回帖了
【在 k****i 的大作中提到】 : 两个where : : the : typo
|
j***a 发帖数: 10844 | 8 看不懂。。。。晕。。。。
2 /
select * from sysdatabases
*
ERROR at line 1:
ORA-00942: table or view does not exist
哈哈。
the
typo
【在 B*****g 的大作中提到】 : 曾哥度假也要回答技术问题 : 【 以下文字转载自 Database 讨论区 】 : 发信人: zenny (素能), 信区: Database : 标 题: Re: 各位各位,江湖救急 -- 数据被删 : 发信站: BBS 未名空间站 (Tue May 1 08:44:27 2012, 美东) : Please run this script first. Check the database properties first to get the : create date of the database : select * from sysdatabases : the crdate(?) is the create date for that database. : Then run the following script to find out available backups.
|
k****i 发帖数: 1072 | 9 靠,我这不是当热心网友帮曾哥打下手吗。何况我不做DBA十几年了。
【在 B*****g 的大作中提到】 : 你死了,下次你有问题曾哥不回帖了
|
vn 发帖数: 6191 | 10 不如人家不做dba十几年的
你让曾哥颜面何存
【在 k****i 的大作中提到】 : 靠,我这不是当热心网友帮曾哥打下手吗。何况我不做DBA十几年了。
|
k****i 发帖数: 1072 | 11 曾哥,有人说你坏话。
曾哥有你们这么小心眼的么。我润
【在 vn 的大作中提到】 : 不如人家不做dba十几年的 : 你让曾哥颜面何存
|