Viewing 5 posts - 1 through 5 (of 5 total)
Try this
use msdb
go
SELECT backupset.database_name, backupmediafamily.physical_device_name
FROM backupmediafamily INNER JOIN
backupset ON backupmediafamily.media_set_id = backupset.media_set_id
WHERE (backupset.backup_finish_date > '10/06/2004')
October 7, 2004 at 7:41 am
In my code I use an SQL logon. The problem is that there are some servers that do not share the same logon username/password or does not have the...
November 21, 2003 at 8:04 am
In my code I use an SQL logon. The problem is that there are some servers that do not share the same logon username/password or does not have the...
November 21, 2003 at 8:04 am
Thank you for your post. Is there a way to get the parse errors also?
November 21, 2003 at 7:48 am
At the command prompt run ipconfig /all . find your nic address used and locate the default gateway. The gateway is your out bound connection to the WAN. ...
October 21, 2003 at 7:58 am
Viewing 5 posts - 1 through 5 (of 5 total)